| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultTableCellHeaderRenderer |
static class |
ExtendedBufferCapabilities |
| Modifier and Type | Class and Description |
|---|---|
class |
com.sun.java.swing.plaf.windows.DesktopProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
com.sun.jmx.remote.internal.ClientCommunicatorAdmin |
class |
com.sun.jmx.remote.internal.ClientNotifForwarder |
class |
com.sun.jmx.remote.internal.ServerCommunicatorAdmin |
| Modifier and Type | Class and Description |
|---|---|
class |
Applet
An applet is a small program that is intended not to be run on
its own, but rather to be embedded inside another application.
|
protected class |
Applet.AccessibleApplet
This class implements accessibility support for the
Applet class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaComposite
The
AlphaComposite class implements basic alpha
compositing rules for combining source and destination colors
to achieve blending and transparency effects with graphics and
images. |
(package private) class |
AttributeValue |
class |
AWTError
Thrown when a serious Abstract Window Toolkit error has occurred.
|
class |
AWTEvent
The root event class for all AWT events.
|
class |
AWTEventMulticaster
AWTEventMulticaster implements efficient and thread-safe multi-cast
event dispatching for the AWT events defined in the java.awt.event
package. |
class |
AWTException
Signals that an Abstract Window Toolkit exception has occurred.
|
class |
AWTKeyStroke
An
AWTKeyStroke represents a key action on the
keyboard, or equivalent input device. |
class |
AWTPermission
This class is for AWT permissions.
|
class |
BasicStroke
The
BasicStroke class defines a basic set of rendering
attributes for the outlines of graphics primitives, which are rendered
with a Graphics2D object that has its Stroke attribute set to
this BasicStroke. |
class |
BorderLayout
A border layout lays out a container, arranging and resizing
its components to fit in five regions:
north, south, east, west, and center.
|
class |
BufferCapabilities
Capabilities and properties of buffers.
|
static class |
BufferCapabilities.FlipContents
A type-safe enumeration of the possible back buffer contents after
page-flipping
|
class |
Button
This class creates a labeled button.
|
protected class |
Button.AccessibleAWTButton
This class implements accessibility support for the
Button class. |
class |
Canvas
A
Canvas component represents a blank rectangular
area of the screen onto which the application can draw or from
which the application can trap input events from the user. |
protected class |
Canvas.AccessibleAWTCanvas
This class implements accessibility support for the
Canvas class. |
class |
CardLayout
A
CardLayout object is a layout manager for a
container. |
(package private) class |
CardLayout.Card |
class |
Checkbox
A check box is a graphical component that can be in either an
"on" (
true) or "off" (false) state. |
protected class |
Checkbox.AccessibleAWTCheckbox
This class implements accessibility support for the
Checkbox class. |
class |
CheckboxGroup
The
CheckboxGroup class is used to group together
a set of Checkbox buttons. |
class |
CheckboxMenuItem
This class represents a check box that can be included in a menu.
|
protected class |
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Inner class of CheckboxMenuItem used to provide default support for
accessibility.
|
class |
Choice
The
Choice class presents a pop-up menu of choices. |
protected class |
Choice.AccessibleAWTChoice
This class implements accessibility support for the
Choice class. |
class |
Color
The
Color class is used to encapsulate colors in the default
sRGB color space or colors in arbitrary color spaces identified by a
ColorSpace. |
(package private) class |
ColorPaintContext |
class |
Component
A component is an object having a graphical representation
that can be displayed on the screen and that can interact with the
user.
|
protected class |
Component.AccessibleAWTComponent
Inner class of Component used to provide default support for
accessibility.
|
protected class |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
Fire PropertyChange listener, if one is registered,
when shown/hidden..
|
protected class |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
Fire PropertyChange listener, if one is registered,
when focus events happen
|
(package private) static class |
Component.AWTTreeLock |
protected class |
Component.BltBufferStrategy
Inner class for blitting offscreen surfaces to a component.
|
private class |
Component.BltSubRegionBufferStrategy
Private class to perform sub-region blitting.
|
private static class |
Component.DummyRequestFocusController |
protected class |
Component.FlipBufferStrategy
Inner class for flipping buffers on a component.
|
private class |
Component.FlipSubRegionBufferStrategy
Private class to perform sub-region flipping.
|
private class |
Component.ProxyCapabilities
This is a proxy capabilities class used when a FlipBufferStrategy
is created instead of the requested Blit strategy.
|
private class |
Component.SingleBufferStrategy
Inner class for flipping buffers on a component.
|
class |
ComponentOrientation
The ComponentOrientation class encapsulates the language-sensitive
orientation that is to be used to order the elements of a component
or of text.
|
class |
Container
A generic Abstract Window Toolkit(AWT) container object is a component
that can contain other AWT components.
|
protected class |
Container.AccessibleAWTContainer
Inner class of Container used to provide default support for
accessibility.
|
protected class |
Container.AccessibleAWTContainer.AccessibleContainerHandler
Fire
PropertyChange listener, if one is registered,
when children are added or removed. |
(package private) static class |
Container.DropTargetEventTargetFilter |
(package private) static class |
Container.MouseEventTargetFilter |
(package private) static class |
Container.WakingRunnable |
class |
ContainerOrderFocusTraversalPolicy
A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container.
|
class |
Cursor
A class to encapsulate the bitmap representation of the mouse cursor.
|
(package private) static class |
Cursor.CursorDisposer |
class |
DefaultFocusTraversalPolicy
A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container.
|
class |
DefaultKeyboardFocusManager
The default KeyboardFocusManager for AWT applications.
|
private static class |
DefaultKeyboardFocusManager.DefaultKeyboardFocusManagerSentEvent
A special type of SentEvent which updates a counter in the target
KeyboardFocusManager if it is an instance of
DefaultKeyboardFocusManager.
|
private static class |
DefaultKeyboardFocusManager.TypeAheadMarker |
class |
Desktop
The
Desktop class allows a Java application to launch
associated applications registered on the native desktop to handle
a URI or a file. |
class |
Dialog
A Dialog is a top-level window with a title and a border
that is typically used to take some form of input from the user.
|
protected class |
Dialog.AccessibleAWTDialog
This class implements accessibility support for the
Dialog class. |
class |
Dimension
The
Dimension class encapsulates the width and
height of a component (in integer precision) in a single object. |
class |
DisplayMode
The
DisplayMode class encapsulates the bit depth, height,
width, and refresh rate of a GraphicsDevice. |
class |
Event
NOTE: The
Event class is obsolete and is
available only for backwards compatilibility. |
(package private) class |
EventDispatchThread
EventDispatchThread is a package-private AWT class which takes
events off the EventQueue and dispatches them to the appropriate
AWT components.
|
private static class |
EventDispatchThread.HierarchyEventFilter |
class |
EventQueue
EventQueue is a platform-independent class
that queues events, both from the underlying peer classes
and from trusted application classes. |
class |
FileDialog
The
FileDialog class displays a dialog window
from which the user can select a file. |
class |
FlowLayout
A flow layout arranges components in a directional flow, much
like lines of text in a paragraph.
|
(package private) class |
FocusManager
This class is no longer used, but is maintained for Serialization
backward-compatibility.
|
class |
FocusTraversalPolicy
A FocusTraversalPolicy defines the order in which Components with a
particular focus cycle root are traversed.
|
class |
Font
The
Font class represents fonts, which are used to
render text in a visible way. |
private static class |
Font.FontAccessImpl |
class |
FontFormatException
Thrown by method createFont in the
Font class to indicate
that the specified font is bad. |
class |
FontMetrics
The
FontMetrics class defines a font metrics object, which
encapsulates information about the rendering of a particular font on a
particular screen. |
class |
Frame
A
Frame is a top-level window with a title and a border. |
protected class |
Frame.AccessibleAWTFrame
This class implements accessibility support for the
Frame class. |
class |
GradientPaint
The
GradientPaint class provides a way to fill
a Shape with a linear color gradient pattern. |
(package private) class |
GradientPaintContext |
class |
Graphics
The
Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images. |
class |
Graphics2D
This
Graphics2D class extends the
Graphics class to provide more sophisticated
control over geometry, coordinate transformations, color management,
and text layout. |
(package private) class |
GraphicsCallback |
(package private) static class |
GraphicsCallback.PaintAllCallback |
(package private) static class |
GraphicsCallback.PaintCallback |
(package private) static class |
GraphicsCallback.PaintHeavyweightComponentsCallback |
(package private) static class |
GraphicsCallback.PeerPaintCallback |
(package private) static class |
GraphicsCallback.PeerPrintCallback |
(package private) static class |
GraphicsCallback.PrintAllCallback |
(package private) static class |
GraphicsCallback.PrintCallback |
(package private) static class |
GraphicsCallback.PrintHeavyweightComponentsCallback |
class |
GraphicsConfigTemplate
The
GraphicsConfigTemplate class is used to obtain a valid
GraphicsConfiguration. |
class |
GraphicsConfiguration
The
GraphicsConfiguration class describes the
characteristics of a graphics destination such as a printer or monitor. |
private static class |
GraphicsConfiguration.DefaultBufferCapabilities |
class |
GraphicsDevice
The
GraphicsDevice class describes the graphics devices
that might be available in a particular graphics environment. |
class |
GraphicsEnvironment
The
GraphicsEnvironment class describes the collection
of GraphicsDevice objects and Font objects
available to a Java(tm) application on a particular platform. |
class |
GridBagConstraints
The
GridBagConstraints class specifies constraints
for components that are laid out using the
GridBagLayout class. |
class |
GridBagLayout
The
GridBagLayout class is a flexible layout
manager that aligns components vertically, horizontally or along their
baseline without requiring that the components be of the same size. |
class |
GridBagLayoutInfo
The
GridBagLayoutInfo is an utility class for
GridBagLayout layout manager. |
class |
GridLayout
The
GridLayout class is a layout manager that
lays out a container's components in a rectangular grid. |
class |
HeadlessException
Thrown when code that is dependent on a keyboard, display, or mouse
is called in an environment that does not support a keyboard, display,
or mouse.
|
class |
IllegalComponentStateException
Signals that an AWT component is not in an appropriate state for
the requested operation.
|
class |
Image
The abstract class
Image is the superclass of all
classes that represent graphical images. |
class |
ImageCapabilities
Capabilities and properties of images.
|
(package private) class |
ImageMediaEntry |
class |
Insets
An
Insets object is a representation of the borders
of a container. |
class |
JobAttributes
A set of attributes which control a print job.
|
static class |
JobAttributes.DefaultSelectionType
A type-safe enumeration of possible default selection states.
|
static class |
JobAttributes.DestinationType
A type-safe enumeration of possible job destinations.
|
static class |
JobAttributes.DialogType
A type-safe enumeration of possible dialogs to display to the user.
|
static class |
JobAttributes.MultipleDocumentHandlingType
A type-safe enumeration of possible multiple copy handling states.
|
static class |
JobAttributes.SidesType
A type-safe enumeration of possible multi-page impositions.
|
class |
KeyboardFocusManager
The KeyboardFocusManager is responsible for managing the active and focused
Windows, and the current focus owner.
|
private static class |
KeyboardFocusManager.HeavyweightFocusRequest |
private static class |
KeyboardFocusManager.LightweightFocusRequest |
class |
Label
A
Label object is a component for placing text in a
container. |
protected class |
Label.AccessibleAWTLabel
This class implements accessibility support for the
Label class. |
(package private) class |
LightweightDispatcher
Class to manage the dispatching of MouseEvents to the lightweight descendants
and SunDropTargetEvents to both lightweight and heavyweight descendants
contained by a native container.
|
class |
LinearGradientPaint
The
LinearGradientPaint class provides a way to fill
a Shape with a linear color gradient pattern. |
(package private) class |
LinearGradientPaintContext
Provides the actual implementation for the LinearGradientPaint.
|
class |
List
The
List component presents the user with a
scrolling list of text items. |
protected class |
List.AccessibleAWTList
This class implements accessibility support for the
List class. |
protected class |
List.AccessibleAWTList.AccessibleAWTListChild
This class implements accessibility support for
List children.
|
(package private) class |
MediaEntry |
class |
MediaTracker
The
MediaTracker class is a utility class to track
the status of a number of media objects. |
class |
Menu
A
Menu object is a pull-down menu component
that is deployed from a menu bar. |
protected class |
Menu.AccessibleAWTMenu
Inner class of Menu used to provide default support for
accessibility.
|
class |
MenuBar
The
MenuBar class encapsulates the platform's
concept of a menu bar bound to a frame. |
protected class |
MenuBar.AccessibleAWTMenuBar
Inner class of MenuBar used to provide default support for
accessibility.
|
class |
MenuComponent
The abstract class
MenuComponent is the superclass
of all menu-related components. |
protected class |
MenuComponent.AccessibleAWTMenuComponent
Inner class of
MenuComponent used to provide
default support for accessibility. |
class |
MenuItem
All items in a menu must belong to the class
MenuItem, or one of its subclasses. |
protected class |
MenuItem.AccessibleAWTMenuItem
Inner class of MenuItem used to provide default support for
accessibility.
|
class |
MenuShortcut
The
MenuShortcutclass represents a keyboard accelerator
for a MenuItem. |
(package private) class |
ModalEventFilter |
private static class |
ModalEventFilter.ApplicationModalEventFilter |
private static class |
ModalEventFilter.DocumentModalEventFilter |
private static class |
ModalEventFilter.ToolkitModalEventFilter |
class |
MouseInfo
MouseInfo provides methods for getting information about the mouse,
such as mouse pointer location and the number of mouse buttons. |
class |
MultipleGradientPaint
This is the superclass for Paints which use a multiple color
gradient to fill in their raster.
|
(package private) class |
MultipleGradientPaintContext
This is the superclass for all PaintContexts which use a multiple color
gradient to fill in their raster.
|
class |
PageAttributes
A set of attributes which control the output of a printed page.
|
static class |
PageAttributes.ColorType
A type-safe enumeration of possible color states.
|
static class |
PageAttributes.MediaType
A type-safe enumeration of possible paper sizes.
|
static class |
PageAttributes.OrientationRequestedType
A type-safe enumeration of possible orientations.
|
static class |
PageAttributes.OriginType
A type-safe enumeration of possible origins.
|
static class |
PageAttributes.PrintQualityType
A type-safe enumeration of possible print qualities.
|
class |
Panel
Panel is the simplest container class. |
protected class |
Panel.AccessibleAWTPanel
This class implements accessibility support for the
Panel class. |
(package private) class |
PeerFixer |
class |
Point
A point representing a location in
(x,y) coordinate space,
specified in integer precision. |
class |
PointerInfo
A class that describes the pointer position.
|
class |
Polygon
The
Polygon class encapsulates a description of a
closed, two-dimensional region within a coordinate space. |
(package private) class |
Polygon.PolygonPathIterator |
class |
PopupMenu
A class that implements a menu which can be dynamically popped up
at a specified position within a component.
|
protected class |
PopupMenu.AccessibleAWTPopupMenu
Inner class of PopupMenu used to provide default support for
accessibility.
|
class |
PrintJob
An abstract class which initiates and executes a print job.
|
(package private) class |
Queue
The Queue object holds pointers to the beginning and end of one internal
queue.
|
class |
RadialGradientPaint
The
RadialGradientPaint class provides a way to fill a shape with
a circular radial color gradient pattern. |
(package private) class |
RadialGradientPaintContext
Provides the actual implementation for the RadialGradientPaint.
|
class |
Rectangle
A
Rectangle specifies an area in a coordinate space that is
enclosed by the Rectangle object's upper-left point
(x,y)
in the coordinate space, its width, and its height. |
class |
RenderingHints
The
RenderingHints class defines and manages collections of
keys and associated values which allow an application to provide input
into the choice of algorithms used by other classes which perform
rendering and image manipulation services. |
static class |
RenderingHints.Key
Defines the base type of all keys used along with the
RenderingHints class to control various
algorithm choices in the rendering and imaging pipelines. |
class |
Robot
This class is used to generate native system input events
for the purposes of test automation, self-running demos, and
other applications where control of the mouse and keyboard
is needed.
|
(package private) static class |
Robot.RobotDisposer |
class |
Scrollbar
The
Scrollbar class embodies a scroll bar, a
familiar user-interface object. |
protected class |
Scrollbar.AccessibleAWTScrollBar
This class implements accessibility support for the
Scrollbar class. |
class |
ScrollPane
A container class which implements automatic horizontal and/or
vertical scrolling for a single child component.
|
protected class |
ScrollPane.AccessibleAWTScrollPane
This class implements accessibility support for the
ScrollPane class. |
(package private) class |
ScrollPane.PeerFixer |
class |
ScrollPaneAdjustable
This class represents the state of a horizontal or vertical
scrollbar of a
ScrollPane. |
(package private) class |
SentEvent
A wrapping tag for a nested AWTEvent which indicates that the event was
sent from another AppContext.
|
(package private) class |
SequencedEvent
A mechanism for ensuring that a series of AWTEvents are executed in a
precise order, even across multiple AppContexts.
|
class |
SplashScreen
The splash screen can be displayed at application startup, before the
Java Virtual Machine (JVM) starts.
|
class |
SystemColor
A class to encapsulate symbolic colors representing the color of
native GUI objects on a system.
|
class |
SystemTray
The
SystemTray class represents the system tray for a
desktop. |
class |
TextArea
A
TextArea object is a multi-line region
that displays text. |
protected class |
TextArea.AccessibleAWTTextArea
This class implements accessibility support for the
TextArea class. |
class |
TextComponent
The
TextComponent class is the superclass of
any component that allows the editing of some text. |
protected class |
TextComponent.AccessibleAWTTextComponent
This class implements accessibility support for the
TextComponent class. |
class |
TextField
A
TextField object is a text component
that allows for the editing of a single line of text. |
protected class |
TextField.AccessibleAWTTextField
This class implements accessibility support for the
TextField class. |
class |
TexturePaint
The
TexturePaint class provides a way to fill a
Shape with a texture that is specified as
a BufferedImage. |
(package private) class |
TexturePaintContext |
(package private) static class |
TexturePaintContext.Any |
(package private) static class |
TexturePaintContext.Byte |
(package private) static class |
TexturePaintContext.ByteFilter |
(package private) static class |
TexturePaintContext.Int |
class |
Toolkit
This class is the abstract superclass of all actual
implementations of the Abstract Window Toolkit.
|
private static class |
Toolkit.DesktopPropertyChangeSupport |
private class |
Toolkit.SelectiveAWTEventListener |
private static class |
Toolkit.ToolkitEventMulticaster |
class |
TrayIcon
A
TrayIcon object represents a tray icon that can be
added to the system tray. |
(package private) class |
VKCollection |
(package private) class |
WaitDispatchSupport
This utility class is used to suspend execution on a thread
while still allowing
EventDispatchThread to dispatch events. |
class |
Window
A
Window object is a top-level window with no borders and no
menubar. |
protected class |
Window.AccessibleAWTWindow
This class implements accessibility support for the
Window class. |
(package private) static class |
Window.WindowDisposerRecord |
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
Window.anchor |
private Object |
Robot.anchor |
private Object |
Cursor.anchor |
private static Object |
AWTKeyStroke.APP_CONTEXT_CACHE_KEY |
Object |
Event.arg
An arbitrary argument of the event.
|
private Object |
GraphicsDevice.fsAppContextLock |
private Object |
Window.inputContextLock |
(package private) static Object |
Component.LOCK
The locking object for AWT component-tree and layout operations.
|
private Object |
Component.objectLock |
private Object |
Toolkit.DesktopPropertyChangeSupport.source |
Object |
Event.target
The target component.
|
static Object |
Image.UndefinedProperty
The
UndefinedProperty object should be returned whenever a
property which was not defined for a particular image is fetched. |
static Object |
RenderingHints.VALUE_ALPHA_INTERPOLATION_DEFAULT
Alpha interpolation hint value -- alpha blending algorithms
are chosen by the implementation for a good tradeoff of
performance vs.
|
static Object |
RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY
Alpha interpolation hint value -- alpha blending algorithms
are chosen with a preference for precision and visual quality.
|
static Object |
RenderingHints.VALUE_ALPHA_INTERPOLATION_SPEED
Alpha interpolation hint value -- alpha blending algorithms
are chosen with a preference for calculation speed.
|
static Object |
RenderingHints.VALUE_ANTIALIAS_DEFAULT
Antialiasing hint value -- rendering is done with a default
antialiasing mode chosen by the implementation.
|
static Object |
RenderingHints.VALUE_ANTIALIAS_OFF
Antialiasing hint value -- rendering is done without antialiasing.
|
static Object |
RenderingHints.VALUE_ANTIALIAS_ON
Antialiasing hint value -- rendering is done with antialiasing.
|
static Object |
RenderingHints.VALUE_COLOR_RENDER_DEFAULT
Color rendering hint value -- perform color conversion
calculations as chosen by the implementation to represent
the best available tradeoff between performance and
accuracy.
|
static Object |
RenderingHints.VALUE_COLOR_RENDER_QUALITY
Color rendering hint value -- perform the color conversion
calculations with the highest accuracy and visual quality.
|
static Object |
RenderingHints.VALUE_COLOR_RENDER_SPEED
Color rendering hint value -- perform the fastest color
conversion to the format of the output device.
|
static Object |
RenderingHints.VALUE_DITHER_DEFAULT
Dithering hint value -- use a default for dithering chosen by
the implementation.
|
static Object |
RenderingHints.VALUE_DITHER_DISABLE
Dithering hint value -- do not dither when rendering geometry.
|
static Object |
RenderingHints.VALUE_DITHER_ENABLE
Dithering hint value -- dither when rendering geometry, if needed.
|
static Object |
RenderingHints.VALUE_FRACTIONALMETRICS_DEFAULT
Font fractional metrics hint value -- character glyphs are
positioned with accuracy chosen by the implementation.
|
static Object |
RenderingHints.VALUE_FRACTIONALMETRICS_OFF
Font fractional metrics hint value -- character glyphs are
positioned with advance widths rounded to pixel boundaries.
|
static Object |
RenderingHints.VALUE_FRACTIONALMETRICS_ON
Font fractional metrics hint value -- character glyphs are
positioned with sub-pixel accuracy.
|
static Object |
RenderingHints.VALUE_INTERPOLATION_BICUBIC
Interpolation hint value -- the color samples of 9 nearby
integer coordinate samples in the image are interpolated using
a cubic function in both
X and Y to produce
a color sample. |
static Object |
RenderingHints.VALUE_INTERPOLATION_BILINEAR
Interpolation hint value -- the color samples of the 4 nearest
neighboring integer coordinate samples in the image are
interpolated linearly to produce a color sample.
|
static Object |
RenderingHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR
Interpolation hint value -- the color sample of the nearest
neighboring integer coordinate sample in the image is used.
|
static Object |
RenderingHints.VALUE_RENDER_DEFAULT
Rendering hint value -- rendering algorithms are chosen
by the implementation for a good tradeoff of performance
vs.
|
static Object |
RenderingHints.VALUE_RENDER_QUALITY
Rendering hint value -- rendering algorithms are chosen
with a preference for output quality.
|
static Object |
RenderingHints.VALUE_RENDER_SPEED
Rendering hint value -- rendering algorithms are chosen
with a preference for output speed.
|
static Object |
RenderingHints.VALUE_STROKE_DEFAULT
Stroke normalization control hint value -- geometry may be
modified or left pure depending on the tradeoffs in a given
implementation.
|
static Object |
RenderingHints.VALUE_STROKE_NORMALIZE
Stroke normalization control hint value -- geometry should
be normalized to improve uniformity or spacing of lines and
overall aesthetics.
|
static Object |
RenderingHints.VALUE_STROKE_PURE
Stroke normalization control hint value -- geometry should
be left unmodified and rendered with sub-pixel accuracy.
|
static Object |
RenderingHints.VALUE_TEXT_ANTIALIAS_DEFAULT
Text antialiasing hint value -- text rendering is done according
to the
RenderingHints.KEY_ANTIALIASING hint or a default chosen by the
implementation. |
static Object |
RenderingHints.VALUE_TEXT_ANTIALIAS_GASP
Text antialiasing hint value -- text rendering is requested to
use information in the font resource which specifies for each point
size whether to apply
RenderingHints.VALUE_TEXT_ANTIALIAS_ON or
RenderingHints.VALUE_TEXT_ANTIALIAS_OFF. |
static Object |
RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HBGR
Text antialiasing hint value -- request that text be displayed
optimised for an LCD display with subpixels in order from display
left to right of B,G,R such that the horizontal subpixel resolution
is three times that of the full pixel horizontal resolution (HBGR).
|
static Object |
RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HRGB
Text antialiasing hint value -- request that text be displayed
optimised for an LCD display with subpixels in order from display
left to right of R,G,B such that the horizontal subpixel resolution
is three times that of the full pixel horizontal resolution (HRGB).
|
static Object |
RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_VBGR
Text antialiasing hint value -- request that text be displayed
optimised for an LCD display with subpixel organisation from display
top to bottom of B,G,R such that the vertical subpixel resolution is
three times that of the full pixel vertical resolution (VBGR).
|
static Object |
RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_VRGB
Text antialiasing hint value -- request that text be displayed
optimised for an LCD display with subpixel organisation from display
top to bottom of R,G,B such that the vertical subpixel resolution is
three times that of the full pixel vertical resolution (VRGB).
|
static Object |
RenderingHints.VALUE_TEXT_ANTIALIAS_OFF
Text antialiasing hint value -- text rendering is done without
any form of antialiasing.
|
static Object |
RenderingHints.VALUE_TEXT_ANTIALIAS_ON
Text antialiasing hint value -- text rendering is done with
some form of antialiasing.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
Toolkit.desktopProperties |
| Modifier and Type | Method and Description |
|---|---|
Object |
RenderingHints.clone()
Creates a clone of this
RenderingHints object
that has the same contents as this RenderingHints
object. |
Object |
PageAttributes.clone()
Creates and returns a copy of this PageAttributes.
|
Object |
JobAttributes.clone()
Creates and returns a copy of this
JobAttributes. |
Object |
Insets.clone()
Create a copy of this object.
|
Object |
ImageCapabilities.clone() |
Object |
GridBagConstraints.clone()
Creates a copy of this grid bag constraint.
|
Object |
BufferCapabilities.clone() |
Object |
RenderingHints.get(Object key)
Returns the value to which the specified key is mapped.
|
Object |
BorderLayout.getConstraints(Component comp)
Gets the constraints for the specified component
|
Object |
Toolkit.getDesktopProperty(String propertyName)
Obtains a value for the specified desktop property.
|
Object[] |
MediaTracker.getErrorsAny()
Returns a list of all media that have encountered an error.
|
Object[] |
MediaTracker.getErrorsID(int id)
Returns a list of media with the specified ID that
have encountered an error.
|
(package private) abstract Object |
MediaEntry.getMedia() |
(package private) Object |
ImageMediaEntry.getMedia() |
(package private) Object |
Component.getObjectLock() |
abstract Object |
Image.getProperty(String name,
ImageObserver observer)
Gets a property of this image by name.
|
abstract Object |
Graphics2D.getRenderingHint(RenderingHints.Key hintKey)
Returns the value of a single preference for the rendering algorithms.
|
Object[] |
List.getSelectedObjects()
Gets the selected items on this scrolling list in an array of Objects.
|
Object[] |
ItemSelectable.getSelectedObjects()
Returns the selected items or
null if no
items are selected. |
Object[] |
Choice.getSelectedObjects()
Returns an array (length 1) containing the currently selected
item.
|
Object[] |
CheckboxMenuItem.getSelectedObjects()
Returns the an array (length 1) containing the checkbox menu item
label or null if the checkbox is not selected.
|
Object[] |
Checkbox.getSelectedObjects()
Returns an array (length 1) containing the checkbox
label or null if the checkbox is not selected.
|
private static Object |
WaitDispatchSupport.getTreeLock() |
protected Object |
MenuComponent.getTreeLock()
Gets this component's locking object (the object that owns the thread
sychronization monitor) for AWT component-tree and layout
operations.
|
Object |
Component.getTreeLock()
Gets this component's locking object (the object that owns the thread
synchronization monitor) for AWT component-tree and layout
operations.
|
protected Object |
Toolkit.lazilyLoadDesktopProperty(String name)
an opportunity to lazily evaluate desktop property values.
|
Object |
RenderingHints.put(Object key,
Object value)
Maps the specified
key to the specified
value in this RenderingHints object. |
private Object |
SystemColor.readResolve()
The design of the
SystemColor class assumes that
the SystemColor object instances stored in the
static final fields above are the only instances that can
be used by developers. |
protected Object |
AWTKeyStroke.readResolve()
Returns a cached instance of
AWTKeyStroke (or a subclass of
AWTKeyStroke) which is equal to this instance. |
Object |
RenderingHints.remove(Object key)
Removes the key and its corresponding value from this
RenderingHints object. |
private Object |
SystemColor.writeReplace()
Returns a specialized version of the
SystemColor
object for writing to the serialized stream. |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Object,Object>> |
RenderingHints.entrySet()
Returns a
Set view of the mappings contained
in this RenderingHints. |
Set<Map.Entry<Object,Object>> |
RenderingHints.entrySet()
Returns a
Set view of the mappings contained
in this RenderingHints. |
Set<Object> |
RenderingHints.keySet()
Returns a
Set view of the Keys contained in this
RenderingHints. |
Collection<Object> |
RenderingHints.values()
Returns a
Collection view of the values
contained in this RenderinHints. |
| Modifier and Type | Method and Description |
|---|---|
private Conditional |
EventDispatchThread._macosxGetConditional(Object cond) |
boolean |
Component.action(Event evt,
Object what)
Deprecated.
As of JDK version 1.1,
should register this component as ActionListener on component
which fires action events.
|
void |
Container.add(Component comp,
Object constraints)
Adds the specified component to the end of this container.
|
void |
Container.add(Component comp,
Object constraints,
int index)
Adds the specified component to this container with the specified
constraints at the specified index.
|
protected void |
ScrollPane.addImpl(Component comp,
Object constraints,
int index)
Adds the specified component to this scroll pane container.
|
protected void |
Container.addImpl(Component comp,
Object constraints,
int index)
Adds the specified component to this container at the specified
index.
|
void |
LayoutManager2.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to the layout, using the specified
constraint object.
|
void |
GridBagLayout.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to the layout, using the specified
constraints object. |
void |
CardLayout.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to this card layout's internal
table of names.
|
void |
BorderLayout.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to the layout, using the specified
constraint object.
|
private void |
ScrollPane.addToPanel(Component comp,
Object constraints,
int index) |
boolean |
RenderingHints.containsKey(Object key)
Returns
true if this RenderingHints
contains a mapping for the specified key. |
boolean |
RenderingHints.containsValue(Object value)
Returns true if this RenderingHints maps one or more keys to the
specified value.
|
private void |
EventQueue.dispatchEventImpl(AWTEvent event,
Object src)
Called from dispatchEvent() under a correct AccessControlContext
|
boolean |
RenderingHints.equals(Object o)
Compares the specified
Object with this
RenderingHints for equality. |
boolean |
RenderingHints.Key.equals(Object o)
The equals method for all Key objects will return the same
result as the equality operator '=='.
|
boolean |
Rectangle.equals(Object obj)
Checks whether two rectangles are equal.
|
boolean |
Point.equals(Object obj)
Determines whether or not two points are equal.
|
boolean |
PageAttributes.equals(Object obj)
Determines whether two PageAttributes are equal to each other.
|
boolean |
MenuShortcut.equals(Object obj)
Returns whether this MenuShortcut is the same as another:
equality is defined to mean that both MenuShortcuts use the same key
and both either use or don't use the SHIFT key.
|
boolean |
JobAttributes.equals(Object obj)
Determines whether two JobAttributes are equal to each other.
|
boolean |
Insets.equals(Object obj)
Checks whether two insets objects are equal.
|
boolean |
Font.equals(Object obj)
Compares this
Font object to the specified
Object. |
boolean |
DisplayMode.equals(Object dm)
Indicates whether some other object is "equal to" this one.
|
boolean |
Dimension.equals(Object obj)
Checks whether two dimension objects have equal values.
|
boolean |
Color.equals(Object obj)
Determines whether another object is equal to this
Color. |
boolean |
BasicStroke.equals(Object obj)
Tests if a specified object is equal to this
BasicStroke
by first testing if it is a BasicStroke and then comparing
its width, join, cap, miter limit, dash, and dash phase attributes with
those of this BasicStroke. |
boolean |
AlphaComposite.equals(Object obj)
Determines whether the specified object is equal to this
AlphaComposite. |
boolean |
AWTKeyStroke.equals(Object anObject)
Returns true if this object is identical to the specified object.
|
private void |
SystemTray.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes for Object properties.
|
protected void |
KeyboardFocusManager.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Fires a PropertyChangeEvent in response to a change in a bound property.
|
protected void |
Component.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes for Object properties.
|
protected void |
KeyboardFocusManager.fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
Fires a PropertyChangeEvent in response to a change in a vetoable
property.
|
Object |
RenderingHints.get(Object key)
Returns the value to which the specified key is mapped.
|
private static AccessControlContext |
EventQueue.getAccessControlContextFrom(Object src) |
Component |
BorderLayout.getLayoutComponent(Container target,
Object constraints)
Returns the component that corresponds to the given constraint location
based on the target
Container's component orientation. |
Component |
BorderLayout.getLayoutComponent(Object constraints)
Gets the component that was added using the given constraint
|
boolean |
Component.gotFocus(Event evt,
Object what)
Deprecated.
As of JDK version 1.1,
replaced by processFocusEvent(FocusEvent).
|
(package private) static void |
EventQueue.invokeAndWait(Object source,
Runnable runnable) |
abstract boolean |
RenderingHints.Key.isCompatibleValue(Object val)
Returns true if the specified object is a valid value
for this Key.
|
(package private) static boolean |
Component.isInstanceOf(Object obj,
String className)
Checks that the given object is instance of the given class.
|
boolean |
Component.lostFocus(Event evt,
Object what)
Deprecated.
As of JDK version 1.1,
replaced by processFocusEvent(FocusEvent).
|
Object |
RenderingHints.put(Object key,
Object value)
Maps the specified
key to the specified
value in this RenderingHints object. |
Object |
RenderingHints.remove(Object key)
Removes the key and its corresponding value from this
RenderingHints object. |
(package private) void |
EventQueue.removeSourceEvents(Object source,
boolean removeAllEvents) |
protected void |
Toolkit.setDesktopProperty(String name,
Object newValue)
Sets the named desktop property to the specified value and fires a
property change event to notify any listeners that the value has changed.
|
abstract void |
Graphics2D.setRenderingHint(RenderingHints.Key hintKey,
Object hintValue)
Sets the value of a single preference for the rendering algorithms.
|
void |
AWTEvent.setSource(Object newSource)
Retargets an event to a new source.
|
| Constructor and Description |
|---|
AWTEvent(Object source,
int id)
Constructs an AWTEvent object with the specified source object and type.
|
Event(Object target,
int id,
Object arg)
NOTE: The
Event class is obsolete and is
available only for backwards compatilibility. |
Event(Object target,
long when,
int id,
int x,
int y,
int key,
int modifiers)
NOTE: The
Event class is obsolete and is
available only for backwards compatilibility. |
Event(Object target,
long when,
int id,
int x,
int y,
int key,
int modifiers,
Object arg)
NOTE: The
Event class is obsolete and is
available only for backwards compatilibility. |
RenderingHints(RenderingHints.Key key,
Object value)
Constructs a new object with the specified key/value pair.
|
Toolkit.DesktopPropertyChangeSupport(Object sourceBean) |
| Modifier and Type | Class and Description |
|---|---|
class |
CMMException
This exception is thrown if the native CMM returns an error.
|
class |
ColorSpace
This abstract class is used to serve as a color space tag to identify the
specific color space of a Color object or, via a ColorModel object,
of an Image, a BufferedImage, or a GraphicsDevice.
|
class |
ICC_ColorSpace
The ICC_ColorSpace class is an implementation of the abstract
ColorSpace class.
|
class |
ICC_Profile
A representation of color profile data for device independent and
device dependent color spaces based on the International Color
Consortium Specification ICC.1:2001-12, File Format for Color Profiles,
(see http://www.color.org).
|
class |
ICC_ProfileGray
A subclass of the ICC_Profile class which represents profiles
which meet the following criteria: the color space type of the
profile is TYPE_GRAY and the profile includes the grayTRCTag and
mediaWhitePointTag tags.
|
class |
ICC_ProfileRGB
The ICC_ProfileRGB class is a subclass of the ICC_Profile class
that represents profiles which meet the following criteria:
The profile's color space type is RGB.
The profile includes the
redColorantTag,
greenColorantTag, blueColorantTag,
redTRCTag, greenTRCTag,
blueTRCTag, and mediaWhitePointTag tags.
The ICC_Profile getInstance method will
return an ICC_ProfileRGB object when these conditions are met. |
class |
ProfileDataException
This exception is thrown when an error occurs in accessing or
processing an ICC_Profile object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ICC_Profile.readResolve()
Resolves instances being deserialized into instances registered
with CMM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Clipboard
A class that implements a mechanism to transfer data using
cut/copy/paste operations.
|
class |
DataFlavor
A
DataFlavor provides meta information about data. |
(package private) static class |
DataFlavor.TextFlavorComparator |
class |
FlavorEvent
FlavorEvent is used to notify interested parties
that available DataFlavors have changed in the
Clipboard (the event source). |
(package private) class |
MimeTypeParameterList
An object that encapsualtes the parameter list of a MimeType
as defined in RFC 2045 and 2046.
|
class |
MimeTypeParseException
A class to encapsulate MimeType parsing related exceptions
|
class |
StringSelection
A
Transferable which implements the capability required
to transfer a String. |
class |
SystemFlavorMap
The SystemFlavorMap is a configurable map between "natives" (Strings), which
correspond to platform-specific data formats, and "flavors" (DataFlavors),
which correspond to platform-independent MIME types.
|
class |
UnsupportedFlavorException
Signals that the requested data is not supported in this flavor.
|
| Modifier and Type | Field and Description |
|---|---|
private static Object |
SystemFlavorMap.FLAVOR_MAP_KEY |
| Modifier and Type | Method and Description |
|---|---|
Object |
MimeTypeParameterList.clone() |
Object |
MimeType.clone()
Returns a clone of this object.
|
Object |
DataFlavor.clone()
Returns a clone of this
DataFlavor. |
Object |
Clipboard.getData(DataFlavor flavor)
Returns an object representing the current contents of this clipboard
in the specified
DataFlavor. |
Object |
Transferable.getTransferData(DataFlavor flavor)
Returns an object which represents the data to be transferred.
|
Object |
StringSelection.getTransferData(DataFlavor flavor)
Returns the
Transferable's data in the requested
DataFlavor if possible. |
| Modifier and Type | Method and Description |
|---|---|
int |
DataFlavor.TextFlavorComparator.compare(Object obj1,
Object obj2)
Compares two
DataFlavor objects. |
boolean |
MimeTypeParameterList.equals(Object thatObject)
Two parameter lists are considered equal if they have exactly
the same set of parameter names and associated values.
|
boolean |
MimeType.equals(Object thatObject)
MimeTypes are equal if their primary types,
subtypes, and parameters are all equal. |
boolean |
DataFlavor.equals(Object o)
Indicates whether some other object is "equal to" this one.
|
Transferable |
Clipboard.getContents(Object requestor)
Returns a transferable object representing the current contents
of the clipboard.
|
private void |
SystemFlavorMap.store(Object hashed,
Object listed,
Map map)
Stores the listed object under the specified hash key in map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DnDConstants
This class contains constant values representing
the type of action(s) to be performed by a Drag and Drop operation.
|
(package private) class |
DnDEventMulticaster
A class extends
AWTEventMulticaster to implement efficient and
thread-safe multi-cast event dispatching for the drag-and-drop events defined
in the java.awt.dnd package. |
class |
DragGestureEvent
A
DragGestureEvent is passed
to DragGestureListener's
dragGestureRecognized() method
when a particular DragGestureRecognizer detects that a
platform dependent drag initiating gesture has occurred
on the Component that it is tracking. |
class |
DragGestureRecognizer
The
DragGestureRecognizer is an
abstract base class for the specification
of a platform-dependent listener that can be associated with a particular
Component in order to
identify platform-dependent drag initiating gestures. |
class |
DragSource
The
DragSource is the entity responsible
for the initiation of the Drag
and Drop operation, and may be used in a number of scenarios:
1 default instance per JVM for the lifetime of that JVM. |
class |
DragSourceAdapter
An abstract adapter class for receiving drag source events.
|
class |
DragSourceContext
The
DragSourceContext class is responsible for managing the
initiator side of the Drag and Drop protocol. |
class |
DragSourceDragEvent
The
DragSourceDragEvent is
delivered from the DragSourceContextPeer,
via the DragSourceContext, to the DragSourceListener
registered with that DragSourceContext and with its associated
DragSource. |
class |
DragSourceDropEvent
The
DragSourceDropEvent is delivered
from the DragSourceContextPeer,
via the DragSourceContext, to the dragDropEnd
method of DragSourceListeners registered with that
DragSourceContext and with its associated
DragSource. |
class |
DragSourceEvent
This class is the base class for
DragSourceDragEvent and
DragSourceDropEvent. |
class |
DropTarget
The
DropTarget is associated
with a Component when that Component
wishes
to accept drops during Drag and Drop operations. |
protected static class |
DropTarget.DropTargetAutoScroller
this protected nested class implements autoscrolling
|
class |
DropTargetAdapter
An abstract adapter class for receiving drop target events.
|
class |
DropTargetContext
A
DropTargetContext is created
whenever the logical cursor associated
with a Drag and Drop operation coincides with the visible geometry of
a Component associated with a DropTarget. |
protected class |
DropTargetContext.TransferableProxy
TransferableProxy is a helper inner class that implements
Transferable interface and serves as a proxy for another
Transferable object which represents data transfer for
a particular drag-n-drop operation. |
class |
DropTargetDragEvent
The
DropTargetDragEvent is delivered to a
DropTargetListener via its
dragEnter() and dragOver() methods. |
class |
DropTargetDropEvent
The
DropTargetDropEvent is delivered
via the DropTargetListener drop() method. |
class |
DropTargetEvent
The
DropTargetEvent is the base
class for both the DropTargetDragEvent
and the DropTargetDropEvent. |
class |
InvalidDnDOperationException
This exception is thrown by various methods in the java.awt.dnd package.
|
class |
MouseDragGestureRecognizer
This abstract subclass of
DragGestureRecognizer
defines a DragGestureRecognizer
for mouse-based gestures. |
(package private) class |
SerializationTester
Tests if an object can truly be serialized by serializing it to a null
OutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DropTargetContext.TransferableProxy.getTransferData(DataFlavor df)
Returns an object which represents the data provided by
the encapsulated transferable for the requested data flavor.
|
Object[] |
DragGestureEvent.toArray()
Returns an
Object array of the
events comprising the drag gesture. |
Object[] |
DragGestureEvent.toArray(Object[] array)
Returns an array of the events comprising the drag gesture.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static boolean |
SerializationTester.test(Object obj) |
Object[] |
DragGestureEvent.toArray(Object[] array)
Returns an array of the events comprising the drag gesture.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionEvent
A semantic event which indicates that a component-defined action occurred.
|
class |
AdjustmentEvent
The adjustment event emitted by Adjustable objects like
Scrollbar and ScrollPane. |
class |
AWTEventListenerProxy
A class which extends the
EventListenerProxy
specifically for adding an AWTEventListener
for a specific event mask. |
class |
ComponentAdapter
An abstract adapter class for receiving component events.
|
class |
ComponentEvent
A low-level event which indicates that a component moved, changed
size, or changed visibility (also, the root class for the other
component-level events).
|
class |
ContainerAdapter
An abstract adapter class for receiving container events.
|
class |
ContainerEvent
A low-level event which indicates that a container's contents
changed because a component was added or removed.
|
class |
FocusAdapter
An abstract adapter class for receiving keyboard focus events.
|
class |
FocusEvent
A low-level event which indicates that a Component has gained or lost the
input focus.
|
class |
HierarchyBoundsAdapter
An abstract adapter class for receiving ancestor moved and resized events.
|
class |
HierarchyEvent
An event which indicates a change to the
Component
hierarchy to which Component belongs. |
class |
InputEvent
The root event class for all component-level input events.
|
class |
InputMethodEvent
Input method events contain information about text that is being
composed using an input method.
|
class |
InvocationEvent
An event which executes the
run() method on a Runnable
when dispatched by the AWT event dispatcher thread. |
class |
ItemEvent
A semantic event which indicates that an item was selected or deselected.
|
class |
KeyAdapter
An abstract adapter class for receiving keyboard events.
|
class |
KeyEvent
An event which indicates that a keystroke occurred in a component.
|
class |
MouseAdapter
An abstract adapter class for receiving mouse events.
|
class |
MouseEvent
An event which indicates that a mouse action occurred in a component.
|
class |
MouseMotionAdapter
An abstract adapter class for receiving mouse motion events.
|
class |
MouseWheelEvent
An event which indicates that the mouse wheel was rotated in a component.
|
(package private) class |
NativeLibLoader |
class |
PaintEvent
The component-level paint event.
|
class |
TextEvent
A semantic event which indicates that an object's text changed.
|
class |
WindowAdapter
An abstract adapter class for receiving window events.
|
class |
WindowEvent
A low-level event that indicates that a window has changed its status.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
ItemEvent.item
The item whose selection state has changed.
|
protected Object |
InvocationEvent.notifier
The (potentially null) Object whose notifyAll() method will be called
immediately after the Runnable.run() method has returned or thrown an exception.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ItemEvent.getItem()
Returns the item affected by the event.
|
| Modifier and Type | Method and Description |
|---|---|
private static long |
InputMethodEvent.getMostRecentEventTimeForSource(Object source)
Get the most recent event time in the
EventQueue which the source
belongs to. |
| Constructor and Description |
|---|
ActionEvent(Object source,
int id,
String command)
Constructs an
ActionEvent object. |
ActionEvent(Object source,
int id,
String command,
int modifiers)
Constructs an
ActionEvent object with modifier keys. |
ActionEvent(Object source,
int id,
String command,
long when,
int modifiers)
Constructs an
ActionEvent object with the specified
modifier keys and timestamp. |
InvocationEvent(Object source,
int id,
Runnable runnable,
Object notifier,
boolean catchThrowables)
Constructs an
InvocationEvent with the specified
source and ID which will execute the runnable's run
method when dispatched. |
InvocationEvent(Object source,
int id,
Runnable runnable,
Object notifier,
Runnable listener,
boolean catchThrowables) |
InvocationEvent(Object source,
Runnable runnable)
Constructs an
InvocationEvent with the specified
source which will execute the runnable's run
method when dispatched. |
InvocationEvent(Object source,
Runnable runnable,
Object notifier,
boolean catchThrowables)
Constructs an
InvocationEvent with the specified
source which will execute the runnable's run
method when dispatched. |
InvocationEvent(Object source,
Runnable runnable,
Runnable listener,
boolean catchThrowables)
Constructs an
InvocationEvent with the specified
source which will execute the runnable's run
method when dispatched. |
ItemEvent(ItemSelectable source,
int id,
Object item,
int stateChange)
Constructs an
ItemEvent object. |
TextEvent(Object source,
int id)
Constructs a
TextEvent object. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CharArrayIterator |
class |
FontRenderContext
The
FontRenderContext class is a container for the
information needed to correctly measure text. |
class |
GlyphJustificationInfo
The
GlyphJustificationInfo class represents information
about the justification properties of a glyph. |
class |
GlyphMetrics
The
GlyphMetrics class represents infomation for a
single glyph. |
class |
GlyphVector
A
GlyphVector object is a collection of glyphs
containing geometric information for the placement of each glyph
in a transformed coordinate space which corresponds to the
device on which the GlyphVector is ultimately
displayed. |
class |
GraphicAttribute
This class is used with the CHAR_REPLACEMENT attribute.
|
class |
ImageGraphicAttribute
The
ImageGraphicAttribute class is an implementation of
GraphicAttribute which draws images in
a TextLayout. |
class |
LayoutPath
LayoutPath provides a mapping between locations relative to the
baseline and points in user space.
|
class |
LineBreakMeasurer
The
LineBreakMeasurer class allows styled text to be
broken into lines (or segments) that fit within a particular visual
advance. |
class |
LineMetrics
The
LineMetrics class allows access to the
metrics needed to layout characters along a line
and to layout of a set of lines. |
class |
NumericShaper
The
NumericShaper class is used to convert Latin-1 (European)
digits to other Unicode decimal digits. |
class |
ShapeGraphicAttribute
The
ShapeGraphicAttribute class is an implementation of
GraphicAttribute that draws shapes in a TextLayout. |
(package private) class |
StyledParagraph
This class stores Font, GraphicAttribute, and Decoration intervals
on a paragraph of styled text.
|
class |
TextAttribute
The
TextAttribute class defines attribute keys and
attribute values used for text rendering. |
class |
TextHitInfo
The
TextHitInfo class represents a character position in a
text model, and a bias, or "side," of the character. |
(package private) class |
TextJustifier |
class |
TextLayout
TextLayout is an immutable graphical representation of styled
character data. |
static class |
TextLayout.CaretPolicy
Defines a policy for determining the strong caret location.
|
(package private) class |
TextLine |
private static class |
TextLine.Function |
(package private) static class |
TextLine.TextLineMetrics |
class |
TextMeasurer
The
TextMeasurer class provides the primitive operations
needed for line break: measuring up to a given advance, determining the
advance of a range of characters, and generating a
TextLayout for a range of characters. |
class |
TransformAttribute
The
TransformAttribute class provides an immutable
wrapper for a transform so that it is safe to use as an attribute. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
FontRenderContext.aaHintValue |
private Object |
FontRenderContext.fmHintValue |
private Object |
StyledParagraph.font |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
TextMeasurer.clone() |
protected Object |
TextLayout.clone()
Creates a copy of this
TextLayout. |
Object |
CharArrayIterator.clone()
Create a copy of this iterator
|
Object |
FontRenderContext.getAntiAliasingHint()
Return the text anti-aliasing rendering mode hint used in this
FontRenderContext. |
Object |
StyledParagraph.getFontOrGraphicAt(int index)
Return the Font or GraphicAttribute in effect at the given index.
|
Object |
FontRenderContext.getFractionalMetricsHint()
Return the text fractional metrics rendering mode hint used in this
FontRenderContext. |
private static Object |
StyledParagraph.getGraphicOrFont(Map attributes)
Extract a GraphicAttribute or Font from the given attributes.
|
private Object |
TransformAttribute.readResolve() |
protected Object |
TextAttribute.readResolve()
Resolves instances being deserialized to the predefined constants.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
StyledParagraph.addFont(Object f,
int index)
Add a new Font/GraphicAttribute run with the given object at the
given index.
|
private static int[] |
StyledParagraph.addToVector(Object obj,
int index,
Vector v,
int[] starts)
Append the given Object to the given Vector.
|
boolean |
TransformAttribute.equals(Object rhs)
Returns
true if rhs is a TransformAttribute
whose transform is equal to this TransformAttribute's
transform. |
boolean |
TextLayout.equals(Object obj)
Returns
true if the specified Object is a
TextLayout object and if the specified Object
equals this TextLayout. |
boolean |
TextHitInfo.equals(Object obj)
Returns
true if the specified Object is a
TextHitInfo and equals this TextHitInfo. |
boolean |
ShapeGraphicAttribute.equals(Object rhs)
Compares this
ShapeGraphicAttribute to the specified
Object. |
boolean |
NumericShaper.equals(Object o)
Returns
true if the specified object is an instance of
NumericShaper and shapes identically to this one,
regardless of the range representations, the bit mask or the
enum. |
boolean |
ImageGraphicAttribute.equals(Object rhs)
Compares this
ImageGraphicAttribute to the specified
Object. |
boolean |
FontRenderContext.equals(Object obj)
Return true if obj is an instance of FontRenderContext and has the same
transform, antialiasing, and fractional metrics values as this.
|
| Constructor and Description |
|---|
FontRenderContext(AffineTransform tx,
Object aaHint,
Object fmHint)
Constructs a
FontRenderContext object from an
optional AffineTransform and two Object
values that determine if the newly constructed object has
anti-aliasing or fractional metrics. |
| Modifier and Type | Class and Description |
|---|---|
class |
AffineTransform
The
AffineTransform class represents a 2D affine transform
that performs a linear mapping from 2D coordinates to other 2D
coordinates that preserves the "straightness" and
"parallelness" of lines. |
class |
Arc2D
Arc2D is the abstract superclass for all objects that
store a 2D arc defined by a framing rectangle,
start angle, angular extent (length of the arc), and a closure type
(OPEN, CHORD, or PIE). |
static class |
Arc2D.Double
This class defines an arc specified in
double precision. |
static class |
Arc2D.Float
This class defines an arc specified in
float precision. |
(package private) class |
ArcIterator
A utility class to iterate over the path segments of an arc
through the PathIterator interface.
|
class |
Area
An
Area object stores and manipulates a
resolution-independent description of an enclosed area of
2-dimensional space. |
(package private) class |
AreaIterator |
class |
CubicCurve2D
The
CubicCurve2D class defines a cubic parametric curve
segment in (x,y) coordinate space. |
static class |
CubicCurve2D.Double
A cubic parametric curve segment specified with
double coordinates. |
static class |
CubicCurve2D.Float
A cubic parametric curve segment specified with
float coordinates. |
(package private) class |
CubicIterator
A utility class to iterate over the path segments of a cubic curve
segment through the PathIterator interface.
|
class |
Dimension2D
The
Dimension2D class is to encapsulate a width
and a height dimension. |
class |
Ellipse2D
The
Ellipse2D class describes an ellipse that is defined
by a framing rectangle. |
static class |
Ellipse2D.Double
The
Double class defines an ellipse specified
in double precision. |
static class |
Ellipse2D.Float
The
Float class defines an ellipse specified
in float precision. |
(package private) class |
EllipseIterator
A utility class to iterate over the path segments of an ellipse
through the PathIterator interface.
|
class |
FlatteningPathIterator
The
FlatteningPathIterator class returns a flattened view of
another PathIterator object. |
class |
GeneralPath
The
GeneralPath class represents a geometric path
constructed from straight lines, and quadratic and cubic
(Bézier) curves. |
class |
IllegalPathStateException
The
IllegalPathStateException represents an
exception that is thrown if an operation is performed on a path
that is in an illegal state with respect to the particular
operation being performed, such as appending a path segment
to a GeneralPath without an initial moveto. |
class |
Line2D
This
Line2D represents a line segment in (x,y)
coordinate space. |
static class |
Line2D.Double
A line segment specified with double coordinates.
|
static class |
Line2D.Float
A line segment specified with float coordinates.
|
(package private) class |
LineIterator
A utility class to iterate over the path segments of a line segment
through the PathIterator interface.
|
class |
NoninvertibleTransformException
The
NoninvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of an AffineTransform object but the
AffineTransform is in a non-invertible state. |
class |
Path2D
The
Path2D class provides a simple, yet flexible
shape which represents an arbitrary geometric path. |
static class |
Path2D.Double
The
Double class defines a geometric path with
coordinates stored in double precision floating point. |
(package private) static class |
Path2D.Double.CopyIterator |
(package private) static class |
Path2D.Double.TxIterator |
static class |
Path2D.Float
The
Float class defines a geometric path with
coordinates stored in single precision floating point. |
(package private) static class |
Path2D.Float.CopyIterator |
(package private) static class |
Path2D.Float.TxIterator |
(package private) static class |
Path2D.Iterator |
class |
Point2D
The
Point2D class defines a point representing a location
in (x,y) coordinate space. |
static class |
Point2D.Double
The
Double class defines a point specified in
double precision. |
static class |
Point2D.Float
The
Float class defines a point specified in float
precision. |
class |
QuadCurve2D
The
QuadCurve2D class defines a quadratic parametric curve
segment in (x,y) coordinate space. |
static class |
QuadCurve2D.Double
A quadratic parametric curve segment specified with
double coordinates. |
static class |
QuadCurve2D.Float
A quadratic parametric curve segment specified with
float coordinates. |
(package private) class |
QuadIterator
A utility class to iterate over the path segments of a quadratic curve
segment through the PathIterator interface.
|
class |
Rectangle2D
The
Rectangle2D class describes a rectangle
defined by a location (x,y) and dimension
(w x h). |
static class |
Rectangle2D.Double
The
Double class defines a rectangle specified in
double coordinates. |
static class |
Rectangle2D.Float
The
Float class defines a rectangle specified in float
coordinates. |
class |
RectangularShape
RectangularShape is the base class for a number of
Shape objects whose geometry is defined by a rectangular frame. |
(package private) class |
RectIterator
A utility class to iterate over the path segments of a rectangle
through the PathIterator interface.
|
class |
RoundRectangle2D
The
RoundRectangle2D class defines a rectangle with
rounded corners defined by a location (x,y), a
dimension (w x h), and the width and height of an arc
with which to round the corners. |
static class |
RoundRectangle2D.Double
The
Double class defines a rectangle with rounded
corners all specified in double coordinates. |
static class |
RoundRectangle2D.Float
The
Float class defines a rectangle with rounded
corners all specified in float coordinates. |
(package private) class |
RoundRectIterator
A utility class to iterate over the path segments of an rounded rectangle
through the PathIterator interface.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RectangularShape.clone()
Creates a new object of the same class and with the same
contents as this object.
|
Object |
QuadCurve2D.clone()
Creates a new object of the same class and with the same contents
as this object.
|
Object |
Point2D.clone()
Creates a new object of the same class and with the
same contents as this object.
|
abstract Object |
Path2D.clone()
Creates a new object of the same class as this object.
|
Object |
Path2D.Float.clone()
Creates a new object of the same class as this object.
|
Object |
Path2D.Double.clone()
Creates a new object of the same class as this object.
|
Object |
Line2D.clone()
Creates a new object of the same class as this object.
|
Object |
Dimension2D.clone()
Creates a new object of the same class as this object.
|
Object |
CubicCurve2D.clone()
Creates a new object of the same class as this object.
|
Object |
Area.clone()
Returns an exact copy of this
Area object. |
Object |
AffineTransform.clone()
Returns a copy of this
AffineTransform object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RoundRectangle2D.equals(Object obj)
Determines whether or not the specified
Object is
equal to this RoundRectangle2D. |
boolean |
Rectangle2D.equals(Object obj)
Determines whether or not the specified
Object is
equal to this Rectangle2D. |
boolean |
Point2D.equals(Object obj)
Determines whether or not two points are equal.
|
boolean |
Ellipse2D.equals(Object obj)
Determines whether or not the specified
Object is
equal to this Ellipse2D. |
boolean |
Arc2D.equals(Object obj)
Determines whether or not the specified
Object is
equal to this Arc2D. |
boolean |
AffineTransform.equals(Object obj)
Returns
true if this AffineTransform
represents the same affine coordinate transform as the specified
argument. |
| Modifier and Type | Class and Description |
|---|---|
class |
InputContext
Provides methods to control text input facilities such as input
methods and keyboard layouts.
|
class |
InputMethodHighlight
An InputMethodHighlight is used to describe the highlight
attributes of text being composed.
|
class |
InputSubset
Defines additional Unicode subsets for use by input methods.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InputContext.getInputMethodControlObject()
Returns a control object from the current input method, or null.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InputMethod.getControlObject()
Returns a control object from this input method, or null.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AffineTransformOp
This class uses an affine transform to perform a linear mapping from
2D coordinates in the source image or
Raster to 2D coordinates
in the destination image or Raster. |
class |
AreaAveragingScaleFilter
An ImageFilter class for scaling images using a simple area averaging
algorithm that produces smoother results than the nearest neighbor
algorithm.
|
class |
BandCombineOp
This class performs an arbitrary linear combination of the bands
in a
Raster, using a specified matrix. |
class |
BandedSampleModel
This class represents image data which is stored in a band interleaved
fashion and for
which each sample of a pixel occupies one data element of the DataBuffer.
|
class |
BufferedImage
The
BufferedImage subclass describes an Image with an accessible buffer of image data. |
class |
BufferedImageFilter
The
BufferedImageFilter class subclasses an
ImageFilter to provide a simple means of
using a single-source/single-destination image operator
(BufferedImageOp) to filter a BufferedImage
in the Image Producer/Consumer/Observer
paradigm. |
class |
BufferStrategy
The
BufferStrategy class represents the mechanism with which
to organize complex memory on a particular Canvas or
Window. |
class |
ByteLookupTable
This class defines a lookup table object.
|
class |
ColorConvertOp
This class performs a pixel-by-pixel color conversion of the data in
the source image.
|
class |
ComponentColorModel
A
ColorModel class that works with pixel values that
represent color and alpha information as separate samples and that
store each sample in a separate data element. |
class |
ComponentSampleModel
This class represents image data which is stored such that each sample
of a pixel occupies one data element of the DataBuffer.
|
class |
ConvolveOp
This class implements a convolution from the source
to the destination.
|
class |
CropImageFilter
An ImageFilter class for cropping images.
|
class |
DataBuffer
This class exists to wrap one or more data arrays.
|
class |
DataBufferByte
This class extends
DataBuffer and stores data internally as bytes. |
class |
DataBufferDouble
This class extends
DataBuffer and stores data internally
in double form. |
class |
DataBufferFloat
This class extends
DataBuffer and stores data internally
in float form. |
class |
DataBufferInt
This class extends
DataBuffer and stores data internally
as integers. |
class |
DataBufferShort
This class extends
DataBuffer and stores data internally as shorts. |
class |
DataBufferUShort
This class extends
DataBuffer and stores data internally as
shorts. |
class |
DirectColorModel
The
DirectColorModel class is a ColorModel
class that works with pixel values that represent RGB
color and alpha information as separate samples and that pack all
samples for a single pixel into a single int, short, or byte quantity. |
class |
FilteredImageSource
This class is an implementation of the ImageProducer interface which
takes an existing image and a filter object and uses them to produce
image data for a new filtered version of the original image.
|
class |
ImageFilter
This class implements a filter for the set of interface methods that
are used to deliver data from an ImageProducer to an ImageConsumer.
|
class |
ImagingOpException
The
ImagingOpException is thrown if one of the
BufferedImageOp or RasterOp filter methods cannot
process the image. |
class |
IndexColorModel
The
IndexColorModel class is a ColorModel
class that works with pixel values consisting of a
single sample that is an index into a fixed colormap in the default
sRGB color space. |
class |
Kernel
The
Kernel class defines a matrix that describes how a
specified pixel and its surrounding pixels affect the value
computed for the pixel's position in the output image of a filtering
operation. |
class |
LookupOp
This class implements a lookup operation from the source
to the destination.
|
class |
LookupTable
This abstract class defines a lookup table object.
|
class |
MemoryImageSource
This class is an implementation of the ImageProducer interface which
uses an array to produce pixel values for an Image.
|
class |
MultiPixelPackedSampleModel
The
MultiPixelPackedSampleModel class represents
one-banded images and can pack multiple one-sample
pixels into one data element. |
class |
PackedColorModel
The
PackedColorModel class is an abstract
ColorModel class that works with pixel values which represent
color and alpha information as separate samples and which pack all
samples for a single pixel into a single int, short, or byte quantity. |
class |
PixelGrabber
The PixelGrabber class implements an ImageConsumer which can be attached
to an Image or ImageProducer object to retrieve a subset of the pixels
in that image.
|
class |
PixelInterleavedSampleModel
This class represents image data which is stored in a pixel interleaved
fashion and for
which each sample of a pixel occupies one data element of the DataBuffer.
|
class |
Raster
A class representing a rectangular array of pixels.
|
class |
RasterFormatException
The
RasterFormatException is thrown if there is
invalid layout information in the Raster. |
class |
ReplicateScaleFilter
An ImageFilter class for scaling images using the simplest algorithm.
|
class |
RescaleOp
This class performs a pixel-by-pixel rescaling of the data in the
source image by multiplying the sample values for each pixel by a scale
factor and then adding an offset.
|
class |
RGBImageFilter
This class provides an easy way to create an ImageFilter which modifies
the pixels of an image in the default RGB ColorModel.
|
class |
SampleModel
This abstract class defines an interface for extracting samples of pixels
in an image.
|
class |
ShortLookupTable
This class defines a lookup table object.
|
class |
SinglePixelPackedSampleModel
This class represents pixel data packed such that the N samples which make
up a single pixel are stored in a single data array element, and each data
data array element holds samples for only one pixel.
|
class |
VolatileImage
VolatileImage is an image which can lose its
contents at any time due to circumstances beyond the control of the
application (e.g., situations caused by the operating system or by
other applications).
|
class |
WritableRaster
This class extends Raster to provide pixel writing capabilities.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
ReplicateScaleFilter.outpixbuf
A
byte array initialized with a size of
ReplicateScaleFilter.destWidth and used to deliver a row of pixel
data to the ImageConsumer. |
(package private) Object |
MemoryImageSource.pixels |
| Modifier and Type | Method and Description |
|---|---|
Object |
Kernel.clone()
Clones this object.
|
Object |
ImageFilter.clone()
Clones this object.
|
Object |
ComponentColorModel.getDataElements(float[] normComponents,
int normOffset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of normalized color/alpha
components. |
Object |
ColorModel.getDataElements(float[] normComponents,
int normOffset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of normalized color/alpha
components. |
Object |
IndexColorModel.getDataElements(int[] components,
int offset,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel given an array of unnormalized color/alpha
components. |
Object |
DirectColorModel.getDataElements(int[] components,
int offset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of unnormalized color/alpha
components. |
Object |
ComponentColorModel.getDataElements(int[] components,
int offset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of unnormalized color/alpha
components. |
Object |
ColorModel.getDataElements(int[] components,
int offset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of unnormalized color/alpha
components. |
Object |
Raster.getDataElements(int x,
int y,
int w,
int h,
Object outData)
Returns the pixel data for the specified rectangle of pixels in a
primitive array of type TransferType.
|
Object |
SampleModel.getDataElements(int x,
int y,
int w,
int h,
Object obj,
DataBuffer data)
Returns the pixel data for the specified rectangle of pixels in a
primitive array of type TransferType.
|
Object |
Raster.getDataElements(int x,
int y,
Object outData)
Returns data for a single pixel in a primitive array of type
TransferType.
|
Object |
SinglePixelPackedSampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType.
|
abstract Object |
SampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType.
|
Object |
MultiPixelPackedSampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType.
|
Object |
ComponentSampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType. |
Object |
BandedSampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType.
|
Object |
IndexColorModel.getDataElements(int rgb,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation in the
default RGB color model.
|
Object |
DirectColorModel.getDataElements(int rgb,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation in the
default RGB color model. |
Object |
ComponentColorModel.getDataElements(int rgb,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation
in the default RGB color model. |
Object |
ColorModel.getDataElements(int rgb,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation in
the default RGB color model. |
Object |
PixelGrabber.getPixels()
Get the pixel buffer.
|
Object |
RenderedImage.getProperty(String name)
Gets a property from the property set of this image.
|
Object |
BufferedImage.getProperty(String name)
Returns a property of the image by name.
|
Object |
BufferedImage.getProperty(String name,
ImageObserver observer)
Returns a property of the image by name.
|
private Object |
IndexColorModel.installpixel(Object pixel,
int pix) |
| Modifier and Type | Method and Description |
|---|---|
private void |
AreaAveragingScaleFilter.accumPixels(int x,
int y,
int w,
int h,
ColorModel model,
Object pixels,
int off,
int scansize) |
boolean |
SinglePixelPackedSampleModel.equals(Object o) |
boolean |
PackedColorModel.equals(Object obj)
Tests if the specified
Object is an instance
of PackedColorModel and equals this
PackedColorModel. |
boolean |
MultiPixelPackedSampleModel.equals(Object o) |
boolean |
ComponentSampleModel.equals(Object o) |
boolean |
ComponentColorModel.equals(Object obj)
Compares this color model with another for equality.
|
boolean |
ColorModel.equals(Object obj)
Tests if the specified
Object is an instance of
ColorModel and if it equals this
ColorModel. |
private int |
ComponentColorModel.extractComponent(Object inData,
int idx,
int precision) |
int |
DirectColorModel.getAlpha(Object inData)
Returns the alpha component for the specified pixel, scaled
from 0 to 255.
|
int |
ComponentColorModel.getAlpha(Object inData)
Returns the alpha component for the specified pixel, scaled from
0 to 255.
|
int |
ColorModel.getAlpha(Object inData)
Returns the alpha component for the specified pixel, scaled
from 0 to 255.
|
int |
DirectColorModel.getBlue(Object inData)
Returns the blue color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace, sRGB. |
int |
ComponentColorModel.getBlue(Object inData)
Returns the blue color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace, sRGB. |
int |
ColorModel.getBlue(Object inData)
Returns the blue color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace, sRGB. |
int[] |
IndexColorModel.getComponents(Object pixel,
int[] components,
int offset)
Returns an array of unnormalized color/alpha components for
a specified pixel in this
ColorModel. |
int[] |
DirectColorModel.getComponents(Object pixel,
int[] components,
int offset)
Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel. |
int[] |
ComponentColorModel.getComponents(Object pixel,
int[] components,
int offset)
Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel. |
int[] |
ColorModel.getComponents(Object pixel,
int[] components,
int offset)
Returns an array of unnormalized color/alpha components given a pixel
in this
ColorModel. |
Object |
ComponentColorModel.getDataElements(float[] normComponents,
int normOffset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of normalized color/alpha
components. |
Object |
ColorModel.getDataElements(float[] normComponents,
int normOffset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of normalized color/alpha
components. |
Object |
IndexColorModel.getDataElements(int[] components,
int offset,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel given an array of unnormalized color/alpha
components. |
Object |
DirectColorModel.getDataElements(int[] components,
int offset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of unnormalized color/alpha
components. |
Object |
ComponentColorModel.getDataElements(int[] components,
int offset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of unnormalized color/alpha
components. |
Object |
ColorModel.getDataElements(int[] components,
int offset,
Object obj)
Returns a data element array representation of a pixel in this
ColorModel, given an array of unnormalized color/alpha
components. |
Object |
Raster.getDataElements(int x,
int y,
int w,
int h,
Object outData)
Returns the pixel data for the specified rectangle of pixels in a
primitive array of type TransferType.
|
Object |
SampleModel.getDataElements(int x,
int y,
int w,
int h,
Object obj,
DataBuffer data)
Returns the pixel data for the specified rectangle of pixels in a
primitive array of type TransferType.
|
Object |
Raster.getDataElements(int x,
int y,
Object outData)
Returns data for a single pixel in a primitive array of type
TransferType.
|
Object |
SinglePixelPackedSampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType.
|
abstract Object |
SampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType.
|
Object |
MultiPixelPackedSampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType.
|
Object |
ComponentSampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType. |
Object |
BandedSampleModel.getDataElements(int x,
int y,
Object obj,
DataBuffer data)
Returns data for a single pixel in a primitive array of type
TransferType.
|
Object |
IndexColorModel.getDataElements(int rgb,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation in the
default RGB color model.
|
Object |
DirectColorModel.getDataElements(int rgb,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation in the
default RGB color model. |
Object |
ComponentColorModel.getDataElements(int rgb,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation
in the default RGB color model. |
Object |
ColorModel.getDataElements(int rgb,
Object pixel)
Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation in
the default RGB color model. |
int |
DirectColorModel.getGreen(Object inData)
Returns the green color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace, sRGB. |
int |
ComponentColorModel.getGreen(Object inData)
Returns the green color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace, sRGB. |
int |
ColorModel.getGreen(Object inData)
Returns the green color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace, sRGB. |
float[] |
ComponentColorModel.getNormalizedComponents(Object pixel,
float[] normComponents,
int normOffset)
Returns an array of all of the color/alpha components in normalized
form, given a pixel in this
ColorModel. |
float[] |
ColorModel.getNormalizedComponents(Object pixel,
float[] normComponents,
int normOffset)
Returns an array of all of the color/alpha components in normalized
form, given a pixel in this
ColorModel. |
int |
DirectColorModel.getRed(Object inData)
Returns the red color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace, sRGB. |
int |
ComponentColorModel.getRed(Object inData)
Returns the red color component for the specified pixel, scaled
from 0 to 255 in the default RGB ColorSpace, sRGB.
|
int |
ColorModel.getRed(Object inData)
Returns the red color component for the specified pixel, scaled
from 0 to 255 in the default RGB
ColorSpace, sRGB. |
int |
DirectColorModel.getRGB(Object inData)
Returns the color/alpha components for the specified pixel in the
default RGB color model format.
|
int |
ComponentColorModel.getRGB(Object inData)
Returns the color/alpha components for the specified pixel in the
default RGB color model format.
|
int |
ColorModel.getRGB(Object inData)
Returns the color/alpha components for the specified pixel in the
default RGB color model format.
|
private int |
ComponentColorModel.getRGBComponent(Object inData,
int idx) |
private void |
MemoryImageSource.initialize(int w,
int h,
ColorModel cm,
Object pix,
int off,
int scan,
Hashtable props) |
private Object |
IndexColorModel.installpixel(Object pixel,
int pix) |
void |
WritableRaster.setDataElements(int x,
int y,
int w,
int h,
Object inData)
Sets the data for a rectangle of pixels from a
primitive array of type TransferType.
|
void |
SampleModel.setDataElements(int x,
int y,
int w,
int h,
Object obj,
DataBuffer data)
Sets the data for a rectangle of pixels in the specified DataBuffer
from a primitive array of type TransferType.
|
void |
WritableRaster.setDataElements(int x,
int y,
Object inData)
Sets the data for a single pixel from a
primitive array of type TransferType.
|
void |
SinglePixelPackedSampleModel.setDataElements(int x,
int y,
Object obj,
DataBuffer data)
Sets the data for a single pixel in the specified DataBuffer from a
primitive array of type TransferType.
|
abstract void |
SampleModel.setDataElements(int x,
int y,
Object obj,
DataBuffer data)
Sets the data for a single pixel in the specified DataBuffer from a
primitive array of type TransferType.
|
void |
MultiPixelPackedSampleModel.setDataElements(int x,
int y,
Object obj,
DataBuffer data)
Sets the data for a single pixel in the specified
DataBuffer from a primitive array of type
TransferType. |
void |
ComponentSampleModel.setDataElements(int x,
int y,
Object obj,
DataBuffer data)
Sets the data for a single pixel in the specified
DataBuffer from a primitive array of type
TransferType. |
void |
BandedSampleModel.setDataElements(int x,
int y,
Object obj,
DataBuffer data)
Sets the data for a single pixel in the specified DataBuffer from a
primitive array of type TransferType.
|
(package private) static int[] |
DataBuffer.toIntArray(Object obj) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterBlock
A
ParameterBlock encapsulates all the information about sources and
parameters (Objects) required by a RenderableImageOp, or other
classes that process images. |
class |
RenderableImageOp
This class handles the renderable aspects of an operation with help
from its associated instance of a ContextualRenderedImageFactory.
|
class |
RenderableImageProducer
An adapter class that implements ImageProducer to allow the
asynchronous production of a RenderableImage.
|
class |
RenderContext
A RenderContext encapsulates the information needed to produce a
specific rendering from a RenderableImage.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector<Object> |
ParameterBlock.parameters
A Vector of non-source parameters, stored as arbitrary Objects.
|
protected Vector<Object> |
ParameterBlock.sources
A Vector of sources, stored as arbitrary Objects.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RenderContext.clone()
Makes a copy of a RenderContext.
|
Object |
ParameterBlock.clone()
Creates a copy of a
ParameterBlock. |
Object |
ParameterBlock.getObjectParameter(int index)
Gets a parameter as an object.
|
Object |
ContextualRenderedImageFactory.getProperty(ParameterBlock paramBlock,
String name)
Gets the appropriate instance of the property specified by the name
parameter.
|
Object |
RenderableImageOp.getProperty(String name)
Gets a property from the property set of this image.
|
Object |
RenderableImage.getProperty(String name)
Gets a property from the property set of this image.
|
Object |
ParameterBlock.getSource(int index)
Returns a source as a general Object.
|
Object |
ParameterBlock.shallowClone()
Creates a shallow copy of a
ParameterBlock. |
| Modifier and Type | Method and Description |
|---|---|
Vector<Object> |
ParameterBlock.getParameters()
Returns the entire Vector of parameters.
|
Vector<Object> |
ParameterBlock.getSources()
Returns the entire Vector of sources.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterBlock |
ParameterBlock.add(Object obj)
Adds an object to the list of parameters.
|
ParameterBlock |
ParameterBlock.addSource(Object source)
Adds an image to end of the list of sources.
|
ParameterBlock |
ParameterBlock.set(Object obj,
int index)
Replaces an Object in the list of parameters.
|
ParameterBlock |
ParameterBlock.setSource(Object source,
int index)
Replaces an entry in the list of source with a new source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterBlock.setParameters(Vector<Object> parameters)
Sets the entire Vector of parameters to a given Vector.
|
void |
ParameterBlock.setSources(Vector<Object> sources)
Sets the entire Vector of sources to a given Vector.
|
| Constructor and Description |
|---|
ParameterBlock(Vector<Object> sources)
Constructs a
ParameterBlock with a given Vector
of sources. |
ParameterBlock(Vector<Object> sources,
Vector<Object> parameters)
Constructs a
ParameterBlock with a given Vector of sources and
Vector of parameters. |
ParameterBlock(Vector<Object> sources,
Vector<Object> parameters)
Constructs a
ParameterBlock with a given Vector of sources and
Vector of parameters. |
| Modifier and Type | Class and Description |
|---|---|
class |
Book
The
Book class provides a representation of a document in
which pages may have different page formats and page painters. |
private class |
Book.BookPage
The BookPage inner class describes an individual
page in a Book through a PageFormat-Printable pair.
|
class |
PageFormat
The
PageFormat class describes the size and
orientation of a page to be printed. |
class |
Paper
The
Paper class describes the physical characteristics of
a piece of paper. |
class |
PrinterAbortException
The
PrinterAbortException class is a subclass of
PrinterException and is used to indicate that a user
or application has terminated the print job while it was in
the process of printing. |
class |
PrinterException
The
PrinterException class and its subclasses are used
to indicate that an exceptional condition has occurred in the print
system. |
class |
PrinterIOException
The
PrinterIOException class is a subclass of
PrinterException and is used to indicate that an IO error
of some sort has occurred while printing. |
class |
PrinterJob
The
PrinterJob class is the principal class that controls
printing. |
| Modifier and Type | Method and Description |
|---|---|
Object |
Paper.clone()
Creates a copy of this
Paper with the same contents
as this Paper. |
Object |
PageFormat.clone()
Makes a copy of this
PageFormat with the same
contents as this PageFormat. |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanDescriptor
A BeanDescriptor provides global information about a "bean",
including its Java class, its displayName, etc.
|
class |
Beans
This class provides some general purpose beans control methods.
|
(package private) class |
BeansAppletContext
Package private support class.
|
(package private) class |
BeansAppletStub
Package private support class.
|
(package private) class |
ChangeListenerMap<L extends EventListener>
This is an abstract class that provides base functionality
for the
PropertyChangeSupport class
and the VetoableChangeSupport class. |
class |
DefaultPersistenceDelegate
The
DefaultPersistenceDelegate is a concrete implementation of
the abstract PersistenceDelegate class and
is the delegate used by default for classes about
which no information is available. |
class |
Encoder
An
Encoder is a class which can be used to create
files or streams that encode the state of a collection of
JavaBeans in terms of their public APIs. |
class |
EventHandler
The
EventHandler class provides
support for dynamically generating event listeners whose methods
execute a simple statement involving an incoming event object
and a target object. |
class |
EventSetDescriptor
An EventSetDescriptor describes a group of events that a given Java
bean fires.
|
class |
Expression
An
Expression object represents a primitive expression
in which a single method is applied to a target and a set of
arguments to return a result - as in "a.getFoo()". |
class |
FeatureDescriptor
The FeatureDescriptor class is the common baseclass for PropertyDescriptor,
EventSetDescriptor, and MethodDescriptor, etc.
|
(package private) class |
GenericBeanInfo
Package private implementation support class for Introspector's
internal use.
|
class |
IndexedPropertyChangeEvent
An "IndexedPropertyChange" event gets delivered whenever a component that
conforms to the JavaBeans™ specification (a "bean") changes a bound
indexed property.
|
class |
IndexedPropertyDescriptor
An IndexedPropertyDescriptor describes a property that acts like an
array and has an indexed read and/or indexed write method to access
specific elements of the array.
|
class |
IntrospectionException
Thrown when an exception happens during Introspection.
|
class |
Introspector
The Introspector class provides a standard way for tools to learn about
the properties, events, and methods supported by a target Java Bean.
|
(package private) class |
MetaData |
(package private) static class |
MetaData.ArrayPersistenceDelegate |
(package private) static class |
MetaData.EnumPersistenceDelegate
The persistence delegate for
enum classes. |
(package private) static class |
MetaData.java_awt_AWTKeyStroke_PersistenceDelegate
The persistence delegate for
AWTKeyStroke. |
(package private) static class |
MetaData.java_awt_BorderLayout_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_CardLayout_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_Choice_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_Component_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_Container_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_Font_PersistenceDelegate
The persistence delegate for
Font. |
(package private) static class |
MetaData.java_awt_font_TextAttribute_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_GridBagLayout_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_Insets_PersistenceDelegate
The persistence delegate for
Insets. |
(package private) static class |
MetaData.java_awt_List_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_Menu_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_MenuBar_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_MenuShortcut_PersistenceDelegate |
(package private) static class |
MetaData.java_awt_SystemColor_PersistenceDelegate |
(package private) static class |
MetaData.java_beans_beancontext_BeanContextSupport_PersistenceDelegate |
(package private) static class |
MetaData.java_lang_Class_PersistenceDelegate |
(package private) static class |
MetaData.java_lang_reflect_Field_PersistenceDelegate |
(package private) static class |
MetaData.java_lang_reflect_Method_PersistenceDelegate |
(package private) static class |
MetaData.java_lang_String_PersistenceDelegate |
(package private) static class |
MetaData.java_sql_Timestamp_PersistenceDelegate
The persistence delegate for
java.sql.Timestamp classes. |
(package private) static class |
MetaData.java_util_AbstractCollection_PersistenceDelegate |
(package private) static class |
MetaData.java_util_AbstractList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_AbstractMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collection_PersistenceDelegate |
private static class |
MetaData.java_util_Collections
The base class for persistence delegates for inner classes
that can be created using
Collections. |
(package private) static class |
MetaData.java_util_Collections.CheckedCollection_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.CheckedList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.CheckedMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.CheckedRandomAccessList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.CheckedSet_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.CheckedSortedMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.CheckedSortedSet_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.EmptyList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.EmptyMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.EmptySet_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SingletonList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SingletonMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SingletonSet_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SynchronizedCollection_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SynchronizedList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SynchronizedMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SynchronizedRandomAccessList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SynchronizedSet_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SynchronizedSortedMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.SynchronizedSortedSet_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.UnmodifiableCollection_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.UnmodifiableList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.UnmodifiableMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.UnmodifiableRandomAccessList_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.UnmodifiableSet_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.UnmodifiableSortedMap_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Collections.UnmodifiableSortedSet_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Date_PersistenceDelegate
The persistence delegate for
java.util.Date classes. |
(package private) static class |
MetaData.java_util_EnumMap_PersistenceDelegate
The persistence delegate for
java.util.EnumMap classes. |
(package private) static class |
MetaData.java_util_EnumSet_PersistenceDelegate
The persistence delegate for
java.util.EnumSet classes. |
(package private) static class |
MetaData.java_util_Hashtable_PersistenceDelegate |
(package private) static class |
MetaData.java_util_List_PersistenceDelegate |
(package private) static class |
MetaData.java_util_Map_PersistenceDelegate |
(package private) static class |
MetaData.javax_swing_border_MatteBorder_PersistenceDelegate
The persistence delegate for
MatteBorder. |
(package private) static class |
MetaData.javax_swing_Box_PersistenceDelegate |
(package private) static class |
MetaData.javax_swing_DefaultComboBoxModel_PersistenceDelegate |
(package private) static class |
MetaData.javax_swing_DefaultListModel_PersistenceDelegate |
(package private) static class |
MetaData.javax_swing_JFrame_PersistenceDelegate |
(package private) static class |
MetaData.javax_swing_JMenu_PersistenceDelegate |
(package private) static class |
MetaData.javax_swing_JTabbedPane_PersistenceDelegate |
(package private) static class |
MetaData.javax_swing_ToolTipManager_PersistenceDelegate |
(package private) static class |
MetaData.javax_swing_tree_DefaultMutableTreeNode_PersistenceDelegate |
(package private) static class |
MetaData.NullPersistenceDelegate |
(package private) static class |
MetaData.PrimitivePersistenceDelegate |
(package private) static class |
MetaData.ProxyPersistenceDelegate |
(package private) static class |
MetaData.StaticFieldsPersistenceDelegate |
(package private) static class |
MetaData.sun_swing_PrintColorUIResource_PersistenceDelegate
The persistence delegate for
PrintColorUIResource. |
class |
MethodDescriptor
A MethodDescriptor describes a particular method that a Java Bean
supports for external access from other components.
|
(package private) class |
MethodRef |
(package private) class |
NameGenerator
A utility class which generates unique names for object instances.
|
(package private) class |
ObjectInputStreamWithLoader
This subclass of ObjectInputStream delegates loading of classes to
an existing ClassLoader.
|
class |
ParameterDescriptor
The ParameterDescriptor class allows bean implementors to provide
additional information on each of their parameters, beyond the
low level type information provided by the java.lang.reflect.Method
class.
|
class |
PersistenceDelegate
The PersistenceDelegate class takes the responsibility
for expressing the state of an instance of a given class
in terms of the methods in the class's public API.
|
class |
PropertyChangeEvent
A "PropertyChange" event gets delivered whenever a bean changes a "bound"
or "constrained" property.
|
class |
PropertyChangeListenerProxy
A class which extends the
EventListenerProxy
specifically for adding a PropertyChangeListener
with a "bound" property. |
class |
PropertyChangeSupport
This is a utility class that can be used by beans that support bound
properties.
|
private static class |
PropertyChangeSupport.PropertyChangeListenerMap
This is a
ChangeListenerMap implementation
that works with PropertyChangeListener objects. |
class |
PropertyDescriptor
A PropertyDescriptor describes one property that a Java Bean
exports via a pair of accessor methods.
|
class |
PropertyEditorManager
The PropertyEditorManager can be used to locate a property editor for
any given type name.
|
class |
PropertyEditorSupport
This is a support class to help build property editors.
|
class |
PropertyVetoException
A PropertyVetoException is thrown when a proposed change to a
property represents an unacceptable value.
|
class |
SimpleBeanInfo
This is a support class to make it easier for people to provide
BeanInfo classes.
|
class |
Statement
A
Statement object represents a primitive statement
in which a single method is applied to a target and
a set of arguments - as in "a.setFoo(b)". |
(package private) class |
ThreadGroupContext
The
ThreadGroupContext is an application-dependent
context referenced by the specific ThreadGroup. |
class |
VetoableChangeListenerProxy
A class which extends the
EventListenerProxy
specifically for adding a VetoableChangeListener
with a "constrained" property. |
class |
VetoableChangeSupport
This is a utility class that can be used by beans that support constrained
properties.
|
private static class |
VetoableChangeSupport.VetoableChangeListenerMap
This is a
ChangeListenerMap implementation
that works with VetoableChangeListener objects. |
(package private) class |
WeakIdentityMap<T>
Hash table based mapping, which uses weak references to store keys
and reference-equality in place of object-equality to compare them.
|
private static class |
WeakIdentityMap.Entry<T> |
class |
XMLDecoder
The
XMLDecoder class is used to read XML documents
created using the XMLEncoder and is used just like
the ObjectInputStream. |
class |
XMLEncoder
The
XMLEncoder class is a complementary alternative to
the ObjectOutputStream and can used to generate
a textual representation of a JavaBean in the same
way that the ObjectOutputStream can
be used to create binary representation of Serializable
objects. |
private class |
XMLEncoder.ValueData |
| Modifier and Type | Field and Description |
|---|---|
private Object[] |
Statement.arguments |
private Object[] |
XMLDecoder.array |
private static Object[] |
Statement.emptyArray |
private Object |
PropertyChangeEvent.newValue
New value for property.
|
private static Object |
WeakIdentityMap.NULL |
private Object |
PropertyChangeEvent.oldValue
Previous value for property.
|
private Object |
XMLEncoder.owner |
private Object |
XMLDecoder.owner |
private Object |
PropertyChangeEvent.propagationId
Propagation ID.
|
private Object |
VetoableChangeSupport.source
The object to be provided as the "source" for any generated events.
|
private Object |
PropertyEditorSupport.source |
private Object |
PropertyChangeSupport.source
The object to be provided as the "source" for any generated events.
|
private Object |
Statement.target |
private Object |
EventHandler.target |
private static Object |
Expression.unbound |
private T |
WeakIdentityMap.Entry.value |
private Object |
PropertyEditorSupport.value |
private Object |
Expression.value |
| Modifier and Type | Field and Description |
|---|---|
private ReferenceQueue<Object> |
WeakIdentityMap.queue |
private Hashtable<String,Object> |
FeatureDescriptor.table |
private Map<Object,List<Statement>> |
XMLEncoder.targetToStatementList |
private Map<Object,XMLEncoder.ValueData> |
XMLEncoder.valueToExpression |
| Modifier and Type | Method and Description |
|---|---|
private Object |
EventHandler.applyGetters(Object target,
String getters) |
Object |
Encoder.get(Object oldInstance)
Returns a tentative value for
oldInstance in
the environment created by this stream. |
Object[] |
Statement.getArguments()
Returns the arguments for the method to invoke.
|
(package private) Object |
Encoder.getAttribute(Object key) |
private static Object |
MetaData.getBeanAttribute(Class type,
String attribute) |
static Object |
Beans.getInstanceOf(Object bean,
Class<?> targetType)
From a given bean, obtain an object representing a specified
type view of that source object.
|
Object |
PropertyChangeEvent.getNewValue()
Gets the new value for the property, expressed as an Object.
|
Object |
PropertyChangeEvent.getOldValue()
Gets the old value for the property, expressed as an Object.
|
Object |
XMLEncoder.getOwner()
Gets the owner of this encoder.
|
Object |
XMLDecoder.getOwner()
Gets the owner of this decoder.
|
(package private) static Object |
MetaData.getPrivateFieldValue(Object instance,
String name) |
Object |
PropertyChangeEvent.getPropagationId()
The "propagationId" field is reserved for future use.
|
Object |
PropertyEditorSupport.getSource()
Returns the bean that is used as the
source of events.
|
Object |
Statement.getTarget()
Returns the target object of this statement.
|
Object |
EventHandler.getTarget()
Returns the object to which this event handler will send a message.
|
private static Object |
MetaData.java_util_EnumMap_PersistenceDelegate.getType(Object instance) |
private static Object |
MetaData.java_util_EnumSet_PersistenceDelegate.getType(Object instance) |
Object |
PropertyEditorSupport.getValue()
Gets the value of the property.
|
Object |
PropertyEditor.getValue()
Gets the property value.
|
Object |
Expression.getValue()
If the value property of this instance is not already set,
this method dynamically finds the method with the specified
methodName on this target with these arguments and calls it.
|
(package private) Object |
Encoder.getValue(Expression exp) |
Object |
FeatureDescriptor.getValue(String attributeName)
Retrieve a named attribute with this feature.
|
static Object |
Beans.instantiate(ClassLoader cls,
String beanName)
Instantiate a JavaBean.
|
static Object |
Beans.instantiate(ClassLoader cls,
String beanName,
BeanContext beanContext)
Instantiate a JavaBean.
|
static Object |
Beans.instantiate(ClassLoader cls,
String beanName,
BeanContext beanContext,
AppletInitializer initializer)
Instantiate a bean.
|
(package private) static Object |
Introspector.instantiate(Class sibling,
String className)
Try to create an instance of a named class.
|
(package private) Object |
Statement.invoke() |
Object |
EventHandler.invoke(Object proxy,
Method method,
Object[] arguments)
Extract the appropriate property value from the event and
pass it to the action associated with
this
EventHandler. |
private Object |
Statement.invokeInternal() |
private Object |
EventHandler.invokeInternal(Object proxy,
Method method,
Object[] arguments) |
Object |
XMLDecoder.readObject()
Reads the next object from the underlying input stream.
|
Object |
Encoder.remove(Object oldInstance)
Removes the entry for this instance, returning the old entry.
|
private Object |
Encoder.writeObject1(Object oldInstance) |
| Modifier and Type | Method and Description |
|---|---|
private Hashtable<String,Object> |
FeatureDescriptor.getTable()
Returns the initialized attribute table.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
FeatureDescriptor.appendTo(StringBuilder sb,
String name,
Object value) |
private Object |
EventHandler.applyGetters(Object target,
String getters) |
static <T> T |
EventHandler.create(Class<T> listenerInterface,
Object target,
String action)
Creates an implementation of
listenerInterface in which
all of the methods in the listener interface apply
the handler's action to the target. |
static <T> T |
EventHandler.create(Class<T> listenerInterface,
Object target,
String action,
String eventPropertyName)
/**
Creates an implementation of
listenerInterface in which
all of the methods pass the value of the event
expression, eventPropertyName, to the final method in the
statement, action, which is applied to the target. |
static <T> T |
EventHandler.create(Class<T> listenerInterface,
Object target,
String action,
String eventPropertyName,
String listenerMethodName)
Creates an implementation of
listenerInterface in which
the method named listenerMethodName
passes the value of the event expression, eventPropertyName,
to the final method in the statement, action, which
is applied to the target. |
protected abstract T |
WeakIdentityMap.create(Object key) |
static DefaultHandler |
XMLDecoder.createHandler(Object owner,
ExceptionListener el,
ClassLoader cl)
Creates a new handler for SAX parser
that can be used to parse embedded XML archives
created by the
XMLEncoder class. |
PropertyEditor |
PropertyDescriptor.createPropertyEditor(Object bean)
Constructs an instance of a property editor using the current
property editor class.
|
private boolean |
DefaultPersistenceDelegate.definesEquals(Object instance) |
private void |
DefaultPersistenceDelegate.doProperty(Class type,
PropertyDescriptor pd,
Object oldInstance,
Object newInstance,
Encoder out) |
boolean |
PropertyDescriptor.equals(Object obj)
Compares this
PropertyDescriptor against the specified object. |
boolean |
IndexedPropertyDescriptor.equals(Object obj)
Compares this
PropertyDescriptor against the specified object. |
void |
PropertyChangeSupport.fireIndexedPropertyChange(String propertyName,
int index,
Object oldValue,
Object newValue)
Reports a bound indexed property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
|
void |
PropertyChangeSupport.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Reports a bound property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
|
void |
VetoableChangeSupport.fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
Reports a constrained property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
|
T |
WeakIdentityMap.get(Object key) |
Object |
Encoder.get(Object oldInstance)
Returns a tentative value for
oldInstance in
the environment created by this stream. |
(package private) Object |
Encoder.getAttribute(Object key) |
private Integer |
MetaData.javax_swing_Box_PersistenceDelegate.getAxis(Object object) |
private static Hashtable<?,?> |
MetaData.java_awt_GridBagLayout_PersistenceDelegate.getHashtable(Object instance) |
static Object |
Beans.getInstanceOf(Object bean,
Class<?> targetType)
From a given bean, obtain an object representing a specified
type view of that source object.
|
private static int |
MetaData.java_sql_Timestamp_PersistenceDelegate.getNanos(Object obj)
Invoke Timstamp getNanos.
|
(package private) static Object |
MetaData.getPrivateFieldValue(Object instance,
String name) |
private static Object |
MetaData.java_util_EnumMap_PersistenceDelegate.getType(Object instance) |
private static Object |
MetaData.java_util_EnumSet_PersistenceDelegate.getType(Object instance) |
private XMLEncoder.ValueData |
XMLEncoder.getValueData(Object o) |
private static Vector<?> |
MetaData.java_awt_CardLayout_PersistenceDelegate.getVector(Object instance) |
private void |
DefaultPersistenceDelegate.initBean(Class type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out)
Produce a series of statements with side effects on
newInstance
so that the new instance becomes equivalent to oldInstance. |
protected void |
MetaData.NullPersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.ArrayPersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_sql_Timestamp_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_util_Collections.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_util_Collection_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_util_List_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_util_Map_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_Component_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_Container_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_Choice_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_Menu_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_MenuBar_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_List_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_BorderLayout_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_CardLayout_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.java_awt_GridBagLayout_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.javax_swing_JFrame_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.javax_swing_DefaultListModel_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.javax_swing_DefaultComboBoxModel_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.javax_swing_tree_DefaultMutableTreeNode_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.javax_swing_JTabbedPane_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
MetaData.javax_swing_JMenu_PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out) |
protected void |
DefaultPersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder out)
This default implementation of the
initialize method assumes
all state held in objects of this type is exposed via the
matching pairs of "setter" and "getter" methods in the order
they are returned by the Introspector. |
(package private) String |
Statement.instanceName(Object instance) |
String |
NameGenerator.instanceName(Object instance)
Returns a unique string which identifies the object instance.
|
(package private) String |
Expression.instanceName(Object instance) |
protected abstract Expression |
PersistenceDelegate.instantiate(Object oldInstance,
Encoder out)
Returns an expression whose value is
oldInstance. |
protected Expression |
MetaData.NullPersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.EnumPersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.PrimitivePersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.ArrayPersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.ProxyPersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_lang_String_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_lang_Class_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_lang_reflect_Field_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_lang_reflect_Method_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Date_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.EmptyList_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.EmptySet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.EmptyMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SingletonList_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SingletonSet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SingletonMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.UnmodifiableCollection_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.UnmodifiableList_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.UnmodifiableRandomAccessList_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.UnmodifiableSet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.UnmodifiableSortedSet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.UnmodifiableMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.UnmodifiableSortedMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SynchronizedCollection_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SynchronizedList_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SynchronizedRandomAccessList_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SynchronizedSet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SynchronizedSortedSet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SynchronizedMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.SynchronizedSortedMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.CheckedCollection_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.CheckedList_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.CheckedRandomAccessList_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.CheckedSet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.CheckedSortedSet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.CheckedMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_Collections.CheckedSortedMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_EnumMap_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_util_EnumSet_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_awt_Insets_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_awt_Font_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_awt_AWTKeyStroke_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.StaticFieldsPersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.java_awt_MenuShortcut_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.javax_swing_ToolTipManager_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.javax_swing_Box_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.javax_swing_border_MatteBorder_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
MetaData.sun_swing_PrintColorUIResource_PersistenceDelegate.instantiate(Object oldInstance,
Encoder out) |
protected Expression |
DefaultPersistenceDelegate.instantiate(Object oldInstance,
Encoder out)
This default implementation of the
instantiate method returns
an expression containing the predefined method name "new" which denotes a
call to a constructor with the arguments as specified in
the DefaultPersistenceDelegate's constructor. |
Object |
EventHandler.invoke(Object proxy,
Method method,
Object[] arguments)
Extract the appropriate property value from the event and
pass it to the action associated with
this
EventHandler. |
Object |
EventHandler.invoke(Object proxy,
Method method,
Object[] arguments)
Extract the appropriate property value from the event and
pass it to the action associated with
this
EventHandler. |
private Object |
EventHandler.invokeInternal(Object proxy,
Method method,
Object[] arguments) |
private Object |
EventHandler.invokeInternal(Object proxy,
Method method,
Object[] arguments) |
(package private) static void |
DefaultPersistenceDelegate.invokeStatement(Object instance,
String methodName,
Object[] args,
Encoder out) |
(package private) static void |
DefaultPersistenceDelegate.invokeStatement(Object instance,
String methodName,
Object[] args,
Encoder out) |
static boolean |
Beans.isInstanceOf(Object bean,
Class<?> targetType)
Check if a bean can be viewed as a given target type.
|
(package private) boolean |
WeakIdentityMap.Entry.isMatched(Object key,
int hash) |
private void |
XMLEncoder.mark(Object o,
boolean isArgument) |
protected boolean |
PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance)
Returns true if an equivalent copy of
oldInstance may be
created by applying a series of statements to newInstance. |
protected boolean |
MetaData.EnumPersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.PrimitivePersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.ArrayPersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_lang_Class_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_lang_reflect_Field_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_lang_reflect_Method_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_util_Date_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_util_Collections.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_util_EnumMap_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_util_EnumSet_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_awt_Insets_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_awt_Font_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_awt_AWTKeyStroke_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_awt_MenuShortcut_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_awt_CardLayout_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.java_awt_GridBagLayout_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.javax_swing_Box_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
MetaData.sun_swing_PrintColorUIResource_PersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance) |
protected boolean |
DefaultPersistenceDelegate.mutatesTo(Object oldInstance,
Object newInstance)
If the number of arguments in the specified constructor is non-zero and
the class of
oldInstance explicitly declares an "equals" method
this method returns the value of oldInstance.equals(newInstance). |
private void |
XMLEncoder.outputStatement(Statement exp,
Object outer,
boolean isArgument) |
private void |
XMLEncoder.outputValue(Object value,
Object outer,
boolean isArgument) |
private void |
XMLEncoder.outputXML(String tag,
String attributes,
Object value,
Object... args) |
private void |
XMLEncoder.outputXML(String tag,
String attributes,
Object value,
Object... args) |
Object |
Encoder.remove(Object oldInstance)
Removes the entry for this instance, returning the old entry.
|
(package private) void |
Encoder.setAttribute(Object key,
Object value) |
void |
Customizer.setObject(Object bean)
Set the object to be customized.
|
void |
XMLEncoder.setOwner(Object owner)
Sets the owner of this encoder to
owner. |
void |
XMLDecoder.setOwner(Object owner)
Sets the owner of this decoder to
owner. |
void |
PropertyChangeEvent.setPropagationId(Object propagationId)
Sets the propagationId object for the event.
|
void |
PropertyEditorSupport.setSource(Object source)
Sets the source bean.
|
void |
PropertyEditorSupport.setValue(Object value)
Set (or change) the object that is to be edited.
|
void |
PropertyEditor.setValue(Object value)
Set (or change) the object that is to be edited.
|
void |
Expression.setValue(Object value)
Sets the value of this expression to
value. |
void |
FeatureDescriptor.setValue(String attributeName,
Object value)
Associate a named attribute with this feature.
|
private List<Statement> |
XMLEncoder.statementList(Object target) |
void |
XMLEncoder.writeObject(Object o)
Write an XML representation of the specified object to the output.
|
protected void |
Encoder.writeObject(Object o)
Write the specified object to the output stream.
|
void |
PersistenceDelegate.writeObject(Object oldInstance,
Encoder out)
The
writeObject is a single entry point to the persistence
and is used by a Encoder in the traditional
mode of delegation. |
void |
MetaData.NullPersistenceDelegate.writeObject(Object oldInstance,
Encoder out) |
void |
MetaData.java_lang_String_PersistenceDelegate.writeObject(Object oldInstance,
Encoder out) |
void |
MetaData.StaticFieldsPersistenceDelegate.writeObject(Object oldInstance,
Encoder out) |
private Object |
Encoder.writeObject1(Object oldInstance) |
| Modifier and Type | Method and Description |
|---|---|
private void |
FeatureDescriptor.addTable(Hashtable<String,Object> table)
Copies all values from the specified attribute table.
|
| Constructor and Description |
|---|
EventHandler(Object target,
String action,
String eventPropertyName,
String listenerMethodName)
Creates a new
EventHandler object;
you generally use one of the create methods
instead of invoking this constructor directly. |
Expression(Object value,
Object target,
String methodName,
Object[] arguments)
Creates a new
Expression object with the specified value
for the specified target object to invoke the method
specified by the name and by the array of arguments. |
Expression(Object value,
Object target,
String methodName,
Object[] arguments)
Creates a new
Expression object with the specified value
for the specified target object to invoke the method
specified by the name and by the array of arguments. |
Expression(Object target,
String methodName,
Object[] arguments)
Creates a new
Expression object
for the specified target object to invoke the method
specified by the name and by the array of arguments. |
Expression(Object target,
String methodName,
Object[] arguments)
Creates a new
Expression object
for the specified target object to invoke the method
specified by the name and by the array of arguments. |
IndexedPropertyChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue,
int index)
Constructs a new
IndexedPropertyChangeEvent object. |
PropertyChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue)
Constructs a new
PropertyChangeEvent. |
PropertyChangeSupport(Object sourceBean)
Constructs a
PropertyChangeSupport object. |
PropertyEditorSupport(Object source)
Constructs a
PropertyEditorSupport object. |
Statement(Object target,
String methodName,
Object[] arguments)
Creates a new
Statement object
for the specified target object to invoke the method
specified by the name and by the array of arguments. |
Statement(Object target,
String methodName,
Object[] arguments)
Creates a new
Statement object
for the specified target object to invoke the method
specified by the name and by the array of arguments. |
VetoableChangeSupport(Object sourceBean)
Constructs a
VetoableChangeSupport object. |
WeakIdentityMap.Entry(Object key,
int hash,
T value,
ReferenceQueue<Object> queue,
WeakIdentityMap.Entry<T> next) |
XMLDecoder(InputSource is,
Object owner,
ExceptionListener el,
ClassLoader cl)
Creates a new decoder to parse XML archives
created by the
XMLEncoder class. |
XMLDecoder(InputStream in,
Object owner)
Creates a new input stream for reading archives
created by the
XMLEncoder class. |
XMLDecoder(InputStream in,
Object owner,
ExceptionListener exceptionListener)
Creates a new input stream for reading archives
created by the
XMLEncoder class. |
XMLDecoder(InputStream in,
Object owner,
ExceptionListener exceptionListener,
ClassLoader cl)
Creates a new input stream for reading archives
created by the
XMLEncoder class. |
| Constructor and Description |
|---|
WeakIdentityMap.Entry(Object key,
int hash,
T value,
ReferenceQueue<Object> queue,
WeakIdentityMap.Entry<T> next) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanContextChildSupport
This is a general support class to provide support for implementing the
BeanContextChild protocol.
|
class |
BeanContextEvent
BeanContextEvent is the abstract root event class
for all events emitted
from, and pertaining to the semantics of, a BeanContext. |
class |
BeanContextMembershipEvent
A
BeanContextMembershipEvent encapsulates
the list of children added to, or removed from,
the membership of a particular BeanContext. |
class |
BeanContextServiceAvailableEvent
This event type is used by the BeanContextServicesListener in order to
identify the service being registered.
|
class |
BeanContextServiceRevokedEvent
This event type is used by the
BeanContextServiceRevokedListener in order to
identify the service being revoked. |
class |
BeanContextServicesSupport
This helper class provides a utility implementation of the
java.beans.beancontext.BeanContextServices interface.
|
protected class |
BeanContextServicesSupport.BCSSChild |
(package private) class |
BeanContextServicesSupport.BCSSChild.BCSSCServiceClassRef |
(package private) class |
BeanContextServicesSupport.BCSSChild.BCSSCServiceRef |
protected class |
BeanContextServicesSupport.BCSSProxyServiceProvider |
protected static class |
BeanContextServicesSupport.BCSSServiceProvider
subclasses may subclass this nested class to add behaviors for
each BeanContextServicesProvider.
|
class |
BeanContextSupport
This helper class provides a utility implementation of the
java.beans.beancontext.BeanContext interface.
|
protected class |
BeanContextSupport.BCSChild |
protected static class |
BeanContextSupport.BCSIterator
protected final subclass that encapsulates an iterator but implements
a noop remove() method.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
BeanContextSupport.BCSChild.child |
static Object |
BeanContext.globalHierarchyLock
This global lock is used by both
BeanContext
and BeanContextServices implementors
to serialize changes in a BeanContext
hierarchy and any service requests etc. |
private Object |
BeanContextSupport.BCSChild.proxyPeer |
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
BeanContextSupport.copyChildren()
Gets a copy of the this BeanContext's children.
|
(package private) Object |
BeanContextSupport.BCSChild.getChild() |
(package private) Object |
BeanContextSupport.BCSChild.getProxyPeer() |
Object |
BeanContextServicesSupport.getService(BeanContextChild child,
Object requestor,
Class serviceClass,
Object serviceSelector,
BeanContextServiceRevokedListener bcsrl)
obtain a service which may be delegated
|
Object |
BeanContextServices.getService(BeanContextChild child,
Object requestor,
Class serviceClass,
Object serviceSelector,
BeanContextServiceRevokedListener bcsrl)
A
BeanContextChild, or any arbitrary object
associated with a BeanContextChild, may obtain
a reference to a currently registered service from its
nesting BeanContextServices
via invocation of this method. |
Object |
BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector) |
Object |
BeanContextServiceProvider.getService(BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector)
Invoked by
BeanContextServices, this method
requests an instance of a
service from this BeanContextServiceProvider. |
Object |
BeanContextSupport.instantiateChild(String beanName)
The instantiateChild method is a convenience hook
in BeanContext to simplify
the task of instantiating a Bean, nested,
into a BeanContext.
|
Object |
BeanContext.instantiateChild(String beanName)
Instantiate the javaBean named as a
child of this
BeanContext. |
Object |
BeanContextSupport.BCSIterator.next() |
Object[] |
BeanContextSupport.toArray()
Gets all JavaBean or BeanContext
instances currently nested in this BeanContext.
|
Object[] |
BeanContextMembershipEvent.toArray()
Gets the array of children affected by this event.
|
Object[] |
BeanContextSupport.toArray(Object[] arry)
Gets an array containing all children of
this BeanContext that match
the types contained in arry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BeanContextSupport.add(Object targetChild)
Adds/nests a child within this BeanContext.
|
(package private) void |
BeanContextServicesSupport.BCSSChild.BCSSCServiceClassRef.addRequestor(Object requestor,
BeanContextServiceRevokedListener bcsrl) |
protected void |
BeanContextSupport.childDeserializedHook(Object child,
BeanContextSupport.BCSChild bcsc)
Called by readObject with the newly deserialized child and BCSChild.
|
protected void |
BeanContextSupport.childJustAddedHook(Object child,
BeanContextSupport.BCSChild bcsc)
subclasses may override this method to simply extend add() semantics
after the child has been added and before the event notification has
occurred.
|
protected void |
BeanContextSupport.childJustRemovedHook(Object child,
BeanContextSupport.BCSChild bcsc)
subclasses may override this method to simply extend remove() semantics
after the child has been removed and before the event notification has
occurred.
|
protected void |
BeanContextServicesSupport.childJustRemovedHook(Object child,
BeanContextSupport.BCSChild bcsc)
called from superclass child removal operations after a child
has been successfully removed.
|
boolean |
BeanContextSupport.contains(Object o)
Determines whether or not the specified object
is currently a child of this BeanContext.
|
boolean |
BeanContextMembershipEvent.contains(Object child)
Is the child specified affected by the event?
|
boolean |
BeanContextSupport.containsKey(Object o)
Determines whether or not the specified object
is currently a child of this BeanContext.
|
protected BeanContextSupport.BCSChild |
BeanContextSupport.createBCSChild(Object targetChild,
Object peer)
Subclasses can override this method to insert their own subclass
of Child without having to override add() or the other Collection
methods that add children to the set.
|
protected BeanContextSupport.BCSChild |
BeanContextServicesSupport.createBCSChild(Object targetChild,
Object peer)
Subclasses can override this method to insert their own subclass
of Child without having to override add() or the other Collection
methods that add children to the set.
|
void |
BeanContextChildSupport.firePropertyChange(String name,
Object oldValue,
Object newValue)
Report a bound property update to any registered listeners.
|
void |
BeanContextChildSupport.fireVetoableChange(String name,
Object oldValue,
Object newValue)
Report a vetoable property update to any registered listeners.
|
protected static BeanContextChild |
BeanContextSupport.getChildBeanContextChild(Object child)
Gets the BeanContextChild (if any) of the specified child
|
protected static BeanContextMembershipListener |
BeanContextSupport.getChildBeanContextMembershipListener(Object child)
Gets the BeanContextMembershipListener
(if any) of the specified child
|
protected static BeanContextServicesListener |
BeanContextServicesSupport.getChildBeanContextServicesListener(Object child)
Gets the BeanContextServicesListener (if any) of the specified
child.
|
protected static PropertyChangeListener |
BeanContextSupport.getChildPropertyChangeListener(Object child)
Gets the PropertyChangeListener
(if any) of the specified child
|
protected static Serializable |
BeanContextSupport.getChildSerializable(Object child)
Gets the Serializable (if any) associated with the specified Child
|
protected static VetoableChangeListener |
BeanContextSupport.getChildVetoableChangeListener(Object child)
Gets the VetoableChangeListener
(if any) of the specified child
|
protected static Visibility |
BeanContextSupport.getChildVisibility(Object child)
Gets the Component (if any) associated with the specified child.
|
Object |
BeanContextServicesSupport.getService(BeanContextChild child,
Object requestor,
Class serviceClass,
Object serviceSelector,
BeanContextServiceRevokedListener bcsrl)
obtain a service which may be delegated
|
Object |
BeanContextServices.getService(BeanContextChild child,
Object requestor,
Class serviceClass,
Object serviceSelector,
BeanContextServiceRevokedListener bcsrl)
A
BeanContextChild, or any arbitrary object
associated with a BeanContextChild, may obtain
a reference to a currently registered service from its
nesting BeanContextServices
via invocation of this method. |
Object |
BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector) |
Object |
BeanContextServiceProvider.getService(BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector)
Invoked by
BeanContextServices, this method
requests an instance of a
service from this BeanContextServiceProvider. |
void |
BeanContextServicesSupport.releaseService(BeanContextChild child,
Object requestor,
Object service)
release a service
|
void |
BeanContextServices.releaseService(BeanContextChild child,
Object requestor,
Object service)
Releases a
BeanContextChild's
(or any arbitrary object associated with a BeanContextChild)
reference to the specified service by calling releaseService()
on the underlying BeanContextServiceProvider. |
void |
BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs,
Object requestor,
Object service) |
void |
BeanContextServiceProvider.releaseService(BeanContextServices bcs,
Object requestor,
Object service)
Invoked by
BeanContextServices,
this method releases a nested BeanContextChild's
(or any arbitrary object associated with a
BeanContextChild) reference to the specified service. |
(package private) void |
BeanContextServicesSupport.BCSSChild.releaseService(Object requestor,
Object service) |
boolean |
BeanContextSupport.remove(Object targetChild)
Removes a child from this BeanContext.
|
protected boolean |
BeanContextSupport.remove(Object targetChild,
boolean callChildSetBC)
internal remove used when removal caused by
unexpected setBeanContext or
by remove() invocation.
|
(package private) void |
BeanContextServicesSupport.BCSSChild.BCSSCServiceClassRef.removeRequestor(Object requestor) |
Object[] |
BeanContextSupport.toArray(Object[] arry)
Gets an array containing all children of
this BeanContext that match
the types contained in arry.
|
(package private) void |
BeanContextServicesSupport.BCSSChild.usingService(Object requestor,
Object service,
Class serviceClass,
BeanContextServiceProvider bcsp,
boolean isDelegated,
BeanContextServiceRevokedListener bcsrl) |
protected boolean |
BeanContextSupport.validatePendingAdd(Object targetChild)
Subclasses of this class may override, or envelope, this method to
add validation behavior for the BeanContext to examine child objects
immediately prior to their being added to the BeanContext.
|
protected boolean |
BeanContextSupport.validatePendingRemove(Object targetChild)
Subclasses of this class may override, or envelope, this method to
add validation behavior for the BeanContext to examine child objects
immediately prior to their being removed from the BeanContext.
|
(package private) void |
BeanContextServicesSupport.BCSSChild.BCSSCServiceClassRef.verifyRequestor(Object requestor,
BeanContextServiceRevokedListener bcsrl) |
| Constructor and Description |
|---|
BeanContextMembershipEvent(BeanContext bc,
Object[] changes)
Contruct a BeanContextMembershipEvent
|
BeanContextServicesSupport.BCSSChild(Object bcc,
Object peer) |
BeanContextSupport.BCSChild(Object bcc,
Object peer) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Bits
Utility methods for packing/unpacking primitive values in/out of byte arrays
using big-endian byte ordering.
|
class |
BufferedInputStream
A
BufferedInputStream adds
functionality to another input stream-namely,
the ability to buffer the input and to
support the mark and reset
methods. |
class |
BufferedOutputStream
The class implements a buffered output stream.
|
class |
BufferedReader
Reads text from a character-input stream, buffering characters so as to
provide for the efficient reading of characters, arrays, and lines.
|
class |
BufferedWriter
Writes text to a character-output stream, buffering characters so as to
provide for the efficient writing of single characters, arrays, and strings.
|
class |
ByteArrayInputStream
A
ByteArrayInputStream contains
an internal buffer that contains bytes that
may be read from the stream. |
class |
ByteArrayOutputStream
This class implements an output stream in which the data is
written into a byte array.
|
class |
CharArrayReader
This class implements a character buffer that can be used as a
character-input stream.
|
class |
CharArrayWriter
This class implements a character buffer that can be used as an Writer.
|
class |
CharConversionException
Base class for character conversion exceptions.
|
class |
Console
Methods to access the character-based console device, if any, associated
with the current Java virtual machine.
|
(package private) class |
Console.LineReader |
class |
DataInputStream
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
|
class |
DataOutputStream
A data output stream lets an application write primitive Java data
types to an output stream in a portable way.
|
(package private) class |
DeleteOnExitHook
This class holds a set of filenames to be deleted on VM exit through a shutdown hook.
|
class |
EOFException
Signals that an end of file or end of stream has been reached
unexpectedly during input.
|
(package private) class |
ExpiringCache |
(package private) static class |
ExpiringCache.Entry |
class |
File
An abstract representation of file and directory pathnames.
|
private static class |
File.TempDirectory |
class |
FileDescriptor
Instances of the file descriptor class serve as an opaque handle
to the underlying machine-specific structure representing an open
file, an open socket, or another source or sink of bytes.
|
class |
FileInputStream
A
FileInputStream obtains input bytes
from a file in a file system. |
class |
FileNotFoundException
Signals that an attempt to open the file denoted by a specified pathname
has failed.
|
class |
FileOutputStream
A file output stream is an output stream for writing data to a
File or to a FileDescriptor. |
class |
FilePermission
This class represents access to a file or directory.
|
(package private) class |
FilePermissionCollection
A FilePermissionCollection stores a set of FilePermission permissions.
|
class |
FileReader
Convenience class for reading character files.
|
(package private) class |
FileSystem
Package-private abstract class for the local filesystem abstraction.
|
class |
FileWriter
Convenience class for writing character files.
|
class |
FilterInputStream
A
FilterInputStream contains
some other input stream, which it uses as
its basic source of data, possibly transforming
the data along the way or providing additional
functionality. |
class |
FilterOutputStream
This class is the superclass of all classes that filter output
streams.
|
class |
FilterReader
Abstract class for reading filtered character streams.
|
class |
FilterWriter
Abstract class for writing filtered character streams.
|
class |
InputStream
This abstract class is the superclass of all classes representing
an input stream of bytes.
|
class |
InputStreamReader
An InputStreamReader is a bridge from byte streams to character streams: It
reads bytes and decodes them into characters using a specified
. |
class |
InterruptedIOException
Signals that an I/O operation has been interrupted.
|
class |
InvalidClassException
Thrown when the Serialization runtime detects one of the following
problems with a Class.
|
class |
InvalidObjectException
Indicates that one or more deserialized objects failed validation
tests.
|
class |
IOError
Thrown when a serious I/O error has occurred.
|
class |
IOException
Signals that an I/O exception of some sort has occurred.
|
class |
LineNumberInputStream
Deprecated.
This class incorrectly assumes that bytes adequately represent
characters. As of JDK 1.1, the preferred way to operate on
character streams is via the new character-stream classes, which
include a class for counting line numbers.
|
class |
LineNumberReader
A buffered character-input stream that keeps track of line numbers.
|
class |
NotActiveException
Thrown when serialization or deserialization is not active.
|
class |
NotSerializableException
Thrown when an instance is required to have a Serializable interface.
|
class |
ObjectInputStream
An ObjectInputStream deserializes primitive data and objects previously
written using an ObjectOutputStream.
|
private class |
ObjectInputStream.BlockDataInputStream
Input stream with two modes: in default mode, inputs data written in the
same format as DataOutputStream; in "block data" mode, inputs data
bracketed by block data markers (see object serialization specification
for details).
|
private static class |
ObjectInputStream.Caches |
static class |
ObjectInputStream.GetField
Provide access to the persistent fields read from the input stream.
|
private class |
ObjectInputStream.GetFieldImpl
Default GetField implementation.
|
private static class |
ObjectInputStream.HandleTable
Unsynchronized table which tracks wire handle to object mappings, as
well as ClassNotFoundExceptions associated with deserialized objects.
|
private static class |
ObjectInputStream.HandleTable.HandleList
Simple growable list of (integer) handles.
|
private static class |
ObjectInputStream.PeekInputStream
Input stream supporting single-byte peek operations.
|
private static class |
ObjectInputStream.ValidationList
Prioritized list of callbacks to be performed once object graph has been
completely deserialized.
|
private static class |
ObjectInputStream.ValidationList.Callback |
class |
ObjectOutputStream
An ObjectOutputStream writes primitive data types and graphs of Java objects
to an OutputStream.
|
private static class |
ObjectOutputStream.BlockDataOutputStream
Buffered output stream with two modes: in default mode, outputs data in
same format as DataOutputStream; in "block data" mode, outputs data
bracketed by block data markers (see object serialization specification
for details).
|
private static class |
ObjectOutputStream.Caches |
private static class |
ObjectOutputStream.DebugTraceInfoStack
Stack to keep debug information about the state of the
serialization process, for embedding in exception messages.
|
private static class |
ObjectOutputStream.HandleTable
Lightweight identity hash table which maps objects to integer handles,
assigned in ascending order.
|
static class |
ObjectOutputStream.PutField
Provide programmatic access to the persistent fields to be written
to ObjectOutput.
|
private class |
ObjectOutputStream.PutFieldImpl
Default PutField implementation.
|
private static class |
ObjectOutputStream.ReplaceTable
Lightweight identity hash table which maps objects to replacement
objects.
|
class |
ObjectStreamClass
Serialization's descriptor for classes.
|
private static class |
ObjectStreamClass.Caches |
(package private) static class |
ObjectStreamClass.ClassDataSlot
Class representing the portion of an object's serialized form allotted
to data described by a given class descriptor.
|
private static class |
ObjectStreamClass.EntryFuture
Placeholder used in class descriptor and field reflector lookup tables
for an entry in the process of being initialized.
|
private static class |
ObjectStreamClass.ExceptionInfo
Contains information about InvalidClassException instances to be thrown
when attempting operations on an invalid class.
|
private static class |
ObjectStreamClass.FieldReflector
Class for setting and retrieving serializable field values in batch.
|
private static class |
ObjectStreamClass.FieldReflectorKey
FieldReflector cache lookup key.
|
private static class |
ObjectStreamClass.MemberSignature
Class for computing and caching field/constructor/method signatures
during serialVersionUID calculation.
|
(package private) static class |
ObjectStreamClass.WeakClassKey
Weak key for Class objects.
|
class |
ObjectStreamException
Superclass of all exceptions specific to Object Stream classes.
|
class |
ObjectStreamField
A description of a Serializable field from a Serializable class.
|
class |
OptionalDataException
Exception indicating the failure of an object read operation due to
unread primitive data, or the end of data belonging to a serialized
object in the stream.
|
class |
OutputStream
This abstract class is the superclass of all classes representing
an output stream of bytes.
|
class |
OutputStreamWriter
An OutputStreamWriter is a bridge from character streams to byte streams:
Characters written to it are encoded into bytes using a specified
. |
class |
PipedInputStream
A piped input stream should be connected
to a piped output stream; the piped input
stream then provides whatever data bytes
are written to the piped output stream.
|
class |
PipedOutputStream
A piped output stream can be connected to a piped input stream
to create a communications pipe.
|
class |
PipedReader
Piped character-input streams.
|
class |
PipedWriter
Piped character-output streams.
|
class |
PrintStream
A
PrintStream adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently. |
class |
PrintWriter
Prints formatted representations of objects to a text-output stream.
|
class |
PushbackInputStream
A
PushbackInputStream adds
functionality to another input stream, namely
the ability to "push back" or "unread"
one byte. |
class |
PushbackReader
A character-stream reader that allows characters to be pushed back into the
stream.
|
class |
RandomAccessFile
Instances of this class support both reading and writing to a
random access file.
|
class |
Reader
Abstract class for reading character streams.
|
class |
SequenceInputStream
A
SequenceInputStream represents
the logical concatenation of other input
streams. |
(package private) class |
SerialCallbackContext
Context during upcalls from object stream to class-defined
readObject/writeObject methods.
|
class |
SerializablePermission
This class is for Serializable permissions.
|
class |
StreamCorruptedException
Thrown when control information that was read from an object stream
violates internal consistency checks.
|
class |
StreamTokenizer
The
StreamTokenizer class takes an input stream and
parses it into "tokens", allowing the tokens to be
read one at a time. |
class |
StringBufferInputStream
Deprecated.
This class does not properly convert characters into bytes. As
of JDK 1.1, the preferred way to create a stream from a
string is via the
StringReader class. |
class |
StringReader
A character stream whose source is a string.
|
class |
StringWriter
A character stream that collects its output in a string buffer, which can
then be used to construct a string.
|
class |
SyncFailedException
Signals that a sync operation has failed.
|
(package private) class |
UnixFileSystem |
class |
UnsupportedEncodingException
The Character Encoding is not supported.
|
class |
UTFDataFormatException
Signals that a malformed string in
modified UTF-8
format has been read in a data
input stream or by any class that implements the data input
interface.
|
class |
WriteAbortedException
Signals that one of the ObjectStreamExceptions was thrown during a
write operation.
|
class |
Writer
Abstract class for writing to character streams.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
RandomAccessFile.closeLock |
private Object |
FileOutputStream.closeLock |
private Object |
FileInputStream.closeLock |
(package private) Object[] |
ObjectInputStream.HandleTable.entries
array mapping handle -> object/exception (depending on status)
|
private Object |
ObjectStreamClass.EntryFuture.entry |
protected Object |
Writer.lock
The object used to synchronize operations on this stream.
|
protected Object |
Reader.lock
The object used to synchronize operations on this stream.
|
private Object |
SerialCallbackContext.obj |
private Object[] |
ObjectOutputStream.HandleTable.objs |
private Object[] |
ObjectOutputStream.PutFieldImpl.objVals
object field values
|
private Object[] |
ObjectInputStream.GetFieldImpl.objVals
object field values
|
private Object |
Console.readLock |
private Object[] |
ObjectOutputStream.ReplaceTable.reps |
private static Object |
ObjectStreamClass.EntryFuture.unset |
private static Object |
ObjectInputStream.unsharedMarker
marker for unshared objects in internal handle table
|
private Object |
Console.writeLock |
| Modifier and Type | Method and Description |
|---|---|
private Object |
ObjectInputStream.checkResolve(Object obj)
If resolveObject has been enabled and given object does not have an
exception associated with it, calls resolveObject to determine
replacement for object, and updates handle table accordingly.
|
private static Object |
ObjectInputStream.cloneArray(Object array)
Method for cloning arrays in case of using unsharing reading
|
(package private) Object |
ObjectStreamClass.EntryFuture.get()
Returns the value contained by this EntryFuture, blocking if
necessary until a value is set.
|
abstract Object |
ObjectInputStream.GetField.get(String name,
Object val)
Get the value of the named Object field from the persistent field.
|
Object |
ObjectInputStream.GetFieldImpl.get(String name,
Object val) |
Object |
SerialCallbackContext.getObj() |
(package private) Object |
ObjectStreamClass.invokeReadResolve(Object obj)
Invokes the readResolve method of the represented serializable class and
returns the result.
|
(package private) Object |
ObjectStreamClass.invokeWriteReplace(Object obj)
Invokes the writeReplace method of the represented serializable class and
returns the result.
|
(package private) Object |
ObjectOutputStream.ReplaceTable.lookup(Object obj)
Looks up and returns replacement for given object.
|
(package private) Object |
ObjectInputStream.HandleTable.lookupObject(int handle)
Looks up and returns object associated with the given handle.
|
(package private) Object |
ObjectStreamClass.newInstance()
Creates a new instance of the represented class.
|
private Object |
ObjectInputStream.readArray(boolean unshared)
Reads in and returns array object, or null if array class is
unresolvable.
|
private Object |
ObjectInputStream.readHandle(boolean unshared)
Reads in object handle, sets passHandle to the read handle, and returns
object associated with the handle.
|
private Object |
ObjectInputStream.readNull()
Reads in null code, sets passHandle to NULL_HANDLE and returns null.
|
Object |
ObjectInputStream.readObject()
Read an object from the ObjectInputStream.
|
Object |
ObjectInput.readObject()
Read and return an object.
|
private Object |
ObjectInputStream.readObject0(boolean unshared)
Underlying readObject implementation.
|
protected Object |
ObjectInputStream.readObjectOverride()
This method is called by trusted subclasses of ObjectOutputStream that
constructed ObjectOutputStream using the protected no-arg constructor.
|
private Object |
ObjectInputStream.readOrdinaryObject(boolean unshared)
Reads and returns "ordinary" (i.e., not a String, Class,
ObjectStreamClass, array, or enum constant) object, or null if object's
class is unresolvable (in which case a ClassNotFoundException will be
associated with object's handle).
|
Object |
ObjectInputStream.readUnshared()
Reads an "unshared" object from the ObjectInputStream.
|
protected Object |
ObjectOutputStream.replaceObject(Object obj)
This method will allow trusted subclasses of ObjectOutputStream to
substitute one object for another during serialization.
|
protected Object |
ObjectInputStream.resolveObject(Object obj)
This method will allow trusted subclasses of ObjectInputStream to
substitute one object for another during deserialization.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
ObjectOutputStream.HandleTable.assign(Object obj)
Assigns next available handle to given object, and returns handle
value.
|
(package private) int |
ObjectInputStream.HandleTable.assign(Object obj)
Assigns next available handle to given object, and returns assigned
handle.
|
(package private) void |
ObjectOutputStream.ReplaceTable.assign(Object obj,
Object rep)
Enters mapping from object to replacement object.
|
private Object |
ObjectInputStream.checkResolve(Object obj)
If resolveObject has been enabled and given object does not have an
exception associated with it, calls resolveObject to determine
replacement for object, and updates handle table accordingly.
|
private static Object |
ObjectInputStream.cloneArray(Object array)
Method for cloning arrays in case of using unsharing reading
|
int |
ObjectStreamField.compareTo(Object obj)
Compare this field with another
ObjectStreamField. |
private void |
ObjectInputStream.defaultReadFields(Object obj,
ObjectStreamClass desc)
Reads in values of serializable fields declared by given class
descriptor.
|
private void |
ObjectOutputStream.defaultWriteFields(Object obj,
ObjectStreamClass desc)
Fetches and writes values of serializable fields of given object to
stream.
|
boolean |
ObjectStreamClass.FieldReflectorKey.equals(Object obj) |
boolean |
ObjectStreamClass.WeakClassKey.equals(Object obj)
Returns true if the given object is this identical
WeakClassKey instance, or, if this object's referent has not
been cleared, if the given object is another WeakClassKey
instance with the identical non-null referent as this one.
|
boolean |
FilePermission.equals(Object obj)
Checks two FilePermission objects for equality.
|
boolean |
File.equals(Object obj)
Tests this abstract pathname for equality with the given object.
|
PrintWriter |
PrintWriter.format(Locale l,
String format,
Object... args)
Writes a formatted string to this writer using the specified format
string and arguments.
|
PrintStream |
PrintStream.format(Locale l,
String format,
Object... args)
Writes a formatted string to this output stream using the specified
format string and arguments.
|
PrintWriter |
PrintWriter.format(String format,
Object... args)
Writes a formatted string to this writer using the specified format
string and arguments.
|
PrintStream |
PrintStream.format(String format,
Object... args)
Writes a formatted string to this output stream using the specified
format string and arguments.
|
Console |
Console.format(String fmt,
Object... args)
Writes a formatted string to this console's output stream using
the specified format string and arguments.
|
abstract Object |
ObjectInputStream.GetField.get(String name,
Object val)
Get the value of the named Object field from the persistent field.
|
Object |
ObjectInputStream.GetFieldImpl.get(String name,
Object val) |
(package private) void |
ObjectStreamClass.getObjFieldValues(Object obj,
Object[] vals)
Fetches the serializable object field values of object obj and stores
them in array vals starting at offset 0.
|
(package private) void |
ObjectStreamClass.getObjFieldValues(Object obj,
Object[] vals)
Fetches the serializable object field values of object obj and stores
them in array vals starting at offset 0.
|
(package private) void |
ObjectStreamClass.FieldReflector.getObjFieldValues(Object obj,
Object[] vals)
Fetches the serializable object field values of object obj and
stores them in array vals starting at offset 0.
|
(package private) void |
ObjectStreamClass.FieldReflector.getObjFieldValues(Object obj,
Object[] vals)
Fetches the serializable object field values of object obj and
stores them in array vals starting at offset 0.
|
(package private) void |
ObjectStreamClass.getPrimFieldValues(Object obj,
byte[] buf)
Fetches the serializable primitive field values of object obj and
marshals them into byte array buf starting at offset 0.
|
(package private) void |
ObjectStreamClass.FieldReflector.getPrimFieldValues(Object obj,
byte[] buf)
Fetches the serializable primitive field values of object obj and
marshals them into byte array buf starting at offset 0.
|
private int |
ObjectOutputStream.HandleTable.hash(Object obj)
Returns hash value for given object.
|
private void |
ObjectOutputStream.HandleTable.insert(Object obj,
int handle)
Inserts mapping object -> handle mapping into table.
|
(package private) void |
ObjectStreamClass.invokeReadObject(Object obj,
ObjectInputStream in)
Invokes the readObject method of the represented serializable class.
|
(package private) void |
ObjectStreamClass.invokeReadObjectNoData(Object obj)
Invokes the readObjectNoData method of the represented serializable
class.
|
(package private) Object |
ObjectStreamClass.invokeReadResolve(Object obj)
Invokes the readResolve method of the represented serializable class and
returns the result.
|
(package private) void |
ObjectStreamClass.invokeWriteObject(Object obj,
ObjectOutputStream out)
Invokes the writeObject method of the represented serializable class.
|
(package private) Object |
ObjectStreamClass.invokeWriteReplace(Object obj)
Invokes the writeReplace method of the represented serializable class and
returns the result.
|
(package private) int |
ObjectOutputStream.HandleTable.lookup(Object obj)
Looks up and returns handle associated with given object, or -1 if
no mapping found.
|
(package private) Object |
ObjectOutputStream.ReplaceTable.lookup(Object obj)
Looks up and returns replacement for given object.
|
void |
PrintWriter.print(Object obj)
Prints an object.
|
void |
PrintStream.print(Object obj)
Prints an object.
|
PrintWriter |
PrintWriter.printf(Locale l,
String format,
Object... args)
A convenience method to write a formatted string to this writer using
the specified format string and arguments.
|
PrintStream |
PrintStream.printf(Locale l,
String format,
Object... args)
A convenience method to write a formatted string to this output stream
using the specified format string and arguments.
|
PrintWriter |
PrintWriter.printf(String format,
Object... args)
A convenience method to write a formatted string to this writer using
the specified format string and arguments.
|
PrintStream |
PrintStream.printf(String format,
Object... args)
A convenience method to write a formatted string to this output stream
using the specified format string and arguments.
|
Console |
Console.printf(String format,
Object... args)
A convenience method to write a formatted string to this console's
output stream using the specified format string and arguments.
|
void |
PrintWriter.println(Object x)
Prints an Object and then terminates the line.
|
void |
PrintStream.println(Object x)
Prints an Object and then terminate the line.
|
abstract void |
ObjectOutputStream.PutField.put(String name,
Object val)
Put the value of the named Object field into the persistent field.
|
void |
ObjectOutputStream.PutFieldImpl.put(String name,
Object val) |
String |
Console.readLine(String fmt,
Object... args)
Provides a formatted prompt, then reads a single line of text from the
console.
|
char[] |
Console.readPassword(String fmt,
Object... args)
Provides a formatted prompt, then reads a password or passphrase from
the console with echoing disabled.
|
private void |
ObjectInputStream.readSerialData(Object obj,
ObjectStreamClass desc)
Reads (or attempts to skip, if obj is null or is tagged with a
ClassNotFoundException) instance data for each serializable class of
object in stream, from superclass to subclass.
|
protected Object |
ObjectOutputStream.replaceObject(Object obj)
This method will allow trusted subclasses of ObjectOutputStream to
substitute one object for another during serialization.
|
protected Object |
ObjectInputStream.resolveObject(Object obj)
This method will allow trusted subclasses of ObjectInputStream to
substitute one object for another during deserialization.
|
(package private) boolean |
ObjectStreamClass.EntryFuture.set(Object entry)
Attempts to set the value contained by this EntryFuture.
|
(package private) void |
ObjectInputStream.HandleTable.setObject(int handle,
Object obj)
Assigns a new object to the given handle.
|
(package private) void |
ObjectStreamClass.setObjFieldValues(Object obj,
Object[] vals)
Sets the serializable object fields of object obj using values from
array vals starting at offset 0.
|
(package private) void |
ObjectStreamClass.setObjFieldValues(Object obj,
Object[] vals)
Sets the serializable object fields of object obj using values from
array vals starting at offset 0.
|
(package private) void |
ObjectStreamClass.FieldReflector.setObjFieldValues(Object obj,
Object[] vals)
Sets the serializable object fields of object obj using values from
array vals starting at offset 0.
|
(package private) void |
ObjectStreamClass.FieldReflector.setObjFieldValues(Object obj,
Object[] vals)
Sets the serializable object fields of object obj using values from
array vals starting at offset 0.
|
(package private) void |
ObjectStreamClass.setPrimFieldValues(Object obj,
byte[] buf)
Sets the serializable primitive fields of object obj using values
unmarshalled from byte array buf starting at offset 0.
|
(package private) void |
ObjectStreamClass.FieldReflector.setPrimFieldValues(Object obj,
byte[] buf)
Sets the serializable primitive fields of object obj using values
unmarshalled from byte array buf starting at offset 0.
|
private void |
ObjectOutputStream.writeArray(Object array,
ObjectStreamClass desc,
boolean unshared)
Writes given array object to stream.
|
void |
ObjectOutputStream.writeObject(Object obj)
Write the specified object to the ObjectOutputStream.
|
void |
ObjectOutput.writeObject(Object obj)
Write an object to the underlying storage or stream.
|
private void |
ObjectOutputStream.writeObject0(Object obj,
boolean unshared)
Underlying writeObject/writeUnshared implementation.
|
protected void |
ObjectOutputStream.writeObjectOverride(Object obj)
Method used by subclasses to override the default writeObject method.
|
private void |
ObjectOutputStream.writeOrdinaryObject(Object obj,
ObjectStreamClass desc,
boolean unshared)
Writes representation of a "ordinary" (i.e., not a String, Class,
ObjectStreamClass, array, or enum constant) serializable object to the
stream.
|
private void |
ObjectOutputStream.writeSerialData(Object obj,
ObjectStreamClass desc)
Writes instance data for each serializable class of given object, from
superclass to subclass.
|
void |
ObjectOutputStream.writeUnshared(Object obj)
Writes an "unshared" object to the ObjectOutputStream.
|
| Constructor and Description |
|---|
Reader(Object lock)
Creates a new character-stream reader whose critical sections will
synchronize on the given object.
|
SerialCallbackContext(Object obj,
ObjectStreamClass desc) |
Writer(Object lock)
Creates a new character-stream writer whose critical sections will
synchronize on the given object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMethodError
Thrown when an application tries to call an abstract method.
|
(package private) class |
AbstractStringBuilder
A mutable sequence of characters.
|
(package private) class |
ApplicationShutdownHooks |
class |
ArithmeticException
Thrown when an exceptional arithmetic condition has occurred.
|
class |
ArrayIndexOutOfBoundsException
Thrown to indicate that an array has been accessed with an
illegal index.
|
class |
ArrayStoreException
Thrown to indicate that an attempt has been made to store the
wrong type of object into an array of objects.
|
class |
AssertionError
Thrown to indicate that an assertion has failed.
|
(package private) class |
AssertionStatusDirectives
A collection of assertion status directives (such as "enable assertions
in package p" or "disable assertions in class c").
|
class |
Boolean
The Boolean class wraps a value of the primitive type
boolean in an object. |
class |
BootstrapMethodError
Thrown to indicate that an
invokedynamic instruction has
failed to find its bootstrap method,
or the bootstrap method has failed to provide a
call site with a target
of the correct method type. |
class |
Byte
The
Byte class wraps a value of primitive type byte
in an object. |
private static class |
Byte.ByteCache |
class |
Character
The
Character class wraps a value of the primitive
type char in an object. |
private static class |
Character.CharacterCache |
static class |
Character.Subset
Instances of this class represent particular subsets of the Unicode
character set.
|
static class |
Character.UnicodeBlock
A family of character subsets representing the character blocks in the
Unicode specification.
|
(package private) class |
CharacterData |
(package private) class |
CharacterData00
The CharacterData00 class encapsulates the large tables once found in
java.lang.Character
|
(package private) class |
CharacterData01
The CharacterData class encapsulates the large tables once found in
java.lang.Character.
|
(package private) class |
CharacterData02
The CharacterData class encapsulates the large tables found in
Java.lang.Character.
|
(package private) class |
CharacterData0E
The CharacterData class encapsulates the large tables found in
Java.lang.Character.
|
(package private) class |
CharacterDataLatin1
The CharacterData class encapsulates the large tables found in
Java.lang.Character.
|
(package private) class |
CharacterDataPrivateUse
The CharacterData class encapsulates the large tables found in
Java.lang.Character.
|
(package private) class |
CharacterDataUndefined
The CharacterData class encapsulates the large tables found in
Java.lang.Character.
|
(package private) class |
CharacterName |
class |
Class<T>
Instances of the class
Class represent classes and
interfaces in a running Java application. |
private static class |
Class.Atomic
Atomic operations support.
|
private static class |
Class.EnclosingMethodInfo |
(package private) static class |
Class.MethodArray |
(package private) static class |
Class.ReflectionData<T> |
private static class |
Class.SecurityManagerHelper |
class |
ClassCastException
Thrown to indicate that the code has attempted to cast an object
to a subclass of which it is not an instance.
|
class |
ClassCircularityError
Thrown when the Java Virtual Machine detects a circularity in the
superclass hierarchy of a class being loaded.
|
class |
ClassFormatError
Thrown when the Java Virtual Machine attempts to read a class
file and determines that the file is malformed or otherwise cannot
be interpreted as a class file.
|
class |
ClassLoader
A class loader is an object that is responsible for loading classes.
|
(package private) static class |
ClassLoader.NativeLibrary
The inner class NativeLibrary denotes a loaded native library instance.
|
private static class |
ClassLoader.ParallelLoaders
Encapsulates the set of parallel capable loader types.
|
(package private) class |
ClassLoaderHelper |
class |
ClassNotFoundException
Thrown when an application tries to load in a class through its
string name using:
The
forName method in class Class. |
class |
ClassValue<T>
Lazily associate a computed value with (potentially) every type.
|
(package private) static class |
ClassValue.ClassValueMap
A backing map for all ClassValues, relative a single given type.
|
(package private) static class |
ClassValue.Entry<T>
One binding of a value to a class via a ClassValue.
|
(package private) static class |
ClassValue.Identity
Private key for retrieval of this object from ClassValueMap.
|
(package private) static class |
ClassValue.Version<T> |
class |
CloneNotSupportedException
Thrown to indicate that the
clone method in class
Object has been called to clone an object, but that
the object's class does not implement the Cloneable
interface. |
class |
Compiler
The
Compiler class is provided to support Java-to-native-code
compilers and related services. |
(package private) class |
ConditionalSpecialCasing
This is a utility class for
String.toLowerCase() and
String.toUpperCase(), that handles special casing with
conditions. |
(package private) static class |
ConditionalSpecialCasing.Entry
An internal class that represents an entry in the Special Casing Properties.
|
class |
Double
The
Double class wraps a value of the primitive type
double in an object. |
class |
Enum<E extends Enum<E>>
This is the common base class of all Java language enumeration types.
|
class |
EnumConstantNotPresentException
Thrown when an application tries to access an enum constant by name
and the enum type contains no constant with the specified name.
|
class |
Error
An
Error is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch. |
class |
Exception
The class
Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
class |
ExceptionInInitializerError
Signals that an unexpected exception has occurred in a static initializer.
|
class |
Float
The
Float class wraps a value of primitive type
float in an object. |
class |
IllegalAccessError
Thrown if an application attempts to access or modify a field, or
to call a method that it does not have access to.
|
class |
IllegalAccessException
An IllegalAccessException is thrown when an application tries
to reflectively create an instance (other than an array),
set or get a field, or invoke a method, but the currently
executing method does not have access to the definition of
the specified class, field, method or constructor.
|
class |
IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or
inappropriate argument.
|
class |
IllegalMonitorStateException
Thrown to indicate that a thread has attempted to wait on an
object's monitor or to notify other threads waiting on an object's
monitor without owning the specified monitor.
|
class |
IllegalStateException
Signals that a method has been invoked at an illegal or
inappropriate time.
|
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state
for the requested operation.
|
class |
IncompatibleClassChangeError
Thrown when an incompatible class change has occurred to some class
definition.
|
class |
IndexOutOfBoundsException
Thrown to indicate that an index of some sort (such as to an array, to a
string, or to a vector) is out of range.
|
class |
InheritableThreadLocal<T>
This class extends ThreadLocal to provide inheritance of values
from parent thread to child thread: when a child thread is created, the
child receives initial values for all inheritable thread-local variables
for which the parent has values.
|
class |
InstantiationError
Thrown when an application tries to use the Java
new
construct to instantiate an abstract class or an interface. |
class |
InstantiationException
Thrown when an application tries to create an instance of a class
using the
newInstance method in class
Class, but the specified class object cannot be
instantiated. |
class |
Integer
The
Integer class wraps a value of the primitive type
int in an object. |
private static class |
Integer.IntegerCache
Cache to support the object identity semantics of autoboxing for values between
-128 and 127 (inclusive) as required by JLS.
|
class |
InternalError
Thrown to indicate some unexpected internal error has occurred in
the Java Virtual Machine.
|
class |
InterruptedException
Thrown when a thread is waiting, sleeping, or otherwise occupied,
and the thread is interrupted, either before or during the activity.
|
class |
LinkageError
Subclasses of
LinkageError indicate that a class has
some dependency on another class; however, the latter class has
incompatibly changed after the compilation of the former class. |
class |
Long
The
Long class wraps a value of the primitive type long in an object. |
private static class |
Long.LongCache |
class |
Math
The class
Math contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions. |
class |
NegativeArraySizeException
Thrown if an application tries to create an array with negative size.
|
class |
NoClassDefFoundError
Thrown if the Java Virtual Machine or a
ClassLoader instance
tries to load in the definition of a class (as part of a normal method call
or as part of creating a new instance using the new expression)
and no definition of the class could be found. |
class |
NoSuchFieldError
Thrown if an application tries to access or modify a specified
field of an object, and that object no longer has that field.
|
class |
NoSuchFieldException
Signals that the class doesn't have a field of a specified name.
|
class |
NoSuchMethodError
Thrown if an application tries to call a specified method of a
class (either static or instance), and that class no longer has a
definition of that method.
|
class |
NoSuchMethodException
Thrown when a particular method cannot be found.
|
class |
NullPointerException
Thrown when an application attempts to use
null in a
case where an object is required. |
class |
Number
The abstract class
Number is the superclass of classes
BigDecimal, BigInteger,
Byte, Double, Float,
Integer, Long, and Short. |
class |
NumberFormatException
Thrown to indicate that the application has attempted to convert
a string to one of the numeric types, but that the string does not
have the appropriate format.
|
class |
OutOfMemoryError
Thrown when the Java Virtual Machine cannot allocate an object
because it is out of memory, and no more memory could be made
available by the garbage collector.
|
class |
Package
Package objects contain version information
about the implementation and specification of a Java package. |
class |
Process
The
ProcessBuilder.start() and
Runtime.exec
methods create a native process and return an instance of a
subclass of Process that can be used to control the process
and obtain information about it. |
class |
ProcessBuilder
This class is used to create operating system processes.
|
(package private) static class |
ProcessBuilder.NullInputStream
Implements a null input stream.
|
(package private) static class |
ProcessBuilder.NullOutputStream
Implements a null output stream.
|
static class |
ProcessBuilder.Redirect
Represents a source of subprocess input or a destination of
subprocess output.
|
(package private) class |
ProcessEnvironment |
private static class |
ProcessEnvironment.ExternalData |
private static class |
ProcessEnvironment.StringEntry |
private static class |
ProcessEnvironment.StringEntrySet |
private static class |
ProcessEnvironment.StringEnvironment |
private static class |
ProcessEnvironment.StringKeySet |
private static class |
ProcessEnvironment.StringValues |
private static class |
ProcessEnvironment.Value |
private static class |
ProcessEnvironment.Variable |
(package private) class |
ProcessImpl
This class is for the exclusive use of ProcessBuilder.start() to
create new processes.
|
class |
ReflectiveOperationException
Common superclass of exceptions thrown by reflective operations in
core reflection.
|
class |
Runtime
Every Java application has a single instance of class
Runtime that allows the application to interface with
the environment in which the application is running. |
class |
RuntimeException
RuntimeException is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine. |
class |
RuntimePermission
This class is for runtime permissions.
|
class |
SecurityException
Thrown by the security manager to indicate a security violation.
|
class |
SecurityManager
The security manager is a class that allows
applications to implement a security policy.
|
class |
Short
The
Short class wraps a value of primitive type short in an object. |
private static class |
Short.ShortCache |
(package private) class |
Shutdown
Package-private utility class containing data structures and logic
governing the virtual-machine shutdown sequence.
|
private static class |
Shutdown.Lock |
class |
StackOverflowError
Thrown when a stack overflow occurs because an application
recurses too deeply.
|
class |
StackTraceElement
An element in a stack trace, as returned by
Throwable.getStackTrace(). |
class |
StrictMath
The class
StrictMath contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions. |
class |
String
The
String class represents character strings. |
private static class |
String.CaseInsensitiveComparator |
class |
StringBuffer
A thread-safe, mutable sequence of characters.
|
class |
StringBuilder
A mutable sequence of characters.
|
(package private) class |
StringCoding
Utility class for string encoding and decoding.
|
private static class |
StringCoding.StringDecoder |
private static class |
StringCoding.StringEncoder |
class |
StringIndexOutOfBoundsException
Thrown by
String methods to indicate that an index
is either negative or greater than the size of the string. |
class |
System
The
System class contains several useful class fields
and methods. |
(package private) class |
SystemClassLoaderAction |
(package private) class |
Terminator
Package-private utility class for setting up and tearing down
platform-specific support for termination-triggered shutdowns.
|
class |
Thread
A thread is a thread of execution in a program.
|
private static class |
Thread.Caches
cache of subclass security audit results
|
(package private) static class |
Thread.WeakClassKey
Weak key for Class objects.
|
class |
ThreadDeath
An instance of
ThreadDeath is thrown in the victim thread
when the (deprecated) Thread.stop() method is invoked. |
class |
ThreadGroup
A thread group represents a set of threads.
|
class |
ThreadLocal<T>
This class provides thread-local variables.
|
(package private) static class |
ThreadLocal.ThreadLocalMap
ThreadLocalMap is a customized hash map suitable only for
maintaining thread local values.
|
(package private) static class |
ThreadLocal.ThreadLocalMap.Entry
The entries in this hash map extend WeakReference, using
its main ref field as the key (which is always a
ThreadLocal object).
|
class |
Throwable
The
Throwable class is the superclass of all errors and
exceptions in the Java language. |
private static class |
Throwable.PrintStreamOrWriter
Wrapper class for PrintStream and PrintWriter to enable a single
implementation of printStackTrace.
|
private static class |
Throwable.SentinelHolder
Holder class to defer initializing sentinel objects only used
for serialization.
|
private static class |
Throwable.WrappedPrintStream |
private static class |
Throwable.WrappedPrintWriter |
class |
TypeNotPresentException
Thrown when an application tries to access a type using a string
representing the type's name, but no definition for the type with
the specified name can be found.
|
(package private) class |
UNIXProcess
java.lang.Process subclass in the UNIX environment.
|
(package private) static class |
UNIXProcess.ProcessPipeInputStream
A buffered input stream for a subprocess pipe file descriptor
that allows the underlying file descriptor to be reclaimed when
the process exits, via the processExited hook.
|
(package private) static class |
UNIXProcess.ProcessPipeOutputStream
A buffered output stream for a subprocess pipe file descriptor
that allows the underlying file descriptor to be reclaimed when
the process exits, via the processExited hook.
|
private static class |
UNIXProcess.ProcessReaperThreadFactory
The thread factory used to create "process reaper" daemon threads.
|
class |
UnknownError
Thrown when an unknown but serious exception has occurred in the
Java Virtual Machine.
|
class |
UnsatisfiedLinkError
Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared
native. |
class |
UnsupportedClassVersionError
Thrown when the Java Virtual Machine attempts to read a class
file and determines that the major and minor version numbers
in the file are not supported.
|
class |
UnsupportedOperationException
Thrown to indicate that the requested operation is not supported.
|
class |
VerifyError
Thrown when the "verifier" detects that a class file,
though well formed, contains some sort of internal inconsistency
or security problem.
|
class |
VirtualMachineError
Thrown to indicate that the Java Virtual Machine is broken or has
run out of resources necessary for it to continue operating.
|
class |
Void
The
Void class is an uninstantiable placeholder class to hold a
reference to the Class object representing the Java keyword
void. |
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
ClassLoader.assertionLock |
private Object |
Throwable.backtrace
Native code saves some indication of the stack backtrace in this slot.
|
private Object |
Thread.blockerLock |
private Object |
UNIXProcess.ProcessPipeInputStream.closeLock |
private static Object |
ClassValue.CRITICAL_SECTION |
private T[] |
Class.enumConstants |
private static Object |
Shutdown.haltLock |
private static Object |
Shutdown.lock |
private static Object |
SecurityManager.packageAccessLock |
private static Object |
SecurityManager.packageDefinitionLock |
(package private) Object |
Thread.parkBlocker
The argument supplied to the current call to
java.util.concurrent.locks.LockSupport.park.
|
(package private) Object |
ThreadLocal.ThreadLocalMap.Entry.value
The value associated with this ThreadLocal.
|
(package private) Object |
ClassValue.Entry.value |
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentHashMap<String,Object> |
ClassLoader.parallelLockMap |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
Thread.clone()
Throws CloneNotSupportedException as a Thread can not be meaningfully
cloned.
|
protected Object |
Object.clone()
Creates and returns a copy of this object.
|
protected Object |
Enum.clone()
Throws CloneNotSupportedException.
|
static Object |
Compiler.command(Object any)
Examines the argument type and its fields and perform some documented
operation.
|
protected Object |
ClassLoader.getClassLoadingLock(String className)
Returns the lock object for class loading operations.
|
private Object[] |
Class.getEnclosingMethod0() |
T[] |
Class.getEnumConstants()
Returns the elements of this enum class or null if this
Class object does not represent an enum type.
|
(package private) T[] |
Class.getEnumConstantsShared()
Returns the elements of this enum class or null if this
Class object does not represent an enum type;
identical to getEnumConstants except that the result is
uncloned, cached, and shared by all callers.
|
Object |
SecurityManager.getSecurityContext()
Creates an object that encapsulates the current execution
environment.
|
Object[] |
Class.getSigners()
Gets the signers of this class.
|
(package private) abstract Object |
Throwable.PrintStreamOrWriter.lock()
Returns the object to be locked when using this StreamOrWriter
|
(package private) Object |
Throwable.WrappedPrintStream.lock() |
(package private) Object |
Throwable.WrappedPrintWriter.lock() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
StringBuilder.append(Object obj) |
StringBuffer |
StringBuffer.append(Object obj) |
AbstractStringBuilder |
AbstractStringBuilder.append(Object obj)
Appends the string representation of the
Object argument. |
private static boolean |
Class.arrayContentsEq(Object[] a1,
Object[] a2) |
private static boolean |
Class.arrayContentsEq(Object[] a1,
Object[] a2) |
static void |
System.arraycopy(Object src,
int srcPos,
Object dest,
int destPos,
int length)
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
|
private String |
Class.cannotCastMsg(Object obj) |
T |
Class.cast(Object obj)
Casts an object to the class or interface represented
by this
Class object. |
void |
SecurityManager.checkConnect(String host,
int port,
Object context)
Throws a
SecurityException if the
specified security context is not allowed to open a socket
connection to the specified host and port number. |
void |
SecurityManager.checkPermission(Permission perm,
Object context)
Throws a
SecurityException if the
specified security context is denied access to the resource
specified by the given permission. |
void |
SecurityManager.checkRead(String file,
Object context)
Throws a
SecurityException if the
specified security context is not allowed to read the file
specified by the string argument. |
boolean |
SecurityManager.checkTopLevelWindow(Object window)
Returns
false if the calling
thread is not trusted to bring up the top-level window indicated
by the window argument. |
static Object |
Compiler.command(Object any)
Examines the argument type and its fields and perform some documented
operation.
|
boolean |
ProcessEnvironment.StringEntrySet.contains(Object o) |
boolean |
ProcessEnvironment.StringValues.contains(Object o) |
boolean |
ProcessEnvironment.StringKeySet.contains(Object o) |
boolean |
ProcessEnvironment.StringEnvironment.containsKey(Object key) |
boolean |
ProcessEnvironment.StringEnvironment.containsValue(Object value) |
boolean |
Thread.WeakClassKey.equals(Object obj)
Returns true if the given object is this identical
WeakClassKey instance, or, if this object's referent has not
been cleared, if the given object is another WeakClassKey
instance with the identical non-null referent as this one.
|
boolean |
String.equals(Object anObject)
Compares this string to the specified object.
|
boolean |
StackTraceElement.equals(Object obj)
Returns true if the specified object is another
StackTraceElement instance representing the same execution
point as this instance. |
boolean |
Short.equals(Object obj)
Compares this object to the specified object.
|
boolean |
ProcessEnvironment.ExternalData.equals(Object o) |
boolean |
ProcessEnvironment.Variable.equals(Object o) |
boolean |
ProcessEnvironment.Value.equals(Object o) |
boolean |
ProcessEnvironment.StringEntry.equals(Object o) |
boolean |
ProcessEnvironment.StringEntrySet.equals(Object o) |
boolean |
ProcessEnvironment.StringValues.equals(Object o) |
boolean |
ProcessBuilder.Redirect.equals(Object obj)
Compares the specified object with this
Redirect for
equality. |
boolean |
Object.equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
boolean |
Long.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Integer.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Float.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Enum.equals(Object other)
Returns true if the specified object is equal to this
enum constant.
|
boolean |
Double.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Character.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Character.Subset.equals(Object obj)
Compares two
Subset objects for equality. |
boolean |
Byte.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Boolean.equals(Object obj)
Returns
true if and only if the argument is not
null and is a Boolean object that
represents the same boolean value as this object. |
static String |
String.format(Locale l,
String format,
Object... args)
Returns a formatted string using the specified locale, format string,
and arguments.
|
static String |
String.format(String format,
Object... args)
Returns a formatted string using the specified format string and
arguments.
|
String |
ProcessEnvironment.StringEnvironment.get(Object key) |
static boolean |
Thread.holdsLock(Object obj)
Returns true if and only if the current thread holds the
monitor lock on the specified object.
|
static int |
System.identityHashCode(Object x)
Returns the same hash code for the given object as
would be returned by the default method hashCode(),
whether or not the given object's class overrides
hashCode().
|
StringBuilder |
StringBuilder.insert(int offset,
Object obj) |
StringBuffer |
StringBuffer.insert(int offset,
Object obj) |
AbstractStringBuilder |
AbstractStringBuilder.insert(int offset,
Object obj)
Inserts the string representation of the
Object
argument into this character sequence. |
boolean |
Class.isInstance(Object obj)
Determines if the specified
Object is assignment-compatible
with the object represented by this Class. |
(package private) abstract void |
Throwable.PrintStreamOrWriter.println(Object o)
Prints the specified string as a line on this StreamOrWriter
|
(package private) void |
Throwable.WrappedPrintStream.println(Object o) |
(package private) void |
Throwable.WrappedPrintWriter.println(Object o) |
String |
ProcessEnvironment.StringEnvironment.remove(Object key) |
boolean |
ProcessEnvironment.StringEntrySet.remove(Object o) |
boolean |
ProcessEnvironment.StringValues.remove(Object o) |
boolean |
ProcessEnvironment.StringKeySet.remove(Object o) |
private void |
ThreadLocal.ThreadLocalMap.replaceStaleEntry(ThreadLocal key,
Object value,
int staleSlot)
Replace a stale entry encountered during a set operation
with an entry for the specified key.
|
private void |
ThreadLocal.ThreadLocalMap.set(ThreadLocal key,
Object value)
Set the value associated with key.
|
protected void |
ClassLoader.setSigners(Class<?> c,
Object[] signers)
Sets the signers of a class.
|
(package private) void |
Class.setSigners(Object[] signers)
Set the signers of this class.
|
private void |
Thread.stop0(Object o) |
static String |
String.valueOf(Object obj)
Returns the string representation of the
Object argument. |
static ProcessEnvironment.Variable |
ProcessEnvironment.Variable.valueOfQueryOnly(Object str) |
static ProcessEnvironment.Value |
ProcessEnvironment.Value.valueOfQueryOnly(Object str) |
private static Map.Entry<ProcessEnvironment.Variable,ProcessEnvironment.Value> |
ProcessEnvironment.StringEntrySet.vvEntry(Object o) |
| Constructor and Description |
|---|
AssertionError(Object detailMessage)
Constructs an AssertionError with its detail message derived
from the specified object, which is converted to a string as
defined in section 15.18.1.1 of
The Java™ Language Specification.
|
Class.EnclosingMethodInfo(Object[] enclosingInfo) |
ThreadLocal.ThreadLocalMap.Entry(ThreadLocal k,
Object v) |
ThreadLocal.ThreadLocalMap(ThreadLocal firstKey,
Object firstValue)
Construct a new map initially containing (firstKey, firstValue).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationFormatError
Thrown when the annotation parser attempts to read an annotation
from a class file and determines that the annotation is malformed.
|
class |
AnnotationTypeMismatchException
Thrown to indicate that a program has attempted to access an element of
an annotation whose type has changed after the annotation was compiled
(or serialized).
|
class |
IncompleteAnnotationException
Thrown to indicate that a program has attempted to access an element of
an annotation type that was added to the annotation type definition after
the annotation was compiled (or serialized).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Annotation.equals(Object obj)
Returns true if the specified object represents an annotation
that is logically equivalent to this one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDefinition
This class serves as a parameter block to the
Instrumentation.redefineClasses method. |
class |
IllegalClassFormatException
Thrown by an implementation of
ClassFileTransformer.transform
when its input parameters are invalid. |
class |
UnmodifiableClassException
Thrown by an implementation of
Instrumentation.redefineClasses
when one of the specified classes cannot be modified. |
| Modifier and Type | Method and Description |
|---|---|
long |
Instrumentation.getObjectSize(Object objectToSize)
Returns an implementation-specific approximation of the amount of storage consumed by
the specified object.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BoundMethodHandle
The flavor of method handle which emulates an invoke instruction
on a predetermined argument.
|
(package private) static class |
BoundMethodHandle.Factory
Generation of concrete BMH classes.
|
private static class |
BoundMethodHandle.Species_L |
(package private) static class |
BoundMethodHandle.SpeciesData
Meta-data wrapper for concrete BMH classes.
|
class |
CallSite
|
class |
ConstantCallSite
A
ConstantCallSite is a CallSite whose target is permanent, and can never be changed. |
(package private) class |
DirectMethodHandle
The flavor of method handle which implements a constant reference
to a class member.
|
(package private) static class |
DirectMethodHandle.Accessor
This subclass handles non-static field references.
|
(package private) static class |
DirectMethodHandle.Constructor
This subclass handles constructor references.
|
private static class |
DirectMethodHandle.EnsureInitialized |
private static class |
DirectMethodHandle.Lazy
Pre-initialized NamedFunctions for bootstrapping purposes.
|
(package private) static class |
DirectMethodHandle.StaticAccessor
This subclass handles static field references.
|
(package private) class |
InvokeDynamic
This is a place-holder class.
|
(package private) class |
InvokeGeneric
Adapters which manage inexact MethodHandle.invoke calls.
|
(package private) class |
InvokerBytecodeGenerator
Code generation backend for LambdaForm.
|
(package private) class |
InvokerBytecodeGenerator.CpPatch |
(package private) class |
Invokers
Construction and caching of often-used invokers.
|
(package private) class |
LambdaForm
The symbolic, non-executable form of a method handle's invocation semantics.
|
(package private) static class |
LambdaForm.Name |
(package private) static class |
LambdaForm.NamedFunction |
(package private) class |
MemberName
A
MemberName is a compact symbolic datum which fully characterizes
a method or field reference. |
(package private) static class |
MemberName.Factory
A factory type for resolving member names with the help of the VM.
|
class |
MethodHandle
A method handle is a typed, directly executable reference to an underlying method,
constructor, field, or similar low-level operation, with optional
transformations of arguments or return values.
|
(package private) class |
MethodHandleImpl
Trusted implementation code for MethodHandle.
|
(package private) static class |
MethodHandleImpl.ArrayAccessor |
(package private) static class |
MethodHandleImpl.AsVarargsCollector |
private static class |
MethodHandleImpl.BindCaller |
private static class |
MethodHandleImpl.BindCaller.T |
private static class |
MethodHandleImpl.GuardWithCatch |
private static class |
MethodHandleImpl.Lazy
Pre-initialized NamedFunctions for bootstrapping purposes.
|
(package private) class |
MethodHandleInfo |
(package private) class |
MethodHandleNatives
The JVM interface for the method handles package is all here.
|
(package private) static class |
MethodHandleNatives.Constants |
class |
MethodHandleProxies
This class consists exclusively of static methods that help adapt
method handles to other JVM types, such as interfaces.
|
class |
MethodHandles
This class consists exclusively of static methods that operate on or return
method handles.
|
static class |
MethodHandles.Lookup
A lookup object is a factory for creating method handles,
when the creation requires access checking.
|
(package private) class |
MethodHandleStatics
This class consists exclusively of static names internal to the
method handle implementation.
|
class |
MethodType
A method type represents the arguments and return type accepted and
returned by a method handle, or the arguments and return type passed
and expected by a method handle caller.
|
private static class |
MethodType.WeakInternSet
Weak intern set based on implementation of the HashSet and
WeakHashMap, with weak values.
|
private static class |
MethodType.WeakInternSet.Entry
The entries in this hash table extend WeakReference, using its main ref
field as the key.
|
(package private) class |
MethodTypeForm
Shared information for a group of method types, which differ
only by reference types, and therefore share a common erasure
and wrapping.
|
class |
MutableCallSite
A
MutableCallSite is a CallSite whose target variable
behaves like an ordinary field. |
(package private) class |
SimpleMethodHandle
A method handle whose behavior is determined only by its LambdaForm.
|
class |
SwitchPoint
A
SwitchPoint is an object which can publish state transitions to other threads. |
class |
VolatileCallSite
A
VolatileCallSite is a CallSite whose target acts like a volatile variable. |
class |
WrongMethodTypeException
Thrown to indicate that code has attempted to call a method handle
via the wrong method type.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
BoundMethodHandle.Species_L.argL0 |
(package private) Object[] |
LambdaForm.Name.arguments |
private Object |
MemberName.resolution |
private Object |
DirectMethodHandle.StaticAccessor.staticBase |
private Object |
MemberName.type |
(package private) Object |
InvokerBytecodeGenerator.CpPatch.value |
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<Object,InvokerBytecodeGenerator.CpPatch> |
InvokerBytecodeGenerator.cpPatches |
private ReferenceQueue<Object> |
MethodType.WeakInternSet.queue |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Object |
DirectMethodHandle.allocateInstance(Object mh) |
(package private) Object |
BoundMethodHandle.arg(int i) |
(package private) Object |
BoundMethodHandle.argL(int i) |
private static Object |
MethodHandleProxies.callObjectMethod(Object self,
Method m,
Object[] args) |
(package private) static Object |
DirectMethodHandle.checkBase(Object obj) |
(package private) Object |
DirectMethodHandle.checkCast(Object obj) |
(package private) Object |
DirectMethodHandle.Accessor.checkCast(Object obj) |
(package private) Object |
DirectMethodHandle.StaticAccessor.checkCast(Object obj) |
(package private) static Object |
DirectMethodHandle.checkCast(Object mh,
Object obj) |
(package private) static Object |
Invokers.checkGenericType(Object mhObj,
Object expectedObj)
Static definition of MethodHandle.invokeGeneric checking code.
|
(package private) static Object |
DirectMethodHandle.constructorMethod(Object mh) |
(package private) Object[] |
InvokerBytecodeGenerator.cpPatches(byte[] classFile) |
(package private) static Object |
Invokers.getCallSiteTarget(Object site)
Static definition of MethodHandle.invokeGeneric checking code.
|
(package private) static Object |
MethodHandleImpl.ArrayAccessor.getElementL(Class<?> arrayClass,
Object[] a,
int i) |
(package private) static Object |
MethodHandleImpl.ArrayAccessor.getElementL(Object[] a,
int i) |
(package private) static Object |
MethodHandleImpl.ArrayAccessor.getElementL(Object a,
int i) |
(package private) static Object |
MethodHandleImpl.ArrayAccessor.getElementL(Object arrayClass,
Object a,
int i) |
(package private) static Object |
MethodHandleNatives.getMemberVMInfo(MemberName self) |
Object |
MemberName.getType()
Utility method to produce either the method type or field type of this member.
|
(package private) static Object |
DirectMethodHandle.internalMemberName(Object mh)
Static wrapper for DirectMethodHandle.internalMemberName.
|
(package private) static Object |
DirectMethodHandle.internalMemberNameEnsureInit(Object mh)
Static wrapper for DirectMethodHandle.internalMemberName.
|
(package private) Object |
MethodHandle.internalProperties() |
(package private) Object |
BoundMethodHandle.internalProperties() |
(package private) Object |
MethodHandle.internalValues() |
(package private) Object |
BoundMethodHandle.internalValues() |
(package private) static Object |
LambdaForm.interpret_L(MethodHandle mh) |
(package private) static Object |
LambdaForm.interpret_L(MethodHandle mh,
Object x1) |
(package private) static Object |
LambdaForm.interpret_L(MethodHandle mh,
Object x1,
Object x2) |
(package private) Object |
LambdaForm.interpretName(LambdaForm.Name name,
Object[] values) |
(package private) Object |
LambdaForm.interpretWithArguments(Object... argumentValues) |
(package private) Object |
LambdaForm.interpretWithArgumentsTracing(Object... argumentValues) |
(package private) static Object |
LambdaForm.NamedFunction.invoke__L(MethodHandle mh,
Object[] a)
Object return type invokers.
|
(package private) static Object |
LambdaForm.NamedFunction.invoke__V(MethodHandle mh,
Object[] a)
void return type invokers.
|
(package private) static Object |
LambdaForm.NamedFunction.invoke_L_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_L_V(MethodHandle mh,
Object[] a) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L0() |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L1(Object a0) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L2(Object a0,
Object a1) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L3(Object a0,
Object a1,
Object a2) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L4(Object a0,
Object a1,
Object a2,
Object a3) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L5(Object a0,
Object a1,
Object a2,
Object a3,
Object a4) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L6(Object a0,
Object a1,
Object a2,
Object a3,
Object a4,
Object a5) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L7(Object a0,
Object a1,
Object a2,
Object a3,
Object a4,
Object a5,
Object a6) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L8(Object a0,
Object a1,
Object a2,
Object a3,
Object a4,
Object a5,
Object a6,
Object a7) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LL_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LL_V(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLL_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLL_V(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLLL_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLLL_V(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLLLL_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLLLL_V(MethodHandle mh,
Object[] a) |
(package private) static Object |
MethodHandleImpl.BindCaller.T.invoke_V(MethodHandle vamh,
Object[] args) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_V(Object... av) |
Object |
MethodHandle.invoke(Object... args)
Invokes the method handle, allowing any caller type descriptor,
and optionally performing conversions on arguments and return values.
|
(package private) Object |
MethodHandle.invokeBasic(Object... args)
Private method for trusted invocation of a method handle respecting simplified signatures.
|
Object |
MethodHandle.invokeExact(Object... args)
Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
|
Object |
MethodHandle.invokeWithArguments(List<?> arguments)
Performs a variable arity invocation, passing the arguments in the given array
to the method handle, as if via an inexact
invoke from a call site
which mentions only the type Object, and whose arity is the length
of the argument array. |
Object |
MethodHandle.invokeWithArguments(Object... arguments)
Performs a variable arity invocation, passing the arguments in the given array
to the method handle, as if via an inexact
invoke from a call site
which mentions only the type Object, and whose arity is the length
of the argument array. |
(package private) Object |
LambdaForm.NamedFunction.invokeWithArguments(Object... arguments) |
(package private) Object |
LambdaForm.NamedFunction.invokeWithArgumentsTracing(Object[] arguments) |
(package private) static Object |
MethodHandle.linkToInterface(Object... args)
Private method for trusted invocation of a MemberName of kind
REF_invokeInterface. |
(package private) static Object |
MethodHandle.linkToSpecial(Object... args)
Private method for trusted invocation of a MemberName of kind
REF_invokeSpecial. |
(package private) static Object |
MethodHandle.linkToStatic(Object... args)
Private method for trusted invocation of a MemberName of kind
REF_invokeStatic. |
(package private) static Object |
MethodHandle.linkToVirtual(Object... args) |
private static Object |
CallSite.maybeReBox(Object x) |
(package private) static Object |
DirectMethodHandle.nullCheck(Object obj) |
private Object |
MethodType.readResolve()
Resolves and initializes a
MethodType object
after serialization. |
(package private) static Object |
DirectMethodHandle.staticBase(Object accessorObj) |
(package private) static Object |
MethodHandleNatives.staticFieldBase(MemberName self) |
private static Object |
LambdaForm.zeroL() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static String |
MethodHandleStatics.addTypeString(Object obj,
MethodHandle target) |
(package private) static Object |
DirectMethodHandle.allocateInstance(Object mh) |
private static boolean |
LambdaForm.argumentTypesMatch(String sig,
Object[] av) |
private boolean |
LambdaForm.arityCheck(Object[] argumentValues) |
private static WrapperInstance |
MethodHandleProxies.asWrapperInstance(Object x) |
MethodHandle |
MethodHandles.Lookup.bind(Object receiver,
String name,
MethodType type)
Produces an early-bound method handle for a non-static method.
|
(package private) MethodHandle |
SimpleMethodHandle.bindArgument(int pos,
char basicType,
Object value) |
(package private) MethodHandle |
MethodHandleImpl.AsVarargsCollector.bindArgument(int pos,
char basicType,
Object value) |
(package private) MethodHandle |
MethodHandle.bindArgument(int pos,
char basicType,
Object value) |
(package private) MethodHandle |
DirectMethodHandle.bindArgument(int pos,
char basicType,
Object value) |
(package private) MethodHandle |
BoundMethodHandle.bindArgument(int pos,
char basicType,
Object value) |
(package private) MethodHandle |
MethodHandle.bindImmediate(int pos,
char basicType,
Object value) |
(package private) LambdaForm |
LambdaForm.bindImmediate(int pos,
char basicType,
Object value)
Apply immediate binding for a Name in this form indicated by its position relative to the form.
|
(package private) MethodHandle |
MethodHandleImpl.AsVarargsCollector.bindReceiver(Object receiver) |
(package private) MethodHandle |
MethodHandle.bindReceiver(Object receiver) |
(package private) MethodHandle |
DirectMethodHandle.bindReceiver(Object receiver) |
(package private) static MethodHandle |
BoundMethodHandle.bindSingle(MethodType type,
LambdaForm form,
char xtype,
Object x) |
(package private) static MethodHandle |
BoundMethodHandle.bindSingle(MethodType type,
LambdaForm form,
Object x) |
MethodHandle |
MethodHandle.bindTo(Object x)
Binds a value
x to the first argument of a method handle, without invoking it. |
private void |
InvokerBytecodeGenerator.bogusMethod(Object... os)
Emit a bogus method that just loads some string constants.
|
private static Object |
MethodHandleProxies.callObjectMethod(Object self,
Method m,
Object[] args) |
private static Object |
MethodHandleProxies.callObjectMethod(Object self,
Method m,
Object[] args) |
private static boolean |
LambdaForm.NamedFunction.checkArgumentTypes(Object[] arguments,
MethodType methodType) |
(package private) static Object |
DirectMethodHandle.checkBase(Object obj) |
(package private) Object |
DirectMethodHandle.checkCast(Object obj) |
(package private) Object |
DirectMethodHandle.Accessor.checkCast(Object obj) |
(package private) Object |
DirectMethodHandle.StaticAccessor.checkCast(Object obj) |
(package private) static Object |
DirectMethodHandle.checkCast(Object mh,
Object obj) |
(package private) static void |
Invokers.checkExactType(Object mhObj,
Object expectedObj)
Static definition of MethodHandle.invokeExact checking code.
|
(package private) static Object |
Invokers.checkGenericType(Object mhObj,
Object expectedObj)
Static definition of MethodHandle.invokeGeneric checking code.
|
private static boolean |
LambdaForm.checkInt(Class<?> type,
Object x) |
private static boolean |
LambdaForm.checkRef(Class<?> type,
Object x) |
(package private) static void |
MethodHandleImpl.checkSpreadArgument(Object av,
int n) |
(package private) MethodHandle |
BoundMethodHandle.cloneExtend(MethodType type,
LambdaForm form,
char xtype,
Object x) |
(package private) abstract BoundMethodHandle |
BoundMethodHandle.cloneExtendL(MethodType mt,
LambdaForm lf,
Object narg) |
(package private) BoundMethodHandle |
BoundMethodHandle.Species_L.cloneExtendL(MethodType mt,
LambdaForm lf,
Object narg) |
static MethodHandle |
MethodHandles.constant(Class<?> type,
Object value)
Produces a method handle of the requested return type which returns the given
constant value every time it is invoked.
|
(package private) String |
InvokerBytecodeGenerator.constantPlaceholder(Object arg) |
(package private) static Object |
DirectMethodHandle.constructorMethod(Object mh) |
private void |
InvokerBytecodeGenerator.emitConst(Object con) |
(package private) static void |
DirectMethodHandle.ensureInitialized(Object mh) |
private static boolean |
MethodType.WeakInternSet.eq(Object x,
Object y)
Checks for equality of non-null reference x and possibly-null y.
|
boolean |
MethodType.equals(Object x)
Compares the specified object with this type for equality.
|
boolean |
MemberName.equals(Object that) |
boolean |
LambdaForm.NamedFunction.equals(Object other) |
boolean |
LambdaForm.Name.equals(Object x) |
(package private) static MemberName |
Invokers.exactInvokerMethod(MethodType mtype,
Object[] appendixResult) |
(package private) static long |
DirectMethodHandle.fieldOffset(Object accessorObj) |
private static MethodType |
MethodHandleNatives.fixMethodType(Class<?> callerClass,
Object type) |
(package private) static MemberName |
Invokers.genericInvokerMethod(MethodType mtype,
Object[] appendixResult) |
(package private) static Object |
Invokers.getCallSiteTarget(Object site)
Static definition of MethodHandle.invokeGeneric checking code.
|
(package private) static Object |
MethodHandleImpl.ArrayAccessor.getElementL(Class<?> arrayClass,
Object[] a,
int i) |
(package private) static Object |
MethodHandleImpl.ArrayAccessor.getElementL(Object[] a,
int i) |
(package private) static Object |
MethodHandleImpl.ArrayAccessor.getElementL(Object a,
int i) |
(package private) static Object |
MethodHandleImpl.ArrayAccessor.getElementL(Object arrayClass,
Object a,
int i) |
(package private) List<MemberName> |
MemberName.Factory.getMembers(Class<?> defc,
String matchName,
Object matchType,
int matchFlags,
Class<?> lookupClass) |
private static String |
MemberName.getName(Object obj) |
private static int |
MethodHandleNatives.getNamedCon(int which,
Object[] name) |
private void |
MemberName.init(Class<?> defClass,
String name,
Object type,
int flags)
Initialize a query.
|
(package private) static void |
MethodHandleNatives.init(MemberName self,
Object ref) |
static MethodHandle |
MethodHandles.insertArguments(MethodHandle target,
int pos,
Object... values)
Provides a target method handle with one or more bound arguments
in advance of the method handle's invocation.
|
(package private) static Object |
DirectMethodHandle.internalMemberName(Object mh)
Static wrapper for DirectMethodHandle.internalMemberName.
|
(package private) static Object |
DirectMethodHandle.internalMemberNameEnsureInit(Object mh)
Static wrapper for DirectMethodHandle.internalMemberName.
|
(package private) static Object |
LambdaForm.interpret_L(MethodHandle mh,
Object x1) |
(package private) static Object |
LambdaForm.interpret_L(MethodHandle mh,
Object x1,
Object x2) |
(package private) Object |
LambdaForm.interpretName(LambdaForm.Name name,
Object[] values) |
(package private) Object |
LambdaForm.interpretWithArguments(Object... argumentValues) |
(package private) Object |
LambdaForm.interpretWithArgumentsTracing(Object... argumentValues) |
(package private) static Object |
LambdaForm.NamedFunction.invoke__L(MethodHandle mh,
Object[] a)
Object return type invokers.
|
(package private) static Object |
LambdaForm.NamedFunction.invoke__V(MethodHandle mh,
Object[] a)
void return type invokers.
|
(package private) static Object |
LambdaForm.NamedFunction.invoke_L_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_L_V(MethodHandle mh,
Object[] a) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L1(Object a0) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L2(Object a0,
Object a1) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L3(Object a0,
Object a1,
Object a2) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L4(Object a0,
Object a1,
Object a2,
Object a3) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L5(Object a0,
Object a1,
Object a2,
Object a3,
Object a4) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L6(Object a0,
Object a1,
Object a2,
Object a3,
Object a4,
Object a5) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L7(Object a0,
Object a1,
Object a2,
Object a3,
Object a4,
Object a5,
Object a6) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_L8(Object a0,
Object a1,
Object a2,
Object a3,
Object a4,
Object a5,
Object a6,
Object a7) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LL_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LL_V(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLL_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLL_V(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLLL_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLLL_V(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLLLL_L(MethodHandle mh,
Object[] a) |
(package private) static Object |
LambdaForm.NamedFunction.invoke_LLLLL_V(MethodHandle mh,
Object[] a) |
(package private) static Object |
MethodHandleImpl.BindCaller.T.invoke_V(MethodHandle vamh,
Object[] args) |
private Object |
MethodHandleImpl.GuardWithCatch.invoke_V(Object... av) |
Object |
MethodHandle.invoke(Object... args)
Invokes the method handle, allowing any caller type descriptor,
and optionally performing conversions on arguments and return values.
|
(package private) Object |
MethodHandle.invokeBasic(Object... args)
Private method for trusted invocation of a method handle respecting simplified signatures.
|
Object |
MethodHandle.invokeExact(Object... args)
Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
|
Object |
MethodHandle.invokeWithArguments(Object... arguments)
Performs a variable arity invocation, passing the arguments in the given array
to the method handle, as if via an inexact
invoke from a call site
which mentions only the type Object, and whose arity is the length
of the argument array. |
(package private) Object |
LambdaForm.NamedFunction.invokeWithArguments(Object... arguments) |
(package private) Object |
LambdaForm.NamedFunction.invokeWithArgumentsTracing(Object[] arguments) |
static boolean |
MethodHandleProxies.isWrapperInstance(Object x)
Determines if the given object was produced by a call to
asInterfaceInstance. |
(package private) static MemberName |
MethodHandleNatives.linkCallSite(Object callerObj,
Object bootstrapMethodObj,
Object nameObj,
Object typeObj,
Object staticArguments,
Object[] appendixResult)
The JVM is linking an invokedynamic instruction.
|
(package private) static MemberName |
MethodHandleNatives.linkCallSite(Object callerObj,
Object bootstrapMethodObj,
Object nameObj,
Object typeObj,
Object staticArguments,
Object[] appendixResult)
The JVM is linking an invokedynamic instruction.
|
(package private) static MemberName |
MethodHandleNatives.linkMethod(Class<?> callerClass,
int refKind,
Class<?> defc,
String name,
Object type,
Object[] appendixResult)
The JVM wants to link a call site that requires a dynamic type check.
|
(package private) static MemberName |
MethodHandleNatives.linkMethod(Class<?> callerClass,
int refKind,
Class<?> defc,
String name,
Object type,
Object[] appendixResult)
The JVM wants to link a call site that requires a dynamic type check.
|
(package private) MethodHandle |
MethodHandles.Lookup.linkMethodHandleConstant(byte refKind,
Class<?> defc,
String name,
Object type)
Hook called from the JVM (via MethodHandleNatives) to link MH constants:
|
(package private) static MethodHandle |
MethodHandleNatives.linkMethodHandleConstant(Class<?> callerClass,
int refKind,
Class<?> defc,
String name,
Object type)
The JVM is resolving a CONSTANT_MethodHandle CP entry.
|
(package private) static MemberName |
MethodHandleNatives.linkMethodImpl(Class<?> callerClass,
int refKind,
Class<?> defc,
String name,
Object type,
Object[] appendixResult) |
(package private) static MemberName |
MethodHandleNatives.linkMethodImpl(Class<?> callerClass,
int refKind,
Class<?> defc,
String name,
Object type,
Object[] appendixResult) |
(package private) static MemberName |
MethodHandleNatives.linkMethodTracing(Class<?> callerClass,
int refKind,
Class<?> defc,
String name,
Object type,
Object[] appendixResult) |
(package private) static MemberName |
MethodHandleNatives.linkMethodTracing(Class<?> callerClass,
int refKind,
Class<?> defc,
String name,
Object type,
Object[] appendixResult) |
(package private) static Object |
MethodHandle.linkToInterface(Object... args)
Private method for trusted invocation of a MemberName of kind
REF_invokeInterface. |
(package private) static Object |
MethodHandle.linkToSpecial(Object... args)
Private method for trusted invocation of a MemberName of kind
REF_invokeSpecial. |
(package private) static Object |
MethodHandle.linkToStatic(Object... args)
Private method for trusted invocation of a MemberName of kind
REF_invokeStatic. |
(package private) static Object |
MethodHandle.linkToVirtual(Object... args) |
private static Class<?> |
InvokerBytecodeGenerator.loadAndInitializeInvokerClass(byte[] classBytes,
Object[] patches)
Define a given class as anonymous class in the runtime system.
|
IllegalAccessException |
MemberName.makeAccessException(String message,
Object from) |
(package private) static CallSite |
CallSite.makeSite(MethodHandle bootstrapMethod,
String name,
MethodType type,
Object info,
Class<?> callerClass) |
private DirectMethodHandle |
DirectMethodHandle.maybeRebind(Object receiver) |
private static Object |
CallSite.maybeReBox(Object x) |
private static void |
CallSite.maybeReBoxElements(Object[] xa) |
private static String |
MethodHandleStatics.message(String message,
Object obj) |
private static String |
MethodHandleStatics.message(String message,
Object obj,
Object obj2) |
(package private) static RuntimeException |
MethodHandleStatics.newIllegalArgumentException(String message,
Object obj) |
(package private) static RuntimeException |
MethodHandleStatics.newIllegalArgumentException(String message,
Object obj,
Object obj2) |
(package private) static RuntimeException |
MethodHandleStatics.newIllegalStateException(String message,
Object obj) |
private static IndexOutOfBoundsException |
MethodType.newIndexOutOfBoundsException(Object num) |
(package private) static Object |
DirectMethodHandle.nullCheck(Object obj) |
private static boolean |
LambdaForm.returnTypesMatch(String sig,
Object[] av,
Object res) |
private static boolean |
LambdaForm.returnTypesMatch(String sig,
Object[] av,
Object res) |
(package private) static void |
MethodHandleImpl.ArrayAccessor.setElementL(Class<?> arrayClass,
Object[] a,
int i,
Object x) |
(package private) static void |
MethodHandleImpl.ArrayAccessor.setElementL(Class<?> arrayClass,
Object[] a,
int i,
Object x) |
(package private) static void |
MethodHandleImpl.ArrayAccessor.setElementL(Object[] a,
int i,
Object x) |
(package private) static void |
MethodHandleImpl.ArrayAccessor.setElementL(Object[] a,
int i,
Object x) |
(package private) static void |
MethodHandleImpl.ArrayAccessor.setElementL(Object a,
int i,
Object x) |
(package private) static void |
MethodHandleImpl.ArrayAccessor.setElementL(Object arrayClass,
Object a,
int i,
Object x) |
(package private) static Object |
DirectMethodHandle.staticBase(Object accessorObj) |
(package private) static long |
DirectMethodHandle.staticOffset(Object accessorObj) |
(package private) static void |
LambdaForm.traceInterpreter(String event,
Object obj) |
(package private) static void |
LambdaForm.traceInterpreter(String event,
Object obj,
Object... args) |
(package private) static void |
LambdaForm.traceInterpreter(String event,
Object obj,
Object... args) |
private static boolean |
LambdaForm.Name.typesMatch(char parameterType,
Object object) |
private static boolean |
LambdaForm.valueMatches(char tc,
Class<?> type,
Object x) |
static MethodHandle |
MethodHandleProxies.wrapperInstanceTarget(Object x)
Produces or recovers a target method handle which is behaviorally
equivalent to the unique method of this wrapper instance.
|
static Class<?> |
MethodHandleProxies.wrapperInstanceType(Object x)
Recovers the unique single-method interface type for which this wrapper instance was created.
|
| Constructor and Description |
|---|
BoundMethodHandle.Species_L(MethodType mt,
LambdaForm lf,
Object argL0) |
DirectMethodHandle.StaticAccessor(MethodType mtype,
LambdaForm form,
MemberName member,
Object staticBase,
long staticOffset) |
InvokerBytecodeGenerator.CpPatch(int index,
String placeholder,
Object value) |
LambdaForm.Name(int index,
char type,
LambdaForm.NamedFunction function,
Object[] arguments) |
LambdaForm.Name(LambdaForm.NamedFunction function,
Object... arguments) |
LambdaForm.Name(MemberName function,
Object... arguments) |
LambdaForm.Name(MethodHandle function,
Object... arguments) |
| Constructor and Description |
|---|
MethodType.WeakInternSet.Entry(MethodType key,
ReferenceQueue<Object> queue,
int hash,
MethodType.WeakInternSet.Entry next)
Creates new entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockInfo
Information about a lock.
|
class |
ManagementFactory
The
ManagementFactory class is a factory class for getting
managed beans for the Java platform. |
class |
ManagementPermission
The permission which the SecurityManager will check when code
that is running with a SecurityManager calls methods defined
in the management interface for the Java platform.
|
class |
MemoryNotificationInfo
The information about a memory notification.
|
class |
MemoryUsage
A MemoryUsage object represents a snapshot of memory usage.
|
class |
MonitorInfo
Information about an object monitor lock.
|
class |
ThreadInfo
Thread information.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ThreadInfo.initialize(Thread t,
int state,
Object lockObj,
Thread lockOwner,
long blockedCount,
long blockedTime,
long waitedCount,
long waitedTime,
StackTraceElement[] stackTrace,
MonitorInfo[] lockedMonitors,
LockInfo[] lockedSynchronizers)
Initialize ThreadInfo object
|
| Constructor and Description |
|---|
LockInfo(Object lock)
package-private constructors
|
ThreadInfo(Thread t,
int state,
Object lockObj,
Thread lockOwner,
long blockedCount,
long blockedTime,
long waitedCount,
long waitedTime,
StackTraceElement[] stackTrace)
Constructor of ThreadInfo created by the JVM
|
ThreadInfo(Thread t,
int state,
Object lockObj,
Thread lockOwner,
long blockedCount,
long blockedTime,
long waitedCount,
long waitedTime,
StackTraceElement[] stackTrace,
Object[] monitors,
int[] stackDepths,
Object[] synchronizers)
Constructor of ThreadInfo created by the JVM
for
ThreadMXBean.getThreadInfo(long[],boolean,boolean)
and ThreadMXBean.dumpAllThreads(boolean, boolean) |
ThreadInfo(Thread t,
int state,
Object lockObj,
Thread lockOwner,
long blockedCount,
long blockedTime,
long waitedCount,
long waitedTime,
StackTraceElement[] stackTrace,
Object[] monitors,
int[] stackDepths,
Object[] synchronizers)
Constructor of ThreadInfo created by the JVM
for
ThreadMXBean.getThreadInfo(long[],boolean,boolean)
and ThreadMXBean.dumpAllThreads(boolean, boolean) |
ThreadInfo(Thread t,
int state,
Object lockObj,
Thread lockOwner,
long blockedCount,
long blockedTime,
long waitedCount,
long waitedTime,
StackTraceElement[] stackTrace,
Object[] monitors,
int[] stackDepths,
Object[] synchronizers)
Constructor of ThreadInfo created by the JVM
for
ThreadMXBean.getThreadInfo(long[],boolean,boolean)
and ThreadMXBean.dumpAllThreads(boolean, boolean) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Finalizer |
private static class |
Finalizer.FinalizerThread |
(package private) class |
FinalReference<T> |
class |
PhantomReference<T>
Phantom reference objects, which are enqueued after the collector
determines that their referents may otherwise be reclaimed.
|
class |
Reference<T>
Abstract base class for reference objects.
|
private static class |
Reference.Lock |
private static class |
Reference.ReferenceHandler |
class |
ReferenceQueue<T>
Reference queues, to which registered reference objects are appended by the
garbage collector after the appropriate reachability changes are detected.
|
private static class |
ReferenceQueue.Lock |
private static class |
ReferenceQueue.Null |
class |
SoftReference<T>
Soft reference objects, which are cleared at the discretion of the garbage
collector in response to memory demand.
|
class |
WeakReference<T>
Weak reference objects, which do not prevent their referents from being
made finalizable, finalized, and then reclaimed.
|
| Modifier and Type | Field and Description |
|---|---|
private static Object |
Finalizer.lock |
private T |
Reference.referent |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
Finalizer.register(Object finalizee) |
| Constructor and Description |
|---|
Finalizer(Object finalizee) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessibleObject
The AccessibleObject class is the base class for Field, Method and
Constructor objects.
|
class |
Array
The
Array class provides static methods to dynamically create and
access Java arrays. |
class |
Constructor<T>
Constructor provides information about, and access to, a single
constructor for a class. |
class |
Field
A
Field provides information about, and dynamic access to, a
single field of a class or an interface. |
class |
GenericSignatureFormatError
Thrown when a syntactically malformed signature attribute is
encountered by a reflective method that needs to interpret the
generic signature information for a type, method or constructor.
|
class |
InvocationTargetException
InvocationTargetException is a checked exception that wraps
an exception thrown by an invoked method or constructor.
|
class |
MalformedParameterizedTypeException
Thrown when a semantically malformed parameterized type is
encountered by a reflective method that needs to instantiate it.
|
class |
Method
A
Method provides information about, and access to, a single method
on a class or interface. |
class |
Modifier
The Modifier class provides
static methods and
constants to decode class and member access modifiers. |
private static class |
Proxy.Key1 |
private static class |
Proxy.Key2 |
private static class |
Proxy.KeyFactory
A function that maps an array of interfaces to an optimal key where
Class objects representing interfaces are weakly referenced.
|
private static class |
Proxy.KeyX |
private static class |
Proxy.ProxyAccessHelper |
private static class |
Proxy.ProxyClassFactory
A factory function that generates, defines and returns the proxy class given
the ClassLoader and array of interfaces.
|
(package private) class |
ReflectAccess
Package-private class implementing the
sun.reflect.LangReflectAccess interface, allowing the java.lang
package to instantiate objects in this package.
|
class |
ReflectPermission
The Permission class for reflective operations.
|
class |
UndeclaredThrowableException
Thrown by a method invocation on a proxy instance if its invocation
handler's
invoke method throws a
checked exception (a Throwable that is not assignable
to RuntimeException or Error) that
is not assignable to any of the exception types declared in the
throws clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler. |
(package private) class |
WeakCache<K,P,V>
Cache mapping pairs of
(key, sub-key) -> value. |
private static class |
WeakCache.CacheKey<K>
CacheKey containing a weakly referenced
key. |
private static class |
WeakCache.CacheValue<V>
A
WeakCache.Value that weakly references the referent. |
private class |
WeakCache.Factory
A factory
WeakCache.Supplier that implements the lazy synchronized
construction of the value and installment of it into the cache. |
private static class |
WeakCache.LookupValue<V>
An optimized
WeakCache.Value used to look-up the value in
WeakCache.containsValue(V) method so that we are not
constructing the whole WeakCache.CacheValue just to look-up the referent. |
| Modifier and Type | Field and Description |
|---|---|
private K |
WeakCache.Factory.key |
private static Object |
Proxy.key0 |
private static Object |
WeakCache.CacheKey.NULL_KEY |
private P |
WeakCache.Factory.parameter |
(package private) Object |
AccessibleObject.securityCheckCache |
private Object |
WeakCache.Factory.subKey |
private V |
WeakCache.LookupValue.value |
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentMap<Object,ConcurrentMap<Object,WeakCache.Supplier<V>>> |
WeakCache.map |
private ConcurrentMap<Object,ConcurrentMap<Object,WeakCache.Supplier<V>>> |
WeakCache.map |
private ConcurrentMap<Object,WeakCache.Supplier<V>> |
WeakCache.Factory.valuesMap |
| Modifier and Type | Method and Description |
|---|---|
Object |
Proxy.KeyFactory.apply(ClassLoader classLoader,
Class<?>[] interfaces) |
Object |
Field.get(Object obj)
Returns the value of the field represented by this
Field, on
the specified object. |
static Object |
Array.get(Object array,
int index)
Returns the value of the indexed component in the specified
array object.
|
Object |
Method.getDefaultValue()
Returns the default value for the annotation member represented by
this
Method instance. |
Object |
InvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation on a proxy instance and returns
the result.
|
Object |
Method.invoke(Object obj,
Object... args)
Invokes the underlying method represented by this
Method
object, on the specified object with the specified parameters. |
private static Object |
Array.multiNewArray(Class componentType,
int[] dimensions) |
private static Object |
Array.newArray(Class componentType,
int length) |
static Object |
Array.newInstance(Class<?> componentType,
int... dimensions)
Creates a new array
with the specified component type and dimensions.
|
static Object |
Array.newInstance(Class<?> componentType,
int length)
Creates a new array with the specified component type and
length.
|
private static Object |
Proxy.newInstance(Constructor<?> cons,
InvocationHandler h) |
static Object |
Proxy.newProxyInstance(ClassLoader loader,
Class<?>[] interfaces,
InvocationHandler h)
Returns an instance of a proxy class for the specified interfaces
that dispatches method invocations to the specified invocation
handler.
|
(package private) static <K> Object |
WeakCache.CacheKey.valueOf(K key,
ReferenceQueue<K> refQueue) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
AccessibleObject.checkAccess(Class<?> caller,
Class<?> clazz,
Object obj,
int modifiers) |
boolean |
WeakCache.LookupValue.equals(Object obj) |
boolean |
WeakCache.CacheValue.equals(Object obj) |
boolean |
WeakCache.CacheKey.equals(Object obj) |
boolean |
Proxy.Key1.equals(Object obj) |
boolean |
Proxy.Key2.equals(Object obj) |
boolean |
Proxy.KeyX.equals(Object obj) |
boolean |
Method.equals(Object obj)
Compares this
Method against the specified object. |
boolean |
Field.equals(Object obj)
Compares this
Field against the specified object. |
boolean |
Constructor.equals(Object obj)
Compares this
Constructor against the specified object. |
Object |
Field.get(Object obj)
Returns the value of the field represented by this
Field, on
the specified object. |
static Object |
Array.get(Object array,
int index)
Returns the value of the indexed component in the specified
array object.
|
boolean |
Field.getBoolean(Object obj)
Gets the value of a static or instance
boolean field. |
static boolean |
Array.getBoolean(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
boolean. |
byte |
Field.getByte(Object obj)
Gets the value of a static or instance
byte field. |
static byte |
Array.getByte(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
byte. |
char |
Field.getChar(Object obj)
Gets the value of a static or instance field of type
char or of another primitive type convertible to
type char via a widening conversion. |
static char |
Array.getChar(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
char. |
double |
Field.getDouble(Object obj)
Gets the value of a static or instance field of type
double or of another primitive type convertible to
type double via a widening conversion. |
static double |
Array.getDouble(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
double. |
private sun.reflect.FieldAccessor |
Field.getFieldAccessor(Object obj) |
float |
Field.getFloat(Object obj)
Gets the value of a static or instance field of type
float or of another primitive type convertible to
type float via a widening conversion. |
static float |
Array.getFloat(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
float. |
int |
Field.getInt(Object obj)
Gets the value of a static or instance field of type
int or of another primitive type convertible to
type int via a widening conversion. |
static int |
Array.getInt(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as an
int. |
static InvocationHandler |
Proxy.getInvocationHandler(Object proxy)
Returns the invocation handler for the specified proxy instance.
|
static int |
Array.getLength(Object array)
Returns the length of the specified array object, as an
int. |
long |
Field.getLong(Object obj)
Gets the value of a static or instance field of type
long or of another primitive type convertible to
type long via a widening conversion. |
static long |
Array.getLong(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
long. |
short |
Field.getShort(Object obj)
Gets the value of a static or instance field of type
short or of another primitive type convertible to
type short via a widening conversion. |
static short |
Array.getShort(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
short. |
Object |
InvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation on a proxy instance and returns
the result.
|
Object |
InvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation on a proxy instance and returns
the result.
|
Object |
Method.invoke(Object obj,
Object... args)
Invokes the underlying method represented by this
Method
object, on the specified object with the specified parameters. |
Object |
Method.invoke(Object obj,
Object... args)
Invokes the underlying method represented by this
Method
object, on the specified object with the specified parameters. |
T |
Constructor.newInstance(Object... initargs)
Uses the constructor represented by this
Constructor object to
create and initialize a new instance of the constructor's
declaring class, with the specified initialization parameters. |
static void |
Array.set(Object array,
int index,
Object value)
Sets the value of the indexed component of the specified array
object to the specified new value.
|
void |
Field.set(Object obj,
Object value)
Sets the field represented by this
Field object on the
specified object argument to the specified new value. |
void |
Field.setBoolean(Object obj,
boolean z)
Sets the value of a field as a
boolean on the specified object. |
static void |
Array.setBoolean(Object array,
int index,
boolean z)
Sets the value of the indexed component of the specified array
object to the specified
boolean value. |
void |
Field.setByte(Object obj,
byte b)
Sets the value of a field as a
byte on the specified object. |
static void |
Array.setByte(Object array,
int index,
byte b)
Sets the value of the indexed component of the specified array
object to the specified
byte value. |
void |
Field.setChar(Object obj,
char c)
Sets the value of a field as a
char on the specified object. |
static void |
Array.setChar(Object array,
int index,
char c)
Sets the value of the indexed component of the specified array
object to the specified
char value. |
void |
Field.setDouble(Object obj,
double d)
Sets the value of a field as a
double on the specified object. |
static void |
Array.setDouble(Object array,
int index,
double d)
Sets the value of the indexed component of the specified array
object to the specified
double value. |
void |
Field.setFloat(Object obj,
float f)
Sets the value of a field as a
float on the specified object. |
static void |
Array.setFloat(Object array,
int index,
float f)
Sets the value of the indexed component of the specified array
object to the specified
float value. |
void |
Field.setInt(Object obj,
int i)
Sets the value of a field as an
int on the specified object. |
static void |
Array.setInt(Object array,
int index,
int i)
Sets the value of the indexed component of the specified array
object to the specified
int value. |
static void |
Array.setLong(Object array,
int index,
long l)
Sets the value of the indexed component of the specified array
object to the specified
long value. |
void |
Field.setLong(Object obj,
long l)
Sets the value of a field as a
long on the specified object. |
static void |
Array.setShort(Object array,
int index,
short s)
Sets the value of the indexed component of the specified array
object to the specified
short value. |
void |
Field.setShort(Object obj,
short s)
Sets the value of a field as a
short on the specified object. |
(package private) void |
AccessibleObject.slowCheckMemberAccess(Class<?> caller,
Class<?> clazz,
Object obj,
int modifiers,
Class<?> targetClass) |
| Constructor and Description |
|---|
WeakCache.Factory(K key,
P parameter,
Object subKey,
ConcurrentMap<Object,WeakCache.Supplier<V>> valuesMap) |
| Constructor and Description |
|---|
WeakCache.Factory(K key,
P parameter,
Object subKey,
ConcurrentMap<Object,WeakCache.Supplier<V>> valuesMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimal
Immutable, arbitrary-precision signed decimal numbers.
|
private static class |
BigDecimal.LongOverflow |
(package private) static class |
BigDecimal.StringBuilderHelper |
class |
BigInteger
Immutable arbitrary-precision integers.
|
(package private) class |
BitSieve
A simple bit sieve used for finding prime number candidates.
|
class |
MathContext
Immutable objects which encapsulate the context settings which
describe certain rules for numerical operators, such as those
implemented by the
BigDecimal class. |
(package private) class |
MutableBigInteger |
(package private) class |
SignedMutableBigInteger
A class used to represent multiprecision integers that makes efficient
use of allocated space by allowing a number to occupy only part of
an array so that the arrays do not have to be reallocated as often.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MathContext.equals(Object x)
Compares this
MathContext with the specified
Object for equality. |
boolean |
BigInteger.equals(Object x)
Compares this BigInteger with the specified Object for equality.
|
boolean |
BigDecimal.equals(Object x)
Compares this
BigDecimal with the specified
Object for equality. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractPlainDatagramSocketImpl
Abstract datagram and multicast socket implementation base class.
|
(package private) class |
AbstractPlainSocketImpl
Default Socket Implementation.
|
class |
Authenticator
The class Authenticator represents an object that knows how to obtain
authentication for a network connection.
|
class |
BindException
Signals that an error occurred while attempting to bind a
socket to a local address and port.
|
class |
CacheRequest
Represents channels for storing resources in the
ResponseCache.
|
class |
CacheResponse
Represent channels for retrieving resources from the
ResponseCache.
|
class |
ContentHandler
The abstract class
ContentHandler is the superclass
of all classes that read an Object from a
URLConnection. |
class |
CookieHandler
A CookieHandler object provides a callback mechanism to hook up a
HTTP state management policy implementation into the HTTP protocol
handler.
|
class |
CookieManager
CookieManager provides a concrete implementation of
CookieHandler,
which separates the storage of cookies from the policy surrounding accepting
and rejecting cookies. |
(package private) static class |
CookieManager.CookiePathComparator |
class |
DatagramPacket
This class represents a datagram packet.
|
class |
DatagramSocket
This class represents a socket for sending and receiving datagram packets.
|
class |
DatagramSocketImpl
Abstract datagram and multicast socket implementation base class.
|
(package private) class |
DefaultDatagramSocketImplFactory
This class defines a factory for creating DatagramSocketImpls.
|
(package private) class |
DefaultInterface
Choose a network inteface to be the default for
outgoing IPv6 traffic that does not specify a scope_id (and which needs one).
|
(package private) class |
FactoryURLClassLoader |
class |
HttpCookie
An HttpCookie object represents an http cookie, which carries state
information between server and user agent.
|
class |
HttpRetryException
Thrown to indicate that a HTTP request needs to be retried
but cannot be retried automatically, due to streaming mode
being enabled.
|
class |
HttpURLConnection
A URLConnection with support for HTTP-specific features.
|
class |
IDN
Provides methods to convert internationalized domain names (IDNs) between
a normal Unicode representation and an ASCII Compatible Encoding (ACE) representation.
|
class |
Inet4Address
This class represents an Internet Protocol version 4 (IPv4) address.
|
(package private) class |
Inet4AddressImpl |
class |
Inet6Address
This class represents an Internet Protocol version 6 (IPv6) address.
|
private class |
Inet6Address.Inet6AddressHolder |
(package private) class |
Inet6AddressImpl |
class |
InetAddress
This class represents an Internet Protocol (IP) address.
|
(package private) static class |
InetAddress.Cache
A cache that manages entries based on a policy specified
at creation time.
|
(package private) static class |
InetAddress.CacheEntry
Represents a cache entry
|
(package private) static class |
InetAddress.InetAddressHolder |
(package private) class |
InetAddressContainer |
(package private) class |
InetAddressImplFactory |
class |
InetSocketAddress
This class implements an IP Socket Address (IP address + port number)
It can also be a pair (hostname + port number), in which case an attempt
will be made to resolve the hostname.
|
private static class |
InetSocketAddress.InetSocketAddressHolder |
(package private) class |
InMemoryCookieStore
A simple in-memory java.net.CookieStore implementation
|
class |
InterfaceAddress
This class represents a Network Interface address.
|
class |
JarURLConnection
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR
file.
|
class |
MalformedURLException
Thrown to indicate that a malformed URL has occurred.
|
class |
MulticastSocket
The multicast datagram socket class is useful for sending
and receiving IP multicast packets.
|
class |
NetPermission
This class is for various network permissions.
|
(package private) class |
NetUtil |
class |
NetworkInterface
This class represents a Network Interface made up of a name,
and a list of IP addresses assigned to this interface.
|
class |
NoRouteToHostException
Signals that an error occurred while attempting to connect a
socket to a remote address and port.
|
(package private) class |
Parts |
class |
PasswordAuthentication
The class PasswordAuthentication is a data holder that is used by
Authenticator.
|
(package private) class |
PlainDatagramSocketImpl |
(package private) class |
PlainSocketImpl |
class |
PortUnreachableException
Signals that an ICMP Port Unreachable message has been
received on a connected datagram.
|
class |
ProtocolException
Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error.
|
class |
Proxy
This class represents a proxy setting, typically a type (http, socks) and
a socket address.
|
class |
ProxySelector
Selects the proxy server to use, if any, when connecting to the
network resource referenced by a URL.
|
class |
ResponseCache
Represents implementations of URLConnection caches.
|
(package private) class |
SdpSocketImpl
SocketImpl that supports the SDP protocol
|
class |
SecureCacheResponse
Represents a cache response originally retrieved through secure
means, such as TLS.
|
class |
ServerSocket
This class implements server sockets.
|
class |
Socket
This class implements client sockets (also called just
"sockets").
|
class |
SocketAddress
This class represents a Socket Address with no protocol attachment.
|
class |
SocketException
Thrown to indicate that there is an error creating or accessing a Socket.
|
class |
SocketImpl
The abstract class
SocketImpl is a common superclass
of all classes that actually implement sockets. |
(package private) class |
SocketInputStream
This stream extends FileInputStream to implement a
SocketInputStream.
|
(package private) class |
SocketOutputStream
This stream extends FileOutputStream to implement a
SocketOutputStream.
|
class |
SocketPermission
This class represents access to a network via sockets.
|
(package private) class |
SocketPermissionCollection
if (init'd with IP, key is IP as string)
if wildcard, its the wild card
else its the cname?
|
(package private) class |
SocketSecrets |
class |
SocketTimeoutException
Signals that a timeout has occurred on a socket read or accept.
|
(package private) class |
SocksSocketImpl
SOCKS (V4 & V5) TCP socket implementation (RFC 1928).
|
class |
StandardSocketOptions
Defines the standard socket options.
|
private static class |
StandardSocketOptions.StdSocketOption<T> |
(package private) class |
UnknownContentHandler |
class |
UnknownHostException
Thrown to indicate that the IP address of a host could not be determined.
|
class |
UnknownServiceException
Thrown to indicate that an unknown service exception has
occurred.
|
class |
URI
Represents a Uniform Resource Identifier (URI) reference.
|
private class |
URI.Parser |
class |
URISyntaxException
Checked exception thrown to indicate that a string could not be parsed as a
URI reference.
|
class |
URL
Class
URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
class |
URLClassLoader
This class loader is used to load classes and resources from a search
path of URLs referring to both JAR files and directories.
|
class |
URLConnection
The abstract class
URLConnection is the superclass
of all classes that represent a communications link between the
application and a URL. |
class |
URLDecoder
Utility class for HTML form decoding.
|
class |
URLEncoder
Utility class for HTML form encoding.
|
class |
URLStreamHandler
The abstract class
URLStreamHandler is the common
superclass for all stream protocol handlers. |
| Modifier and Type | Field and Description |
|---|---|
private static Object |
InetAddress.cacheLock |
private Object |
Socket.closeLock |
private Object |
ServerSocket.closeLock |
private Object |
DatagramSocket.closeLock |
protected Object |
AbstractPlainSocketImpl.fdLock |
private Object |
MulticastSocket.infLock
The lock on the socket's interface - used by setInterface
and getInterface
|
private Object |
AbstractPlainSocketImpl.resetLock |
private static Object |
URL.streamHandlerLock |
private Object |
MulticastSocket.ttlLock
The lock on the socket's TTL.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
HttpCookie.clone()
Create and return a copy of this object.
|
Object |
URLConnection.getContent()
Retrieves the contents of this URL connection.
|
Object |
URL.getContent()
Gets the contents of this URL.
|
Object |
URLConnection.getContent(Class[] classes)
Retrieves the contents of this URL connection.
|
Object |
URL.getContent(Class[] classes)
Gets the contents of this URL.
|
Object |
UnknownContentHandler.getContent(URLConnection uc) |
abstract Object |
ContentHandler.getContent(URLConnection urlc)
Given a URL connect stream positioned at the beginning of the
representation of an object, this method reads that stream and
creates an object from it.
|
Object |
ContentHandler.getContent(URLConnection urlc,
Class[] classes)
Given a URL connect stream positioned at the beginning of the
representation of an object, this method reads that stream and
creates an object that matches one of the types specified.
|
Object |
SocketOptions.getOption(int optID)
Fetch the value of an option.
|
Object |
AbstractPlainSocketImpl.getOption(int opt) |
Object |
AbstractPlainDatagramSocketImpl.getOption(int optID) |
private Object |
InetAddress.readResolve()
Replaces the de-serialized object with an Inet4Address object.
|
protected Object |
PlainDatagramSocketImpl.socketGetOption(int opt) |
protected abstract Object |
AbstractPlainDatagramSocketImpl.socketGetOption(int opt) |
private Object |
Inet4Address.writeReplace()
Replaces the object to be serialized with an InetAddress object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
URL.equals(Object obj)
Compares this URL for equality with another object.
|
boolean |
URI.equals(Object ob)
Tests this URI for equality with another object.
|
boolean |
SocketPermission.equals(Object obj)
Checks two SocketPermission objects for equality.
|
boolean |
Proxy.equals(Object obj)
Compares this object against the specified object.
|
boolean |
NetworkInterface.equals(Object obj)
Compares this object against the specified object.
|
boolean |
InterfaceAddress.equals(Object obj)
Compares this object against the specified object.
|
boolean |
InetSocketAddress.equals(Object obj)
Compares this object against the specified object.
|
boolean |
InetSocketAddress.InetSocketAddressHolder.equals(Object obj) |
boolean |
InetAddress.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Inet6Address.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Inet6Address.Inet6AddressHolder.equals(Object o) |
boolean |
Inet4Address.equals(Object obj)
Compares this object against the specified object.
|
boolean |
HttpCookie.equals(Object obj)
Test the equality of two http cookies.
|
private static <T> T |
SocketSecrets.getOption(Object obj,
SocketOption<T> name) |
void |
SocketOptions.setOption(int optID,
Object value)
Enable/disable the option specified by optID.
|
void |
AbstractPlainSocketImpl.setOption(int opt,
Object val) |
void |
AbstractPlainDatagramSocketImpl.setOption(int optID,
Object o)
set a value - since we only support (setting) binary options
here, o must be a Boolean
|
private static <T> void |
SocketSecrets.setOption(Object obj,
SocketOption<T> name,
T value) |
(package private) int |
PlainSocketImpl.socketGetOption(int opt,
Object iaContainerObj) |
(package private) abstract int |
AbstractPlainSocketImpl.socketGetOption(int opt,
Object iaContainerObj) |
(package private) void |
PlainSocketImpl.socketSetOption(int cmd,
boolean on,
Object value) |
(package private) abstract void |
AbstractPlainSocketImpl.socketSetOption(int cmd,
boolean on,
Object value) |
protected void |
PlainDatagramSocketImpl.socketSetOption(int opt,
Object val) |
protected abstract void |
AbstractPlainDatagramSocketImpl.socketSetOption(int opt,
Object val) |
| Modifier and Type | Class and Description |
|---|---|
class |
Buffer
A container for data of a specific primitive type.
|
class |
BufferOverflowException
Unchecked exception thrown when a relative put operation reaches
the target buffer's limit.
|
class |
BufferUnderflowException
Unchecked exception thrown when a relative get operation reaches
the source buffer's limit.
|
class |
ByteBuffer
A byte buffer.
|
(package private) class |
ByteBufferAsCharBufferB |
(package private) class |
ByteBufferAsCharBufferL |
(package private) class |
ByteBufferAsCharBufferRB |
(package private) class |
ByteBufferAsCharBufferRL |
(package private) class |
ByteBufferAsDoubleBufferB |
(package private) class |
ByteBufferAsDoubleBufferL |
(package private) class |
ByteBufferAsDoubleBufferRB |
(package private) class |
ByteBufferAsDoubleBufferRL |
(package private) class |
ByteBufferAsFloatBufferB |
(package private) class |
ByteBufferAsFloatBufferL |
(package private) class |
ByteBufferAsFloatBufferRB |
(package private) class |
ByteBufferAsFloatBufferRL |
(package private) class |
ByteBufferAsIntBufferB |
(package private) class |
ByteBufferAsIntBufferL |
(package private) class |
ByteBufferAsIntBufferRB |
(package private) class |
ByteBufferAsIntBufferRL |
(package private) class |
ByteBufferAsLongBufferB |
(package private) class |
ByteBufferAsLongBufferL |
(package private) class |
ByteBufferAsLongBufferRB |
(package private) class |
ByteBufferAsLongBufferRL |
(package private) class |
ByteBufferAsShortBufferB |
(package private) class |
ByteBufferAsShortBufferL |
(package private) class |
ByteBufferAsShortBufferRB |
(package private) class |
ByteBufferAsShortBufferRL |
class |
ByteOrder
A typesafe enumeration for byte orders.
|
class |
CharBuffer
A char buffer.
|
(package private) class |
DirectByteBuffer |
private static class |
DirectByteBuffer.Deallocator |
(package private) class |
DirectByteBufferR |
(package private) class |
DirectCharBufferRS |
(package private) class |
DirectCharBufferRU |
(package private) class |
DirectCharBufferS |
(package private) class |
DirectCharBufferU |
(package private) class |
DirectDoubleBufferRS |
(package private) class |
DirectDoubleBufferRU |
(package private) class |
DirectDoubleBufferS |
(package private) class |
DirectDoubleBufferU |
(package private) class |
DirectFloatBufferRS |
(package private) class |
DirectFloatBufferRU |
(package private) class |
DirectFloatBufferS |
(package private) class |
DirectFloatBufferU |
(package private) class |
DirectIntBufferRS |
(package private) class |
DirectIntBufferRU |
(package private) class |
DirectIntBufferS |
(package private) class |
DirectIntBufferU |
(package private) class |
DirectLongBufferRS |
(package private) class |
DirectLongBufferRU |
(package private) class |
DirectLongBufferS |
(package private) class |
DirectLongBufferU |
(package private) class |
DirectShortBufferRS |
(package private) class |
DirectShortBufferRU |
(package private) class |
DirectShortBufferS |
(package private) class |
DirectShortBufferU |
class |
DoubleBuffer
A double buffer.
|
class |
FloatBuffer
A float buffer.
|
(package private) class |
HeapByteBuffer
A read/write HeapByteBuffer.
|
(package private) class |
HeapByteBufferR
A read-only HeapByteBuffer.
|
(package private) class |
HeapCharBuffer
A read/write HeapCharBuffer.
|
(package private) class |
HeapCharBufferR
A read-only HeapCharBuffer.
|
(package private) class |
HeapDoubleBuffer
A read/write HeapDoubleBuffer.
|
(package private) class |
HeapDoubleBufferR
A read-only HeapDoubleBuffer.
|
(package private) class |
HeapFloatBuffer
A read/write HeapFloatBuffer.
|
(package private) class |
HeapFloatBufferR
A read-only HeapFloatBuffer.
|
(package private) class |
HeapIntBuffer
A read/write HeapIntBuffer.
|
(package private) class |
HeapIntBufferR
A read-only HeapIntBuffer.
|
(package private) class |
HeapLongBuffer
A read/write HeapLongBuffer.
|
(package private) class |
HeapLongBufferR
A read-only HeapLongBuffer.
|
(package private) class |
HeapShortBuffer
A read/write HeapShortBuffer.
|
(package private) class |
HeapShortBufferR
A read-only HeapShortBuffer.
|
class |
IntBuffer
An int buffer.
|
class |
InvalidMarkException
Unchecked exception thrown when an attempt is made to reset a buffer
when its mark is not defined.
|
class |
LongBuffer
A long buffer.
|
class |
MappedByteBuffer
A direct byte buffer whose content is a memory-mapped region of a file.
|
class |
ReadOnlyBufferException
Unchecked exception thrown when a content-mutation method such as
put or compact is invoked upon a read-only buffer.
|
class |
ShortBuffer
A short buffer.
|
(package private) class |
StringCharBuffer |
| Modifier and Type | Field and Description |
|---|---|
private Object |
DirectShortBufferU.att |
private Object |
DirectShortBufferS.att |
private Object |
DirectLongBufferU.att |
private Object |
DirectLongBufferS.att |
private Object |
DirectIntBufferU.att |
private Object |
DirectIntBufferS.att |
private Object |
DirectFloatBufferU.att |
private Object |
DirectFloatBufferS.att |
private Object |
DirectDoubleBufferU.att |
private Object |
DirectDoubleBufferS.att |
private Object |
DirectCharBufferU.att |
private Object |
DirectCharBufferS.att |
private Object |
DirectByteBuffer.att |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
Buffer.array()
Returns the array that backs this
buffer (optional operation).
|
Object |
DirectShortBufferU.attachment() |
Object |
DirectShortBufferS.attachment() |
Object |
DirectLongBufferU.attachment() |
Object |
DirectLongBufferS.attachment() |
Object |
DirectIntBufferU.attachment() |
Object |
DirectIntBufferS.attachment() |
Object |
DirectFloatBufferU.attachment() |
Object |
DirectFloatBufferS.attachment() |
Object |
DirectDoubleBufferU.attachment() |
Object |
DirectDoubleBufferS.attachment() |
Object |
DirectCharBufferU.attachment() |
Object |
DirectCharBufferS.attachment() |
Object |
DirectByteBuffer.attachment() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
Bits.copyFromArray(Object src,
long srcBaseOffset,
long srcPos,
long dstAddr,
long length)
Copy from given source array to destination address.
|
(package private) static void |
Bits.copyFromCharArray(Object src,
long srcPos,
long dstAddr,
long length) |
(package private) static void |
Bits.copyFromIntArray(Object src,
long srcPos,
long dstAddr,
long length) |
(package private) static void |
Bits.copyFromLongArray(Object src,
long srcPos,
long dstAddr,
long length) |
(package private) static void |
Bits.copyFromShortArray(Object src,
long srcPos,
long dstAddr,
long length) |
(package private) static void |
Bits.copyToArray(long srcAddr,
Object dst,
long dstBaseOffset,
long dstPos,
long length)
Copy from source address into given destination array.
|
(package private) static void |
Bits.copyToCharArray(long srcAddr,
Object dst,
long dstPos,
long length) |
(package private) static void |
Bits.copyToIntArray(long srcAddr,
Object dst,
long dstPos,
long length) |
(package private) static void |
Bits.copyToLongArray(long srcAddr,
Object dst,
long dstPos,
long length) |
(package private) static void |
Bits.copyToShortArray(long srcAddr,
Object dst,
long dstPos,
long length) |
boolean |
ShortBuffer.equals(Object ob)
Tells whether or not this buffer is equal to another object.
|
boolean |
LongBuffer.equals(Object ob)
Tells whether or not this buffer is equal to another object.
|
boolean |
IntBuffer.equals(Object ob)
Tells whether or not this buffer is equal to another object.
|
boolean |
FloatBuffer.equals(Object ob)
Tells whether or not this buffer is equal to another object.
|
boolean |
DoubleBuffer.equals(Object ob)
Tells whether or not this buffer is equal to another object.
|
boolean |
CharBuffer.equals(Object ob)
Tells whether or not this buffer is equal to another object.
|
boolean |
ByteBuffer.equals(Object ob)
Tells whether or not this buffer is equal to another object.
|
| Constructor and Description |
|---|
DirectByteBuffer(long addr,
int cap,
Object ob) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptPendingException
Unchecked exception thrown when an attempt is made to initiate an accept
operation on a channel and a previous accept operation has not completed.
|
class |
AlreadyConnectedException
Unchecked exception thrown when an attempt is made to connect a
SocketChannel that is already connected. |
class |
AsynchronousChannelGroup
A grouping of asynchronous channels for the purpose of resource sharing.
|
class |
AsynchronousCloseException
Checked exception received by a thread when another thread closes the
channel or the part of the channel upon which it is blocked in an I/O
operation.
|
class |
AsynchronousFileChannel
An asynchronous channel for reading, writing, and manipulating a file.
|
class |
AsynchronousServerSocketChannel
An asynchronous channel for stream-oriented listening sockets.
|
class |
AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets.
|
class |
CancelledKeyException
Unchecked exception thrown when an attempt is made to use
a selection key that is no longer valid.
|
class |
Channels
Utility methods for channels and streams.
|
private static class |
Channels.ReadableByteChannelImpl |
private static class |
Channels.WritableByteChannelImpl |
class |
ClosedByInterruptException
Checked exception received by a thread when another thread interrupts it
while it is blocked in an I/O operation upon a channel.
|
class |
ClosedChannelException
Checked exception thrown when an attempt is made to invoke or complete an
I/O operation upon channel that is closed, or at least closed to that
operation.
|
class |
ClosedSelectorException
Unchecked exception thrown when an attempt is made to invoke an I/O
operation upon a closed selector.
|
class |
ConnectionPendingException
Unchecked exception thrown when an attempt is made to connect a
SocketChannel for which a non-blocking connection operation is already in
progress. |
class |
DatagramChannel
A selectable channel for datagram-oriented sockets.
|
class |
FileChannel
A channel for reading, writing, mapping, and manipulating a file.
|
static class |
FileChannel.MapMode
A typesafe enumeration for file-mapping modes.
|
class |
FileLock
A token representing a lock on a region of a file.
|
class |
FileLockInterruptionException
Checked exception received by a thread when another thread interrupts it
while it is waiting to acquire a file lock.
|
class |
IllegalBlockingModeException
Unchecked exception thrown when a blocking-mode-specific operation
is invoked upon a channel in the incorrect blocking mode.
|
class |
IllegalChannelGroupException
Unchecked exception thrown when an attempt is made to open a channel
in a group that was not created by the same provider.
|
class |
IllegalSelectorException
Unchecked exception thrown when an attempt is made to register a channel
with a selector that was not created by the provider that created the
channel.
|
class |
InterruptedByTimeoutException
Checked exception received by a thread when a timeout elapses before an
asynchronous operation completes.
|
class |
MembershipKey
A token representing the membership of an Internet Protocol (IP) multicast
group.
|
class |
NoConnectionPendingException
Unchecked exception thrown when the
finishConnect method of a SocketChannel is invoked without first
successfully invoking its connect method. |
class |
NonReadableChannelException
Unchecked exception thrown when an attempt is made to read
from a channel that was not originally opened for reading.
|
class |
NonWritableChannelException
Unchecked exception thrown when an attempt is made to write
to a channel that was not originally opened for writing.
|
class |
NotYetBoundException
Unchecked exception thrown when an attempt is made to invoke an I/O
operation upon a server socket channel that is not yet bound.
|
class |
NotYetConnectedException
Unchecked exception thrown when an attempt is made to invoke an I/O
operation upon a socket channel that is not yet connected.
|
class |
OverlappingFileLockException
Unchecked exception thrown when an attempt is made to acquire a lock on a
region of a file that overlaps a region already locked by the same Java
virtual machine, or when another thread is already waiting to lock an
overlapping region of the same file.
|
class |
Pipe
A pair of channels that implements a unidirectional pipe.
|
static class |
Pipe.SinkChannel
A channel representing the writable end of a
Pipe. |
static class |
Pipe.SourceChannel
A channel representing the readable end of a
Pipe. |
class |
ReadPendingException
Unchecked exception thrown when an attempt is made to read from an
asynchronous socket channel and a previous read has not completed.
|
class |
SelectableChannel
A channel that can be multiplexed via a
Selector. |
class |
SelectionKey
A token representing the registration of a
SelectableChannel with a
Selector. |
class |
Selector
A multiplexor of
SelectableChannel objects. |
class |
ServerSocketChannel
A selectable channel for stream-oriented listening sockets.
|
class |
ShutdownChannelGroupException
Unchecked exception thrown when an attempt is made to construct a channel in
a group that is shutdown or the completion handler for an I/O operation
cannot be invoked because the channel group has terminated.
|
class |
SocketChannel
A selectable channel for stream-oriented connecting sockets.
|
class |
UnresolvedAddressException
Unchecked exception thrown when an attempt is made to invoke a network
operation upon an unresolved socket address.
|
class |
UnsupportedAddressTypeException
Unchecked exception thrown when an attempt is made to bind or connect
to a socket address of a type that is not supported.
|
class |
WritePendingException
Unchecked exception thrown when an attempt is made to write to an
asynchronous socket channel and a previous write has not completed.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
SelectionKey.attachment |
private Object |
Channels.ReadableByteChannelImpl.readLock |
private Object |
Channels.WritableByteChannelImpl.writeLock |
| Modifier and Type | Field and Description |
|---|---|
private static AtomicReferenceFieldUpdater<SelectionKey,Object> |
SelectionKey.attachmentUpdater |
| Modifier and Type | Method and Description |
|---|---|
Object |
SelectionKey.attach(Object ob)
Attaches the given object to this key.
|
Object |
SelectionKey.attachment()
Retrieves the current attachment.
|
abstract Object |
SelectableChannel.blockingLock()
Retrieves the object upon which the
configureBlocking and register methods synchronize. |
| Modifier and Type | Method and Description |
|---|---|
Object |
SelectionKey.attach(Object ob)
Attaches the given object to this key.
|
private static void |
Channels.checkNotNull(Object o,
String name) |
abstract SelectionKey |
SelectableChannel.register(Selector sel,
int ops,
Object att)
Registers this channel with the given selector, returning a selection
key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterruptibleChannel
Base implementation class for interruptible channels.
|
class |
AbstractSelectableChannel
Base implementation class for selectable channels.
|
class |
AbstractSelectionKey
Base implementation class for selection keys.
|
class |
AbstractSelector
Base implementation class for selectors.
|
class |
AsynchronousChannelProvider
Service-provider class for asynchronous channels.
|
private static class |
AsynchronousChannelProvider.ProviderHolder |
class |
SelectorProvider
Service-provider class for selectors and selectable channels.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
AbstractInterruptibleChannel.closeLock |
private Object |
AbstractSelectableChannel.keyLock |
private static Object |
SelectorProvider.lock |
private Object |
AbstractSelectableChannel.regLock |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractSelectableChannel.blockingLock() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SelectionKey |
AbstractSelector.register(AbstractSelectableChannel ch,
int ops,
Object att)
Registers the given channel with this selector.
|
SelectionKey |
AbstractSelectableChannel.register(Selector sel,
int ops,
Object att)
Registers this channel with the given selector, returning a selection key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CharacterCodingException
Checked exception thrown when a character encoding
or decoding error occurs.
|
class |
Charset
A named mapping between sequences of sixteen-bit Unicode code units and sequences of
bytes.
|
private static class |
Charset.ExtendedProviderHolder |
class |
CharsetDecoder
An engine that can transform a sequence of bytes in a specific charset into a sequence of
sixteen-bit Unicode characters.
|
class |
CharsetEncoder
An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of
bytes in a specific charset.
|
class |
CoderMalfunctionError
Error thrown when the
decodeLoop method of
a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected
exception. |
class |
CoderResult
A description of the result state of a coder.
|
private static class |
CoderResult.Cache |
class |
CodingErrorAction
A typesafe enumeration for coding-error actions.
|
class |
IllegalCharsetNameException
Unchecked exception thrown when a string that is not a
legal charset name is used as such.
|
class |
MalformedInputException
Checked exception thrown when an input byte sequence is not legal for given
charset, or an input character sequence is not a legal sixteen-bit Unicode
sequence.
|
class |
StandardCharsets
Constant definitions for the standard
Charsets. |
class |
UnmappableCharacterException
Checked exception thrown when an input character (or byte) sequence
is valid but cannot be mapped to an output byte (or character)
sequence.
|
class |
UnsupportedCharsetException
Unchecked exception thrown when no support is available
for a requested charset.
|
| Modifier and Type | Field and Description |
|---|---|
private static Object[] |
Charset.cache1 |
private static Object[] |
Charset.cache2 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Charset.equals(Object ob)
Tells whether or not this object is equal to another.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CharsetProvider
Charset service-provider class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
Checked exception thrown when a file system operation is denied, typically
due to a file permission or other access check.
|
class |
AtomicMoveNotSupportedException
Checked exception thrown when a file cannot be moved as an atomic file system
operation.
|
class |
ClosedDirectoryStreamException
Unchecked exception thrown when an attempt is made to invoke an operation on
a directory stream that is closed.
|
class |
ClosedFileSystemException
Unchecked exception thrown when an attempt is made to invoke an operation on
a file and the file system is closed.
|
class |
ClosedWatchServiceException
Unchecked exception thrown when an attempt is made to invoke an operation on
a watch service that is closed.
|
(package private) class |
CopyMoveHelper
Helper class to support copying or moving files when the source and target
are associated with different providers.
|
private static class |
CopyMoveHelper.CopyOptions
Parses the arguments for a file copy operation.
|
class |
DirectoryIteratorException
Runtime exception thrown if an I/O error is encountered when iterating over
the entries in a directory.
|
class |
DirectoryNotEmptyException
Checked exception thrown when a file system operation fails because a
directory is not empty.
|
class |
FileAlreadyExistsException
Checked exception thrown when an attempt is made to create a file or
directory and a file of that name already exists.
|
class |
Files
This class consists exclusively of static methods that operate on files,
directories, or other types of files.
|
private static class |
Files.AcceptAllFilter |
private static class |
Files.FileTypeDetectors |
class |
FileStore
Storage for files.
|
class |
FileSystemAlreadyExistsException
Runtime exception thrown when an attempt is made to create a file system that
already exists.
|
class |
FileSystemException
Thrown when a file system operation fails on one or two files.
|
class |
FileSystemLoopException
Checked exception thrown when a file system loop, or cycle, is encountered.
|
class |
FileSystemNotFoundException
Runtime exception thrown when a file system cannot be found.
|
class |
FileSystems
Factory methods for file systems.
|
private static class |
FileSystems.DefaultFileSystemHolder |
(package private) class |
FileTreeWalker
Simple file tree walker that works in a similar manner to nftw(3C).
|
private static class |
FileTreeWalker.AncestorDirectory |
class |
InvalidPathException
Unchecked exception thrown when path string cannot be converted into a
Path because the path string contains invalid characters, or
the path string is invalid for other file system specific reasons. |
class |
LinkPermission
The
Permission class for link creation operations. |
class |
NoSuchFileException
Checked exception thrown when an attempt is made to access a file that does
not exist.
|
class |
NotDirectoryException
Checked exception thrown when a file system operation, intended for a
directory, fails because the file is not a directory.
|
class |
NotLinkException
Checked exception thrown when a file system operation fails because a file
is not a symbolic link.
|
class |
Paths
|
class |
ProviderMismatchException
Unchecked exception thrown when an attempt is made to invoke a method on an
object created by one file system provider with a parameter created by a
different file system provider.
|
class |
ProviderNotFoundException
Runtime exception thrown when a provider of the required type cannot be found.
|
class |
ReadOnlyFileSystemException
Unchecked exception thrown when an attempt is made to update an object
associated with a
read-only FileSystem. |
class |
SimpleFileVisitor<T>
A simple visitor of files with default behavior to visit all files and to
re-throw I/O errors.
|
class |
StandardWatchEventKinds
Defines the standard event kinds.
|
private static class |
StandardWatchEventKinds.StdWatchEventKind<T> |
(package private) class |
TempFileHelper
Helper class to support creation of temporary files and directories with
initial attributes.
|
private static class |
TempFileHelper.PosixPermissions |
| Modifier and Type | Field and Description |
|---|---|
private Object |
FileTreeWalker.AncestorDirectory.key |
| Modifier and Type | Field and Description |
|---|---|
static WatchEvent.Kind<Object> |
StandardWatchEventKinds.OVERFLOW
A special event to indicate that events may have been lost or
discarded.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Object |
FileTreeWalker.AncestorDirectory.fileKey() |
static Object |
Files.getAttribute(Path path,
String attribute,
LinkOption... options)
Reads the value of a file attribute.
|
abstract Object |
FileStore.getAttribute(String attribute)
Reads the value of a file store attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
Files.readAttributes(Path path,
String attributes,
LinkOption... options)
Reads a set of file attributes as a bulk operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Path.equals(Object other)
Tests this path for equality with the given object.
|
static Path |
Files.setAttribute(Path path,
String attribute,
Object value,
LinkOption... options)
Sets the value of a file attribute.
|
| Constructor and Description |
|---|
FileTreeWalker.AncestorDirectory(Path dir,
Object key) |
| Modifier and Type | Class and Description |
|---|---|
class |
AclEntry
An entry in an access control list (ACL).
|
static class |
AclEntry.Builder
A builder of
AclEntry objects. |
class |
FileTime
Represents the value of a file's time stamp attribute.
|
private static class |
FileTime.DaysAndNanos
Represents a FileTime's value as two longs: the number of days since
the epoch, and the excess (in nanoseconds).
|
class |
PosixFilePermissions
This class consists exclusively of static methods that operate on sets of
PosixFilePermission objects. |
class |
UserPrincipalLookupService
An object to lookup user and group principals by name.
|
class |
UserPrincipalNotFoundException
Checked exception thrown when a lookup of
UserPrincipal fails because
the principal does not exist. |
| Modifier and Type | Method and Description |
|---|---|
Object |
BasicFileAttributes.fileKey()
Returns an object that uniquely identifies the given file, or
null if a file key is not available. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileTime.equals(Object obj)
Tests this
FileTime for equality with the given object. |
boolean |
FileTime.DaysAndNanos.equals(Object obj) |
boolean |
AclEntry.equals(Object ob)
Compares the specified object with this ACL entry for equality.
|
private static int |
AclEntry.hash(int h,
Object o) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemProvider
Service-provider class for file systems.
|
class |
FileTypeDetector
A file type detector for probing a file to guess its file type.
|
| Modifier and Type | Field and Description |
|---|---|
private static Object |
FileSystemProvider.lock |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Object> |
FileSystemProvider.readAttributes(Path path,
String attributes,
LinkOption... options)
Reads a set of file attributes as a bulk operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FileSystemProvider.setAttribute(Path path,
String attribute,
Object value,
LinkOption... options)
Sets the value of a file attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessException
An
AccessException is thrown by certain methods of the
java.rmi.Naming class (specifically bind,
rebind, and unbind) and methods of the
java.rmi.activation.ActivationSystem interface to
indicate that the caller does not have permission to perform the action
requested by the method call. |
class |
AlreadyBoundException
An
AlreadyBoundException is thrown if an attempt
is made to bind an object in the registry to a name that already
has an associated binding. |
class |
ConnectException
A
ConnectException is thrown if a connection is refused
to the remote host for a remote method call. |
class |
ConnectIOException
A
ConnectIOException is thrown if an
IOException occurs while making a connection
to the remote host for a remote method call. |
class |
MarshalledObject<T>
A
MarshalledObject contains a byte stream with the serialized
representation of an object given to its constructor. |
private static class |
MarshalledObject.MarshalledObjectInputStream
The counterpart to
MarshalledObjectOutputStream. |
private static class |
MarshalledObject.MarshalledObjectOutputStream
This class is used to marshal objects for
MarshalledObject. |
class |
Naming
The
Naming class provides methods for storing and obtaining
references to remote objects in a remote object registry. |
private static class |
Naming.ParsedNamingURL
Simple class to enable multiple URL return values.
|
class |
NoSuchObjectException
A
NoSuchObjectException is thrown if an attempt is made to
invoke a method on an object that no longer exists in the remote virtual
machine. |
class |
NotBoundException
A
NotBoundException is thrown if an attempt
is made to lookup or unbind in the registry a name that has
no associated binding. |
class |
RemoteException
A
RemoteException is the common superclass for a number of
communication-related exceptions that may occur during the execution of a
remote method call. |
class |
RMISecurityException
Deprecated.
Use
SecurityException instead.
Application code should never directly reference this class, and
RMISecurityManager no longer throws this subclass of
java.lang.SecurityException. |
class |
RMISecurityManager
A subclass of
SecurityManager used by RMI applications that use
downloaded code. |
class |
ServerError
A
ServerError is thrown as a result of a remote method
invocation when an Error is thrown while processing
the invocation on the server, either while unmarshalling the arguments,
executing the remote method itself, or marshalling the return value. |
class |
ServerException
A
ServerException is thrown as a result of a remote method
invocation when a RemoteException is thrown while processing
the invocation on the server, either while unmarshalling the arguments or
executing the remote method itself. |
class |
ServerRuntimeException
Deprecated.
no replacement
|
class |
StubNotFoundException
A
StubNotFoundException is thrown if a valid stub class
could not be found for a remote object when it is exported. |
class |
UnexpectedException
An
UnexpectedException is thrown if the client of a
remote method call receives, as a result of the call, a checked
exception that is not among the checked exception types declared in the
throws clause of the method in the remote interface. |
class |
UnmarshalException
An
UnmarshalException can be thrown while unmarshalling the
parameters or results of a remote method call if any of the following
conditions occur:
if an exception occurs while unmarshalling the call header
if the protocol for the return value is invalid
if a java.io.IOException occurs unmarshalling
parameters (on the server side) or the return value (on the client side). |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MarshalledObject.MarshalledObjectInputStream.readLocation()
Overrides MarshalInputStream.readLocation to return locations from
the stream we were given, or
null if we were given a
null location stream. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MarshalledObject.equals(Object obj)
Compares this
MarshalledObject to another object. |
| Modifier and Type | Class and Description |
|---|---|
class |
Activatable
The
Activatable class provides support for remote
objects that require persistent access over time and that
can be activated by the system. |
class |
ActivateFailedException
This exception is thrown by the RMI runtime when activation
fails during a remote call to an activatable object.
|
class |
ActivationDesc
An activation descriptor contains the information necessary to
activate an object:
the object's group identifier,
the object's fully-qualified class name,
the object's code location (the location of the class), a codebase URL
path,
the object's restart "mode", and,
a "marshalled" object that can contain object specific
initialization data.
|
class |
ActivationException
General exception used by the activation interfaces.
|
class |
ActivationGroup
An
ActivationGroup is responsible for creating new
instances of "activatable" objects in its group, informing its
ActivationMonitor when either: its object's become
active or inactive, or the group as a whole becomes inactive. |
class |
ActivationGroupDesc
An activation group descriptor contains the information necessary to
create/recreate an activation group in which to activate objects.
|
static class |
ActivationGroupDesc.CommandEnvironment
Startup options for ActivationGroup implementations.
|
class |
ActivationGroupID
The identifier for a registered activation group serves several
purposes:
identifies the group uniquely within the activation system, and
contains a reference to the group's activation system so that the
group can contact its activation system when necessary.
|
class |
ActivationID
Activation makes use of special identifiers to denote remote
objects that can be activated over time.
|
class |
UnknownGroupException
An
UnknownGroupException is thrown by methods of classes and
interfaces in the java.rmi.activation package when the
ActivationGroupID parameter to the method is determined to be
invalid, i.e., not known by the ActivationSystem. |
class |
UnknownObjectException
An
UnknownObjectException is thrown by methods of classes and
interfaces in the java.rmi.activation package when the
ActivationID parameter to the method is determined to be
invalid. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActivationID.equals(Object obj)
Compares two activation ids for content equality.
|
boolean |
ActivationGroupID.equals(Object obj)
Compares two group identifiers for content equality.
|
boolean |
ActivationGroupDesc.equals(Object obj)
Compares two activation group descriptors for content equality.
|
boolean |
ActivationGroupDesc.CommandEnvironment.equals(Object obj)
Compares two command environments for content equality.
|
boolean |
ActivationDesc.equals(Object obj)
Compares two activation descriptors for content equality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lease
A lease contains a unique VM identifier and a lease duration.
|
class |
VMID
A VMID is a identifier that is unique across all Java virtual
machines.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VMID.equals(Object obj)
Compare this VMID to another, and return true if they are the
same identifier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocateRegistry
LocateRegistry is used to obtain a reference to a bootstrap
remote object registry on a particular host (including the local host), or
to create a remote object registry that accepts calls on a specific port. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExportException
An
ExportException is a RemoteException
thrown if an attempt to export a remote object fails. |
class |
LogStream
Deprecated.
no replacement
|
class |
ObjID
An
ObjID is used to identify a remote object exported
to an RMI runtime. |
class |
Operation
Deprecated.
no replacement
|
class |
RemoteObject
The
RemoteObject class implements the
java.lang.Object behavior for remote objects. |
class |
RemoteObjectInvocationHandler
An implementation of the
InvocationHandler interface for
use with Java Remote Method Invocation (Java RMI). |
private static class |
RemoteObjectInvocationHandler.MethodToHash_Maps
A weak hash map, mapping classes to weak hash maps that map
method objects to method hashes.
|
class |
RemoteServer
The
RemoteServer class is the common superclass to server
implementations and provides the framework to support a wide range
of remote reference semantics. |
class |
RemoteStub
The
RemoteStub class is the common superclass to client
stubs and provides the framework to support a wide range of remote
reference semantics. |
class |
RMIClassLoader
RMIClassLoader comprises static methods to support
dynamic class loading with RMI. |
class |
RMIClassLoaderSpi
RMIClassLoaderSpi is the service provider interface for
RMIClassLoader. |
class |
RMISocketFactory
An
RMISocketFactory instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls. |
class |
ServerCloneException
A
ServerCloneException is thrown if a remote exception occurs
during the cloning of a UnicastRemoteObject. |
class |
ServerNotActiveException
An
ServerNotActiveException is an Exception
thrown during a call to RemoteServer.getClientHost if
the getClientHost method is called outside of servicing a remote
method call. |
class |
SkeletonMismatchException
Deprecated.
no replacement. Skeletons are no longer required for remote
method calls in the Java 2 platform v1.2 and greater.
|
class |
SkeletonNotFoundException
Deprecated.
no replacement. Skeletons are no longer required for remote
method calls in the Java 2 platform v1.2 and greater.
|
class |
SocketSecurityException
An obsolete subclass of
ExportException. |
class |
UID
A
UID represents an identifier that is unique over time
with respect to the host it is generated on, or one of 216
"well-known" identifiers. |
class |
UnicastRemoteObject
Used for exporting a remote object with JRMP and obtaining a stub
that communicates to the remote object.
|
| Modifier and Type | Field and Description |
|---|---|
private static Object |
UID.lock |
| Modifier and Type | Method and Description |
|---|---|
Object |
UnicastRemoteObject.clone()
Returns a clone of the remote object that is distinct from
the original.
|
static Object |
RMIClassLoader.getSecurityContext(ClassLoader loader)
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no
longer uses this method to obtain a class loader's security context.
|
Object |
LoaderHandler.getSecurityContext(ClassLoader loader)
Deprecated.
no replacement
|
Object |
RemoteObjectInvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation made on the encapsulating
proxy instance,
proxy, and returns the result. |
Object |
RemoteRef.invoke(Remote obj,
Method method,
Object[] params,
long opnum)
Invoke a method.
|
private Object |
RemoteObjectInvocationHandler.invokeObjectMethod(Object proxy,
Method method,
Object[] args)
Handles java.lang.Object methods.
|
private Object |
RemoteObjectInvocationHandler.invokeRemoteMethod(Object proxy,
Method method,
Object[] args)
Handles remote methods.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UID.equals(Object obj)
Compares the specified object with this
UID for
equality. |
boolean |
RemoteObject.equals(Object obj)
Compares two remote objects for equality.
|
boolean |
ObjID.equals(Object obj)
Compares the specified object with this
ObjID for
equality. |
RemoteStub |
ServerRef.exportObject(Remote obj,
Object data)
Creates a client stub object for the supplied Remote object.
|
Object |
RemoteObjectInvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation made on the encapsulating
proxy instance,
proxy, and returns the result. |
Object |
RemoteObjectInvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation made on the encapsulating
proxy instance,
proxy, and returns the result. |
Object |
RemoteRef.invoke(Remote obj,
Method method,
Object[] params,
long opnum)
Invoke a method.
|
private Object |
RemoteObjectInvocationHandler.invokeObjectMethod(Object proxy,
Method method,
Object[] args)
Handles java.lang.Object methods.
|
private Object |
RemoteObjectInvocationHandler.invokeObjectMethod(Object proxy,
Method method,
Object[] args)
Handles java.lang.Object methods.
|
private Object |
RemoteObjectInvocationHandler.invokeRemoteMethod(Object proxy,
Method method,
Object[] args)
Handles remote methods.
|
private Object |
RemoteObjectInvocationHandler.invokeRemoteMethod(Object proxy,
Method method,
Object[] args)
Handles remote methods.
|
private String |
RemoteObjectInvocationHandler.proxyToString(Object proxy)
Returns a string representation for a proxy that uses this invocation
handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessControlContext
An AccessControlContext is used to make system resource access decisions
based on the context it encapsulates.
|
class |
AccessControlException
This exception is thrown by the AccessController to indicate
that a requested access (to a critical system resource such as the
file system or the network) is denied.
|
class |
AccessController
The AccessController class is used for access control operations
and decisions.
|
class |
AlgorithmParameterGenerator
The
AlgorithmParameterGenerator class is used to generate a
set of
parameters to be used with a certain algorithm. |
class |
AlgorithmParameterGeneratorSpi
This class defines the Service Provider Interface (SPI)
for the
AlgorithmParameterGenerator class, which
is used to generate a set of parameters to be used with a certain algorithm. |
class |
AlgorithmParameters
This class is used as an opaque representation of cryptographic parameters.
|
class |
AlgorithmParametersSpi
This class defines the Service Provider Interface (SPI)
for the
AlgorithmParameters class, which is used to manage
algorithm parameters. |
class |
AllPermission
The AllPermission is a permission that implies all other permissions.
|
(package private) class |
AllPermissionCollection
A AllPermissionCollection stores a collection
of AllPermission permissions.
|
class |
AuthProvider
This class defines login and logout methods for a provider.
|
class |
BasicPermission
The BasicPermission class extends the Permission class, and
can be used as the base class for permissions that want to
follow the same naming convention as BasicPermission.
|
(package private) class |
BasicPermissionCollection
A BasicPermissionCollection stores a collection
of BasicPermission permissions.
|
class |
CodeSigner
This class encapsulates information about a code signer.
|
class |
CodeSource
This class extends the concept of a codebase to
encapsulate not only the location (URL) but also the certificate chains
that were used to verify signed code originating from that location.
|
class |
DigestException
This is the generic Message Digest exception.
|
class |
DigestInputStream
A transparent stream that updates the associated message digest using
the bits going through the stream.
|
class |
DigestOutputStream
A transparent stream that updates the associated message digest using
the bits going through the stream.
|
class |
GeneralSecurityException
The
GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it. |
class |
GuardedObject
A GuardedObject is an object that is used to protect access to
another object.
|
class |
Identity
Deprecated.
This class is no longer used. Its functionality has been
replaced by
java.security.KeyStore, the
java.security.cert package, and
java.security.Principal. |
class |
IdentityScope
Deprecated.
This class is no longer used. Its functionality has been
replaced by
java.security.KeyStore, the
java.security.cert package, and
java.security.Principal. |
class |
InvalidAlgorithmParameterException
This is the exception for invalid or inappropriate algorithm parameters.
|
class |
InvalidKeyException
This is the exception for invalid Keys (invalid encoding, wrong
length, uninitialized, etc).
|
class |
InvalidParameterException
This exception, designed for use by the JCA/JCE engine classes,
is thrown when an invalid parameter is passed
to a method.
|
class |
KeyException
This is the basic key exception.
|
class |
KeyFactory
Key factories are used to convert keys (opaque
cryptographic keys of type
Key) into key specifications
(transparent representations of the underlying key material), and vice
versa. |
class |
KeyFactorySpi
This class defines the Service Provider Interface (SPI)
for the
KeyFactory class. |
class |
KeyManagementException
This is the general key management exception for all operations
dealing with key management.
|
class |
KeyPair
This class is a simple holder for a key pair (a public key and a
private key).
|
class |
KeyPairGenerator
The KeyPairGenerator class is used to generate pairs of
public and private keys.
|
private static class |
KeyPairGenerator.Delegate |
class |
KeyPairGeneratorSpi
This class defines the Service Provider Interface (SPI)
for the
KeyPairGenerator class, which is used to generate
pairs of public and private keys. |
class |
KeyRep
Standardized representation for serialized Key objects.
|
class |
KeyStore
This class represents a storage facility for cryptographic
keys and certificates.
|
static class |
KeyStore.Builder
A description of a to-be-instantiated KeyStore object.
|
private static class |
KeyStore.Builder.FileBuilder |
static class |
KeyStore.CallbackHandlerProtection
A ProtectionParameter encapsulating a CallbackHandler.
|
static class |
KeyStore.PasswordProtection
A password-based implementation of
ProtectionParameter. |
static class |
KeyStore.PrivateKeyEntry
A
KeyStore entry that holds a PrivateKey
and corresponding certificate chain. |
static class |
KeyStore.SecretKeyEntry
A
KeyStore entry that holds a SecretKey. |
(package private) static class |
KeyStore.SimpleLoadStoreParameter |
static class |
KeyStore.TrustedCertificateEntry
A
KeyStore entry that holds a trusted
Certificate. |
class |
KeyStoreException
This is the generic KeyStore exception.
|
class |
KeyStoreSpi
This class defines the Service Provider Interface (SPI)
for the
KeyStore class. |
class |
MessageDigest
This MessageDigest class provides applications the functionality of a
message digest algorithm, such as SHA-1 or SHA-256.
|
(package private) static class |
MessageDigest.Delegate |
class |
MessageDigestSpi
This class defines the Service Provider Interface (SPI)
for the
MessageDigest class, which provides the functionality
of a message digest algorithm, such as MD5 or SHA. |
class |
NoSuchAlgorithmException
This exception is thrown when a particular cryptographic algorithm is
requested but is not available in the environment.
|
class |
NoSuchProviderException
This exception is thrown when a particular security provider is
requested but is not available in the environment.
|
class |
Permission
Abstract class for representing access to a system resource.
|
class |
PermissionCollection
Abstract class representing a collection of Permission objects.
|
class |
Permissions
This class represents a heterogeneous collection of Permissions.
|
(package private) class |
PermissionsEnumerator |
(package private) class |
PermissionsHash
A PermissionsHash stores a homogeneous set of permissions in a hashtable.
|
private static class |
Policy.PolicyDelegate
This subclass is returned by the getInstance calls.
|
private static class |
Policy.PolicyInfo |
private static class |
Policy.UnsupportedEmptyCollection
This class represents a read-only empty PermissionCollection object that
is returned from the
getPermissions(CodeSource) and
getPermissions(ProtectionDomain)
methods in the Policy class when those operations are not
supported by the Policy implementation. |
class |
PolicySpi
This class defines the Service Provider Interface (SPI)
for the
Policy class. |
class |
PrivilegedActionException
This exception is thrown by
doPrivileged(PrivilegedExceptionAction) and
doPrivileged(PrivilegedExceptionAction,
AccessControlContext context) to indicate
that the action being performed threw a checked exception. |
class |
ProtectionDomain
This ProtectionDomain class encapsulates the characteristics of a domain,
which encloses a set of classes whose instances are granted a set
of permissions when being executed on behalf of a given set of Principals.
|
(package private) class |
ProtectionDomain.Key
Used for storing ProtectionDomains as keys in a Map.
|
private static class |
Provider.EngineDescription |
static class |
Provider.Service
The description of a security service.
|
private static class |
Provider.ServiceKey |
private static class |
Provider.UString |
class |
ProviderException
A runtime exception for Provider exceptions (such as
misconfiguration errors or unrecoverable internal errors),
which may be subclassed by Providers to
throw specialized, provider-specific runtime errors.
|
class |
SecureClassLoader
This class extends ClassLoader with additional support for defining
classes with an associated code source and permissions which are
retrieved by the system policy by default.
|
class |
SecureRandom
This class provides a cryptographically strong random number
generator (RNG).
|
class |
SecureRandomSpi
This class defines the Service Provider Interface (SPI)
for the
SecureRandom class. |
class |
Security
This class centralizes all security properties and common security
methods.
|
private static class |
Security.ProviderProperty |
class |
SecurityPermission
This class is for security permissions.
|
class |
Signature
The Signature class is used to provide applications the functionality
of a digital signature algorithm.
|
private static class |
Signature.CipherAdapter |
private static class |
Signature.Delegate |
class |
SignatureException
This is the generic Signature exception.
|
class |
SignatureSpi
This class defines the Service Provider Interface (SPI)
for the
Signature class, which is used to provide the
functionality of a digital signature algorithm. |
class |
SignedObject
SignedObject is a class for the purpose of creating authentic
runtime objects whose integrity cannot be compromised without being
detected.
|
class |
Signer
Deprecated.
This class is no longer used. Its functionality has been
replaced by
java.security.KeyStore, the
java.security.cert package, and
java.security.Principal. |
class |
Timestamp
This class encapsulates information about a signed timestamp.
|
class |
UnrecoverableEntryException
This exception is thrown if an entry in the keystore cannot be recovered.
|
class |
UnrecoverableKeyException
This exception is thrown if a key in the keystore cannot be recovered.
|
class |
UnresolvedPermission
The UnresolvedPermission class is used to hold Permissions that
were "unresolved" when the Policy was initialized.
|
(package private) class |
UnresolvedPermissionCollection
A UnresolvedPermissionCollection stores a collection
of UnresolvedPermission permissions.
|
class |
URIParameter
A parameter that contains a URI pointing to data intended for a
PolicySpi or ConfigurationSpi implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
Signature.Delegate.lock |
private Object |
KeyPairGenerator.Delegate.lock |
private Object |
KeyFactory.lock |
private Object |
GuardedObject.object |
| Modifier and Type | Field and Description |
|---|---|
private Set<Map.Entry<Object,Object>> |
Provider.entrySet |
private Set<Map.Entry<Object,Object>> |
Provider.entrySet |
| Modifier and Type | Method and Description |
|---|---|
Object |
SignatureSpi.clone()
Returns a clone if the implementation is cloneable.
|
Object |
Signature.clone()
Returns a clone if the implementation is cloneable.
|
Object |
Signature.Delegate.clone()
Returns a clone if the delegate is cloneable.
|
Object |
MessageDigestSpi.clone()
Returns a clone if the implementation is cloneable.
|
Object |
MessageDigest.clone()
Returns a clone if the implementation is cloneable.
|
Object |
MessageDigest.Delegate.clone()
Returns a clone if the delegate is cloneable.
|
protected abstract Object |
SignatureSpi.engineGetParameter(String param)
Deprecated.
|
protected Object |
Signature.Delegate.engineGetParameter(String param) |
protected Object |
Signature.CipherAdapter.engineGetParameter(String param) |
Object |
Provider.get(Object key) |
(package private) static Object[] |
Security.getImpl(String algorithm,
String type,
Provider provider) |
(package private) static Object[] |
Security.getImpl(String algorithm,
String type,
Provider provider,
Object params) |
(package private) static Object[] |
Security.getImpl(String algorithm,
String type,
String provider) |
(package private) static Object[] |
Security.getImpl(String algorithm,
String type,
String provider,
Object params) |
Object |
SignedObject.getObject()
Retrieves the encapsulated object.
|
Object |
GuardedObject.getObject()
Retrieves the guarded object, or throws an exception if access
to the guarded object is denied by the guard.
|
Object |
Signature.getParameter(String param)
Deprecated.
|
private Object |
Provider.implPut(Object key,
Object value) |
private Object |
Provider.implRemove(Object key) |
Object |
Provider.Service.newInstance(Object constructorParameter)
Return a new instance of the implementation described by this
service.
|
private Object |
Provider.Service.newInstanceGeneric(Object constructorParameter)
Generic code path for unknown engine types.
|
Object |
Provider.put(Object key,
Object value)
Sets the
key property to have the specified
value. |
protected Object |
KeyRep.readResolve()
Resolve the Key object.
|
Object |
Provider.remove(Object key)
Removes the
key property (and its corresponding
value). |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Object> |
Provider.elements() |
Set<Map.Entry<Object,Object>> |
Provider.entrySet()
Returns an unmodifiable Set view of the property entries contained
in this Provider.
|
Set<Map.Entry<Object,Object>> |
Provider.entrySet()
Returns an unmodifiable Set view of the property entries contained
in this Provider.
|
Enumeration<Object> |
Provider.keys() |
Set<Object> |
Provider.keySet()
Returns an unmodifiable Set view of the property keys contained in
this provider.
|
Collection<Object> |
Provider.values()
Returns an unmodifiable Collection view of the property values
contained in this provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Permission.checkGuard(Object object)
Implements the guard interface for a permission.
|
void |
Guard.checkGuard(Object object)
Determines whether or not to allow access to the guarded object
object. |
protected abstract void |
SignatureSpi.engineSetParameter(String param,
Object value)
Deprecated.
Replaced by
engineSetParameter. |
protected void |
Signature.Delegate.engineSetParameter(String param,
Object value) |
protected void |
Signature.CipherAdapter.engineSetParameter(String param,
Object value) |
boolean |
UnresolvedPermission.equals(Object obj)
Checks two UnresolvedPermission objects for equality.
|
boolean |
Timestamp.equals(Object obj)
Tests for equality between the specified object and this
timestamp.
|
boolean |
Provider.ServiceKey.equals(Object obj) |
boolean |
Provider.UString.equals(Object obj) |
boolean |
Principal.equals(Object another)
Compares this principal to the specified object.
|
abstract boolean |
Permission.equals(Object obj)
Checks two Permission objects for equality.
|
boolean |
Identity.equals(Object identity)
Deprecated.
Tests for equality between the specified object and this identity.
|
boolean |
CodeSource.equals(Object obj)
Tests for equality between the specified object and this
object.
|
boolean |
CodeSigner.equals(Object obj)
Tests for equality between the specified object and this
code signer.
|
boolean |
BasicPermission.equals(Object obj)
Checks two BasicPermission objects for equality.
|
boolean |
AllPermission.equals(Object obj)
Checks two AllPermission objects for equality.
|
boolean |
AccessControlContext.equals(Object obj)
Checks two AccessControlContext objects for equality.
|
Object |
Provider.get(Object key) |
(package private) static Object[] |
Security.getImpl(String algorithm,
String type,
Provider provider,
Object params) |
(package private) static Object[] |
Security.getImpl(String algorithm,
String type,
String provider,
Object params) |
private Object |
Provider.implPut(Object key,
Object value) |
private Object |
Provider.implRemove(Object key) |
Object |
Provider.Service.newInstance(Object constructorParameter)
Return a new instance of the implementation described by this
service.
|
private Object |
Provider.Service.newInstanceGeneric(Object constructorParameter)
Generic code path for unknown engine types.
|
Object |
Provider.put(Object key,
Object value)
Sets the
key property to have the specified
value. |
Object |
Provider.remove(Object key)
Removes the
key property (and its corresponding
value). |
void |
Signature.setParameter(String param,
Object value)
Deprecated.
Use
setParameter. |
boolean |
Provider.Service.supportsParameter(Object parameter)
Test whether this Service can use the specified parameter.
|
| Constructor and Description |
|---|
GuardedObject(Object object,
Guard guard)
Constructs a GuardedObject using the specified object and guard.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclNotFoundException
This is an exception that is thrown whenever a reference is made to a
non-existent ACL (Access Control List).
|
class |
LastOwnerException
This is an exception that is thrown whenever an attempt is made to delete
the last owner of an Access Control List.
|
class |
NotOwnerException
This is an exception that is thrown whenever the modification of an object
(such as an Access Control List) is only allowed to be done by an owner of
the object, but the Principal attempting the modification is not an owner.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AclEntry.clone()
Clones this ACL entry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Permission.equals(Object another)
Returns true if the object passed matches the permission represented
in this interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Certificate
Abstract class for managing a variety of identity certificates.
|
protected static class |
Certificate.CertificateRep
Alternate Certificate class for serialization.
|
class |
CertificateFactory
This class defines the functionality of a certificate factory, which is
used to generate certificate, certification path (
CertPath)
and certificate revocation list (CRL) objects from their encodings. |
class |
CertificateFactorySpi
This class defines the Service Provider Interface (SPI)
for the
CertificateFactory class. |
class |
CertificateRevokedException
An exception that indicates an X.509 certificate is revoked.
|
class |
CertPath
An immutable sequence of certificates (a certification path).
|
protected static class |
CertPath.CertPathRep
Alternate
CertPath class for serialization. |
class |
CertPathBuilder
A class for building certification paths (also known as certificate chains).
|
class |
CertPathBuilderException
An exception indicating one of a variety of problems encountered when
building a certification path with a
CertPathBuilder. |
class |
CertPathBuilderSpi
The Service Provider Interface (SPI)
for the
CertPathBuilder class. |
(package private) class |
CertPathHelperImpl
Helper class that allows the Sun CertPath provider to access
implementation dependent APIs in CertPath framework.
|
class |
CertPathValidator
A class for validating certification paths (also known as certificate
chains).
|
class |
CertPathValidatorException
An exception indicating one of a variety of problems encountered when
validating a certification path.
|
class |
CertPathValidatorSpi
The Service Provider Interface (SPI)
for the
CertPathValidator class. |
class |
CertStore
A class for retrieving
Certificates and CRLs
from a repository. |
class |
CertStoreException
An exception indicating one of a variety of problems retrieving
certificates and CRLs from a
CertStore. |
class |
CertStoreSpi
The Service Provider Interface (SPI)
for the
CertStore class. |
class |
CollectionCertStoreParameters
Parameters used as input for the Collection
CertStore
algorithm. |
class |
CRL
This class is an abstraction of certificate revocation lists (CRLs) that
have different formats but important common uses.
|
class |
CRLException
CRL (Certificate Revocation List) Exception.
|
class |
LDAPCertStoreParameters
Parameters used as input for the LDAP
CertStore algorithm. |
class |
PKIXBuilderParameters
Parameters used as input for the PKIX
CertPathBuilder
algorithm. |
class |
PKIXCertPathBuilderResult
This class represents the successful result of the PKIX certification
path builder algorithm.
|
class |
PKIXCertPathChecker
An abstract class that performs one or more checks on an
X509Certificate. |
class |
PKIXCertPathValidatorResult
This class represents the successful result of the PKIX certification
path validation algorithm.
|
class |
PKIXParameters
Parameters used as input for the PKIX
CertPathValidator
algorithm. |
class |
PolicyQualifierInfo
An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo
structure.
|
class |
TrustAnchor
A trust anchor or most-trusted Certification Authority (CA).
|
class |
X509Certificate
Abstract class for X.509 certificates.
|
class |
X509CertSelector
A
CertSelector that selects X509Certificates that
match all specified criteria. |
class |
X509CRL
Abstract class for an X.509 Certificate Revocation List (CRL).
|
class |
X509CRLEntry
Abstract class for a revoked certificate in a CRL (Certificate
Revocation List).
|
class |
X509CRLSelector
A
CRLSelector that selects X509CRLs that
match all specified criteria. |
| Modifier and Type | Field and Description |
|---|---|
private HashSet<Object> |
X509CRLSelector.issuerNames |
| Modifier and Type | Method and Description |
|---|---|
Object |
X509CertSelector.clone()
Returns a copy of this object.
|
Object |
X509CRLSelector.clone()
Returns a copy of this object.
|
Object |
PKIXParameters.clone()
Makes a copy of this
PKIXParameters object. |
Object |
PKIXCertPathValidatorResult.clone()
Returns a copy of this object.
|
Object |
PKIXCertPathChecker.clone()
Returns a clone of this object.
|
Object |
LDAPCertStoreParameters.clone()
Returns a copy of this object.
|
Object |
CollectionCertStoreParameters.clone()
Returns a copy of this object.
|
Object |
CertStoreParameters.clone()
Makes a copy of this
CertStoreParameters. |
Object |
CertSelector.clone()
Makes a copy of this
CertSelector. |
Object |
CertPathValidatorResult.clone()
Makes a copy of this
CertPathValidatorResult. |
Object |
CertPathParameters.clone()
Makes a copy of this
CertPathParameters. |
Object |
CertPathBuilderResult.clone()
Makes a copy of this
CertPathBuilderResult. |
Object |
CRLSelector.clone()
Makes a copy of this
CRLSelector. |
protected Object |
Certificate.CertificateRep.readResolve()
Resolve the Certificate Object.
|
protected Object |
CertPath.CertPathRep.readResolve()
Returns a
CertPath constructed from the type and data. |
protected Object |
Certificate.writeReplace()
Replace the Certificate to be serialized.
|
protected Object |
CertPath.writeReplace()
Replaces the
CertPath to be serialized with a
CertPathRep object. |
| Modifier and Type | Method and Description |
|---|---|
private static HashSet<Object> |
X509CRLSelector.cloneAndCheckIssuerNames(Collection<?> names)
Clone and check an argument of the form passed to
setIssuerNames.
|
private static HashSet<Object> |
X509CRLSelector.cloneIssuerNames(Collection<Object> names)
Clone an argument of the form passed to setIssuerNames.
|
Collection<Object> |
X509CRLSelector.getIssuerNames()
Returns a copy of the issuerNames criterion.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
X509CRLSelector.addIssuerNameInternal(Object name,
X500Principal principal)
A private method that adds a name (String or byte array) to the
issuerNames criterion.
|
private void |
X509CertSelector.addPathToNameInternal(int type,
Object name)
A private method that adds a name (String or byte array) to the
pathToNames criterion.
|
private void |
X509CertSelector.addSubjectAlternativeNameInternal(int type,
Object name)
A private method that adds a name (String or byte array) to the
subjectAlternativeNames criterion.
|
boolean |
X509CRLEntry.equals(Object other)
Compares this CRL entry for equality with the given
object.
|
boolean |
X509CRL.equals(Object other)
Compares this CRL for equality with the given
object.
|
boolean |
Certificate.equals(Object other)
Compares this certificate for equality with the specified
object.
|
boolean |
CertPath.equals(Object other)
Compares this certification path for equality with the specified
object.
|
(package private) static sun.security.x509.GeneralNameInterface |
X509CertSelector.makeGeneralNameInterface(int type,
Object name)
Make a
GeneralNameInterface out of a name type (0-8) and an
Object that may be a byte array holding the ASN.1 DER encoded
name or a String form of the name. |
| Modifier and Type | Method and Description |
|---|---|
private static HashSet<Object> |
X509CRLSelector.cloneIssuerNames(Collection<Object> names)
Clone an argument of the form passed to setIssuerNames.
|
private static HashSet<X500Principal> |
X509CRLSelector.parseIssuerNames(Collection<Object> names)
Parse an argument of the form passed to setIssuerNames,
returning a Collection of issuerX500Principals.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DSAParameterSpec
This class specifies the set of parameters used with the DSA algorithm.
|
class |
DSAPrivateKeySpec
This class specifies a DSA private key with its associated parameters.
|
class |
DSAPublicKeySpec
This class specifies a DSA public key with its associated parameters.
|
class |
ECFieldF2m
This immutable class defines an elliptic curve (EC)
characteristic 2 finite field.
|
class |
ECFieldFp
This immutable class defines an elliptic curve (EC) prime
finite field.
|
class |
ECGenParameterSpec
This immutable class specifies the set of parameters used for
generating elliptic curve (EC) domain parameters.
|
class |
ECParameterSpec
This immutable class specifies the set of domain parameters
used with elliptic curve cryptography (ECC).
|
class |
ECPoint
This immutable class represents a point on an elliptic curve (EC)
in affine coordinates.
|
class |
ECPrivateKeySpec
This immutable class specifies an elliptic curve private key with
its associated parameters.
|
class |
ECPublicKeySpec
This immutable class specifies an elliptic curve public key with
its associated parameters.
|
class |
EllipticCurve
This immutable class holds the necessary values needed to represent
an elliptic curve.
|
class |
EncodedKeySpec
This class represents a public or private key in encoded format.
|
class |
InvalidKeySpecException
This is the exception for invalid key specifications.
|
class |
InvalidParameterSpecException
This is the exception for invalid parameter specifications.
|
class |
MGF1ParameterSpec
This class specifies the set of parameters used with mask generation
function MGF1 in OAEP Padding and RSA-PSS signature scheme, as
defined in the
PKCS #1 v2.1
standard.
|
class |
PKCS8EncodedKeySpec
This class represents the ASN.1 encoding of a private key,
encoded according to the ASN.1 type
PrivateKeyInfo. |
class |
PSSParameterSpec
This class specifies a parameter spec for RSA-PSS signature scheme,
as defined in the
PKCS#1 v2.1
standard.
|
class |
RSAKeyGenParameterSpec
This class specifies the set of parameters used to generate an RSA
key pair.
|
class |
RSAMultiPrimePrivateCrtKeySpec
This class specifies an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information
values for efficiency.
|
class |
RSAOtherPrimeInfo
This class represents the triplet (prime, exponent, and coefficient)
inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1.
|
class |
RSAPrivateCrtKeySpec
This class specifies an RSA private key, as defined in the PKCS#1
standard, using the Chinese Remainder Theorem (CRT) information values for
efficiency.
|
class |
RSAPrivateKeySpec
This class specifies an RSA private key.
|
class |
RSAPublicKeySpec
This class specifies an RSA public key.
|
class |
X509EncodedKeySpec
This class represents the ASN.1 encoding of a public key,
encoded according to the ASN.1 type
SubjectPublicKeyInfo. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EllipticCurve.equals(Object obj)
Compares this elliptic curve for equality with the
specified object.
|
boolean |
ECPoint.equals(Object obj)
Compares this elliptic curve point for equality with
the specified object.
|
boolean |
ECFieldFp.equals(Object obj)
Compares this prime finite field for equality with the
specified object.
|
boolean |
ECFieldF2m.equals(Object obj)
Compares this finite field for equality with the
specified object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchUpdateException
The subclass of
SQLException thrown when an error
occurs during a batch update operation. |
class |
DataTruncation
An exception thrown as a
DataTruncation exception
(on writes) or reported as a
DataTruncation warning (on reads)
when a data values is unexpectedly truncated for reasons other than its having
execeeded MaxFieldSize. |
(package private) class |
DriverInfo |
class |
DriverManager
The basic service for managing a set of JDBC drivers.
NOTE: The DataSource interface, new in the
JDBC 2.0 API, provides another way to connect to a data source. |
class |
DriverPropertyInfo
Driver properties for making a connection.
|
class |
SQLClientInfoException
The subclass of
SQLException is thrown when one or more client info properties
could not be set on a Connection. |
class |
SQLDataException
The subclass of
SQLException thrown when the SQLState class value
is '22', or under vendor-specified conditions. |
class |
SQLException
An exception that provides information on a database access
error or other errors.
|
class |
SQLFeatureNotSupportedException
The subclass of
SQLException thrown when the SQLState class value is '0A'
( the value is 'zero' A). |
class |
SQLIntegrityConstraintViolationException
The subclass of
SQLException thrown when the SQLState class value
is '23', or under vendor-specified conditions. |
class |
SQLInvalidAuthorizationSpecException
The subclass of
SQLException thrown when the SQLState class value
is '28', or under vendor-specified conditions. |
class |
SQLNonTransientConnectionException
The subclass of
SQLException thrown for the SQLState
class value '08', or under vendor-specified conditions. |
class |
SQLNonTransientException
The subclass of
SQLException thrown when an instance where a retry
of the same operation would fail unless the cause of the SQLException
is corrected. |
class |
SQLPermission
The permission for which the
SecurityManager will check
when code that is running in an applet, or an application with a
SecurityManager enabled, calls the
DriverManager.setLogWriter method,
DriverManager.setLogStream (deprecated) method,
SyncFactory.setJNDIContext method,
SyncFactory.setLogger method,
Connection.setNetworktimeout method,
or the Connection.abort method. |
class |
SQLRecoverableException
The subclass of
SQLException thrown in situations where a
previously failed operation might be able to succeed if the application performs
some recovery steps and retries the entire transaction or in the case of a
distributed transaction, the transaction branch. |
class |
SQLSyntaxErrorException
The subclass of
SQLException thrown when the SQLState class value
is '42', or under vendor-specified conditions. |
class |
SQLTimeoutException
The subclass of
SQLException thrown when the timeout specified by Statement
has expired. |
class |
SQLTransactionRollbackException
The subclass of
SQLException thrown when the SQLState class value
is '40', or under vendor-specified conditions. |
class |
SQLTransientConnectionException
The subclass of
SQLException for the SQLState class
value '08', or under vendor-specified conditions. |
class |
SQLTransientException
The subclass of
SQLException is thrown in situations where a
previoulsy failed operation might be able to succeed when the operation is
retried without any intervention by application-level functionality. |
class |
SQLWarning
An exception that provides information on database access
warnings.
|
class |
Time
A thin wrapper around the
java.util.Date class that allows the JDBC
API to identify this as an SQL TIME value. |
class |
Types
The class that defines the constants that are used to identify generic
SQL types, called JDBC types.
|
| Modifier and Type | Field and Description |
|---|---|
private static Object |
DriverManager.logSync |
| Modifier and Type | Method and Description |
|---|---|
Object |
Array.getArray()
Retrieves the contents of the SQL
ARRAY value designated
by this
Array object in the form of an array in the Java
programming language. |
Object |
Array.getArray(long index,
int count)
Retrieves a slice of the SQL
ARRAY
value designated by this Array object, beginning with the
specified index and containing up to count
successive elements of the SQL array. |
Object |
Array.getArray(long index,
int count,
Map<String,Class<?>> map)
Retreives a slice of the SQL
ARRAY value
designated by this Array object, beginning with the specified
index and containing up to count
successive elements of the SQL array. |
Object |
Array.getArray(Map<String,Class<?>> map)
Retrieves the contents of the SQL
ARRAY value designated by this
Array object. |
Object[] |
Struct.getAttributes()
Produces the ordered values of the attributes of the SQL
structured type that this
Struct object represents. |
Object[] |
Struct.getAttributes(Map<String,Class<?>> map)
Produces the ordered values of the attributes of the SQL
structured type that this
Struct object represents. |
Object |
Ref.getObject()
Retrieves the SQL structured type instance referenced by
this
Ref object. |
Object |
ResultSet.getObject(int columnIndex)
Gets the value of the designated column in the current row
of this
ResultSet object as
an Object in the Java programming language. |
Object |
CallableStatement.getObject(int parameterIndex)
Retrieves the value of the designated parameter as an
Object
in the Java programming language. |
Object |
ResultSet.getObject(int columnIndex,
Map<String,Class<?>> map)
Retrieves the value of the designated column in the current row
of this
ResultSet object as an Object
in the Java programming language. |
Object |
CallableStatement.getObject(int parameterIndex,
Map<String,Class<?>> map)
Returns an object representing the value of OUT parameter
parameterIndex and uses map for the custom
mapping of the parameter value. |
Object |
Ref.getObject(Map<String,Class<?>> map)
Retrieves the referenced object and maps it to a Java type
using the given type map.
|
Object |
ResultSet.getObject(String columnLabel)
Gets the value of the designated column in the current row
of this
ResultSet object as
an Object in the Java programming language. |
Object |
CallableStatement.getObject(String parameterName)
Retrieves the value of a parameter as an
Object in the Java
programming language. |
Object |
ResultSet.getObject(String columnLabel,
Map<String,Class<?>> map)
Retrieves the value of the designated column in the current row
of this
ResultSet object as an Object
in the Java programming language. |
Object |
CallableStatement.getObject(String parameterName,
Map<String,Class<?>> map)
Returns an object representing the value of OUT parameter
parameterName and uses map for the custom
mapping of the parameter value. |
Object |
SQLInput.readObject()
Reads the datum at the head of the stream and returns it as an
Object in the Java programming language. |
| Modifier and Type | Method and Description |
|---|---|
Array |
Connection.createArrayOf(String typeName,
Object[] elements)
Factory method for creating Array objects.
|
Struct |
Connection.createStruct(String typeName,
Object[] attributes)
Factory method for creating Struct objects.
|
boolean |
Timestamp.equals(Object ts)
Tests to see if this
Timestamp object is
equal to the given object. |
boolean |
RowId.equals(Object obj)
Compares this
RowId to the specified object. |
boolean |
DriverInfo.equals(Object other) |
void |
PreparedStatement.setObject(int parameterIndex,
Object x)
Sets the value of the designated parameter using the given object.
|
void |
PreparedStatement.setObject(int parameterIndex,
Object x,
int targetSqlType)
Sets the value of the designated parameter with the given object.
|
void |
PreparedStatement.setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
Sets the value of the designated parameter with the given object.
|
void |
Ref.setObject(Object value)
Sets the structured type value that this
Ref
object references to the given instance of Object. |
void |
CallableStatement.setObject(String parameterName,
Object x)
Sets the value of the designated parameter with the given object.
|
void |
CallableStatement.setObject(String parameterName,
Object x,
int targetSqlType)
Sets the value of the designated parameter with the given object.
|
void |
CallableStatement.setObject(String parameterName,
Object x,
int targetSqlType,
int scale)
Sets the value of the designated parameter with the given object.
|
void |
ResultSet.updateObject(int columnIndex,
Object x)
Updates the designated column with an
Object value. |
void |
ResultSet.updateObject(int columnIndex,
Object x,
int scaleOrLength)
Updates the designated column with an
Object value. |
void |
ResultSet.updateObject(String columnLabel,
Object x)
Updates the designated column with an
Object value. |
void |
ResultSet.updateObject(String columnLabel,
Object x,
int scaleOrLength)
Updates the designated column with an
Object value. |
| Modifier and Type | Class and Description |
|---|---|
class |
Annotation
An Annotation object is used as a wrapper for a text attribute value if
the attribute has annotation characteristics.
|
static class |
AttributedCharacterIterator.Attribute
Defines attribute keys that are used to identify text attributes.
|
class |
AttributedString
An AttributedString holds text and related attribute information.
|
private class |
AttributedString.AttributedStringIterator |
private class |
AttributedString.AttributeMap |
(package private) class |
AttributeEntry |
class |
Bidi
This class implements the Unicode Bidirectional Algorithm.
|
(package private) class |
BreakDictionary
This is the class that represents the list of known words used by
DictionaryBasedBreakIterator.
|
class |
BreakIterator
The
BreakIterator class implements methods for finding
the location of boundaries in text. |
private static class |
BreakIterator.BreakIteratorCache |
private static class |
BreakIterator.BreakIteratorGetter
Obtains a BreakIterator instance from a BreakIteratorProvider
implementation.
|
(package private) class |
CalendarBuilder
CalendarBuilder keeps field-value pairs for setting
the calendar fields of the given Calendar. |
(package private) class |
CharacterIteratorFieldDelegate
CharacterIteratorFieldDelegate combines the notifications from a Format
into a resulting
AttributedCharacterIterator. |
class |
ChoiceFormat
A
ChoiceFormat allows you to attach a format to a range of numbers. |
class |
CollationElementIterator
The
CollationElementIterator class is used as an iterator
to walk through each character of an international string. |
class |
CollationKey
A
CollationKey represents a String under the
rules of a specific Collator object. |
(package private) class |
CollationRules
CollationRules contains the default en_US collation rules as a base
for building other collation tables.
|
class |
Collator
The
Collator class performs locale-sensitive
String comparison. |
private static class |
Collator.CollatorGetter
Obtains a Collator instance from a CollatorProvider
implementation.
|
class |
DateFormat
DateFormat is an abstract class for date/time formatting subclasses which
formats and parses dates or time in a language-independent manner. |
private static class |
DateFormat.DateFormatGetter
Obtains a DateFormat instance from a DateFormatProvider
implementation.
|
static class |
DateFormat.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from DateFormat.formatToCharacterIterator and as
field identifiers in FieldPosition. |
class |
DateFormatSymbols
DateFormatSymbols is a public class for encapsulating
localizable date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data. |
private static class |
DateFormatSymbols.DateFormatSymbolsGetter
Obtains a DateFormatSymbols instance from a DateFormatSymbolsProvider
implementation.
|
class |
DecimalFormat
DecimalFormat is a concrete subclass of
NumberFormat that formats decimal numbers. |
class |
DecimalFormatSymbols
This class represents the set of symbols (such as the decimal separator,
the grouping separator, and so on) needed by
DecimalFormat
to format numbers. |
private static class |
DecimalFormatSymbols.DecimalFormatSymbolsGetter
Obtains a DecimalFormatSymbols instance from a DecimalFormatSymbolsProvider
implementation.
|
(package private) class |
DictionaryBasedBreakIterator
A subclass of RuleBasedBreakIterator that adds the ability to use a dictionary
to further subdivide ranges of text beyond what is possible using just the
state-table-based algorithm.
|
(package private) class |
DigitList
Digit List.
|
(package private) class |
DontCareFieldPosition
DontCareFieldPosition defines no-op FieldDelegate.
|
(package private) class |
EntryPair
This is used for building contracting character tables.
|
class |
FieldPosition
FieldPosition is a simple class used by Format
and its subclasses to identify fields in formatted output. |
private class |
FieldPosition.Delegate
An implementation of FieldDelegate that will adjust the begin/end
of the FieldPosition if the arguments match the field of
the FieldPosition.
|
class |
Format
Format is an abstract base class for formatting locale-sensitive
information such as dates, messages, and numbers. |
static class |
Format.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from Format.formatToCharacterIterator and as
field identifiers in FieldPosition. |
(package private) class |
MergeCollation
Utility class for normalizing and merging patterns for collation.
|
class |
MessageFormat
MessageFormat provides a means to produce concatenated
messages in a language-neutral way. |
static class |
MessageFormat.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from MessageFormat.formatToCharacterIterator. |
class |
Normalizer
This class provides the method
normalize which transforms Unicode
text into an equivalent composed or decomposed form, allowing for easier
sorting and searching of text. |
class |
NumberFormat
NumberFormat is the abstract base class for all number
formats. |
static class |
NumberFormat.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from NumberFormat.formatToCharacterIterator and as
field identifiers in FieldPosition. |
private static class |
NumberFormat.NumberFormatGetter
Obtains a NumberFormat instance from a NumberFormatProvider implementation.
|
class |
ParseException
Signals that an error has been reached unexpectedly
while parsing.
|
class |
ParsePosition
ParsePosition is a simple class used by Format
and its subclasses to keep track of the current position during parsing. |
(package private) class |
PatternEntry
Utility class for normalizing and merging patterns for collation.
|
(package private) static class |
PatternEntry.Parser |
(package private) class |
RBCollationTables
This class contains the static state of a RuleBasedCollator: The various
tables that are used by the collation routines.
|
(package private) class |
RBCollationTables.BuildAPI |
(package private) class |
RBTableBuilder
This class contains all the code to parse a RuleBasedCollator pattern
and build a RBCollationTables object from it.
|
(package private) class |
RuleBasedBreakIterator
A subclass of BreakIterator whose behavior is specified using a list of rules.
|
private static class |
RuleBasedBreakIterator.SafeCharIterator |
(package private) class |
RuleBasedCollationKey
A RuleBasedCollationKey is a concrete implementation of CollationKey class.
|
class |
RuleBasedCollator
The
RuleBasedCollator class is a concrete subclass of
Collator that provides a simple, data-driven, table
collator. |
class |
SimpleDateFormat
SimpleDateFormat is a concrete class for formatting and
parsing dates in a locale-sensitive manner. |
class |
StringCharacterIterator
StringCharacterIterator implements the
CharacterIterator protocol for a String. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
AttributeEntry.value |
private Object |
Annotation.value |
| Modifier and Type | Method and Description |
|---|---|
Object |
StringCharacterIterator.clone()
Creates a copy of this iterator.
|
Object |
SimpleDateFormat.clone()
Creates a copy of this
SimpleDateFormat. |
Object |
RuleBasedCollator.clone()
Standard override; no change in semantics.
|
Object |
RuleBasedBreakIterator.clone()
Clones this iterator.
|
Object |
RuleBasedBreakIterator.SafeCharIterator.clone() |
Object |
NumberFormat.clone()
Overrides Cloneable
|
Object |
MessageFormat.clone()
Creates and returns a copy of this object.
|
Object |
Format.clone()
Creates and returns a copy of this object.
|
Object |
DigitList.clone()
Creates a copy of this object.
|
Object |
DecimalFormatSymbols.clone()
Standard override.
|
Object |
DecimalFormat.clone()
Standard override; no change in semantics.
|
Object |
DateFormatSymbols.clone()
Overrides Cloneable
|
Object |
DateFormat.clone()
Overrides Cloneable
|
Object |
Collator.clone()
Overrides Cloneable
|
Object |
ChoiceFormat.clone()
Overrides Cloneable
|
Object |
CharacterIterator.clone()
Create a copy of this iterator
|
Object |
BreakIterator.clone()
Create a copy of this iterator
|
Object |
AttributedString.AttributedStringIterator.clone() |
Object |
AttributedString.AttributeMap.get(Object key) |
Object |
AttributedString.AttributedStringIterator.getAttribute(AttributedCharacterIterator.Attribute attribute) |
Object |
AttributedCharacterIterator.getAttribute(AttributedCharacterIterator.Attribute attribute)
Returns the value of the named
attribute for the current character. |
private Object |
AttributedString.getAttribute(AttributedCharacterIterator.Attribute attribute,
int runIndex) |
private Object |
AttributedString.getAttributeCheckRange(AttributedCharacterIterator.Attribute attribute,
int runIndex,
int beginIndex,
int endIndex) |
Object[] |
ChoiceFormat.getFormats()
Get the formats passed in the constructor.
|
Object |
AttributeEntry.getKey() |
Object |
AttributeEntry.getValue() |
Object |
Annotation.getValue()
Returns the value of the attribute, which may be null.
|
Object[] |
MessageFormat.parse(String source)
Parses text from the beginning of the given string to produce an object
array.
|
Object[] |
MessageFormat.parse(String source,
ParsePosition pos)
Parses the string.
|
Object |
Format.parseObject(String source)
Parses text from the beginning of the given string to produce an object.
|
Object |
NumberFormat.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce a
Number. |
Object |
MessageFormat.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce an object array.
|
abstract Object |
Format.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce an object.
|
Object |
DateFormat.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce a
Date. |
protected Object |
NumberFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.
|
protected Object |
MessageFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.
|
protected Object |
DateFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.
|
protected Object |
AttributedCharacterIterator.Attribute.readResolve()
Resolves instances being deserialized to the predefined constants.
|
Object |
AttributeEntry.setValue(Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
Map<AttributedCharacterIterator.Attribute,Object> |
AttributedString.AttributedStringIterator.getAttributes() |
Map<AttributedCharacterIterator.Attribute,Object> |
AttributedCharacterIterator.getAttributes()
Returns a map with the attributes defined on the current
character.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value)
Adds an attribute to the entire string.
|
void |
AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value,
int beginIndex,
int endIndex)
Adds an attribute to a subrange of the string.
|
private void |
AttributedString.addAttributeImpl(AttributedCharacterIterator.Attribute attribute,
Object value,
int beginIndex,
int endIndex) |
private void |
AttributedString.addAttributeRunData(AttributedCharacterIterator.Attribute attribute,
Object value,
int beginRunIndex,
int endRunIndex) |
int |
Collator.compare(Object o1,
Object o2)
Compares its two arguments for order.
|
(package private) AttributedCharacterIterator |
Format.createAttributedCharacterIterator(AttributedCharacterIterator iterator,
AttributedCharacterIterator.Attribute key,
Object value)
Creates an AttributedCharacterIterator with the contents of
iterator and the additional attribute key
value. |
(package private) AttributedCharacterIterator |
Format.createAttributedCharacterIterator(String string,
AttributedCharacterIterator.Attribute key,
Object value)
Returns an AttributedCharacterIterator with the String
string and additional key/value pair key,
value. |
boolean |
StringCharacterIterator.equals(Object obj)
Compares the equality of two StringCharacterIterator objects.
|
boolean |
SimpleDateFormat.equals(Object obj)
Compares the given object with this
SimpleDateFormat for
equality. |
boolean |
RuleBasedCollator.equals(Object obj)
Compares the equality of two collation objects.
|
boolean |
RuleBasedCollationKey.equals(Object target)
Compare this RuleBasedCollationKey and the target for equality.
|
boolean |
RuleBasedBreakIterator.equals(Object that)
Returns true if both BreakIterators are of the same class, have the same
rules, and iterate over the same text.
|
boolean |
PatternEntry.equals(Object obj)
WARNING this is used for searching in a Vector.
|
boolean |
ParsePosition.equals(Object obj)
Overrides equals
|
boolean |
NumberFormat.equals(Object obj)
Overrides equals
|
boolean |
MessageFormat.equals(Object obj)
Equality comparison between two message format objects
|
boolean |
FieldPosition.equals(Object obj)
Overrides equals
|
boolean |
DigitList.equals(Object obj)
equality test between two digit lists.
|
boolean |
DecimalFormatSymbols.equals(Object obj)
Override equals.
|
boolean |
DecimalFormat.equals(Object obj)
Overrides equals
|
boolean |
DateFormatSymbols.equals(Object obj)
Override equals
|
boolean |
DateFormat.equals(Object obj)
Overrides equals
|
boolean |
Collator.equals(Object that)
Compares the equality of two Collators.
|
boolean |
ChoiceFormat.equals(Object obj)
Equality comparision between two
|
boolean |
AttributedString.AttributedStringIterator.equals(Object obj) |
boolean |
AttributedCharacterIterator.Attribute.equals(Object obj)
Compares two objects for equality.
|
boolean |
AttributeEntry.equals(Object o) |
String |
Format.format(Object obj)
Formats an object to produce a string.
|
StringBuffer |
MessageFormat.format(Object[] arguments,
StringBuffer result,
FieldPosition pos)
Formats an array of objects and appends the
MessageFormat's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer. |
StringBuffer |
NumberFormat.format(Object number,
StringBuffer toAppendTo,
FieldPosition pos)
Formats a number and appends the resulting text to the given string
buffer.
|
StringBuffer |
MessageFormat.format(Object arguments,
StringBuffer result,
FieldPosition pos)
Formats an array of objects and appends the
MessageFormat's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer. |
abstract StringBuffer |
Format.format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
Formats an object and appends the resulting text to a given string
buffer.
|
StringBuffer |
DecimalFormat.format(Object number,
StringBuffer toAppendTo,
FieldPosition pos)
Formats a number and appends the resulting text to the given string
buffer.
|
StringBuffer |
DateFormat.format(Object obj,
StringBuffer toAppendTo,
FieldPosition fieldPosition)
Overrides Format.
|
static String |
MessageFormat.format(String pattern,
Object... arguments)
Creates a MessageFormat with the given pattern and uses it
to format the given arguments.
|
void |
Format.FieldDelegate.formatted(Format.Field attr,
Object value,
int start,
int end,
StringBuffer buffer)
Notified when a particular region of the String is formatted.
|
void |
FieldPosition.Delegate.formatted(Format.Field attr,
Object value,
int start,
int end,
StringBuffer buffer) |
void |
CharacterIteratorFieldDelegate.formatted(Format.Field attr,
Object value,
int start,
int end,
StringBuffer buffer) |
void |
Format.FieldDelegate.formatted(int fieldID,
Format.Field attr,
Object value,
int start,
int end,
StringBuffer buffer)
Notified when a particular region of the String is formatted.
|
void |
FieldPosition.Delegate.formatted(int fieldID,
Format.Field attr,
Object value,
int start,
int end,
StringBuffer buffer) |
void |
CharacterIteratorFieldDelegate.formatted(int fieldID,
Format.Field attr,
Object value,
int start,
int end,
StringBuffer buffer) |
AttributedCharacterIterator |
SimpleDateFormat.formatToCharacterIterator(Object obj)
Formats an Object producing an
AttributedCharacterIterator. |
AttributedCharacterIterator |
MessageFormat.formatToCharacterIterator(Object arguments)
Formats an array of objects and inserts them into the
MessageFormat's pattern, producing an
AttributedCharacterIterator. |
AttributedCharacterIterator |
Format.formatToCharacterIterator(Object obj)
Formats an Object producing an
AttributedCharacterIterator. |
AttributedCharacterIterator |
DecimalFormat.formatToCharacterIterator(Object obj)
Formats an Object producing an
AttributedCharacterIterator. |
Object |
AttributedString.AttributeMap.get(Object key) |
BreakIterator |
BreakIterator.BreakIteratorGetter.getObject(BreakIteratorProvider breakIteratorProvider,
Locale locale,
String key,
Object... params) |
Collator |
Collator.CollatorGetter.getObject(CollatorProvider collatorProvider,
Locale locale,
String key,
Object... params) |
DateFormat |
DateFormat.DateFormatGetter.getObject(DateFormatProvider dateFormatProvider,
Locale locale,
String key,
Object... params) |
DateFormatSymbols |
DateFormatSymbols.DateFormatSymbolsGetter.getObject(DateFormatSymbolsProvider dateFormatSymbolsProvider,
Locale locale,
String key,
Object... params) |
DecimalFormatSymbols |
DecimalFormatSymbols.DecimalFormatSymbolsGetter.getObject(DecimalFormatSymbolsProvider decimalFormatSymbolsProvider,
Locale locale,
String key,
Object... params) |
NumberFormat |
NumberFormat.NumberFormatGetter.getObject(NumberFormatProvider numberFormatProvider,
Locale locale,
String key,
Object... params) |
static void |
Bidi.reorderVisually(byte[] levels,
int levelStart,
Object[] objects,
int objectStart,
int count)
Reorder the objects in the array into visual order based on their levels.
|
Object |
AttributeEntry.setValue(Object newValue) |
private StringBuffer |
MessageFormat.subformat(Object[] arguments,
StringBuffer result,
FieldPosition fp,
List characterIterators)
Internal routine used by format.
|
private static boolean |
AttributedString.valuesMatch(Object value1,
Object value2) |
| Constructor and Description |
|---|
Annotation(Object value)
Constructs an annotation record with the given value, which
may be null.
|
AttributeEntry(AttributedCharacterIterator.Attribute key,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
BreakIteratorProvider
An abstract class for service providers that
provide concrete implementations of the
BreakIterator class. |
class |
CollatorProvider
An abstract class for service providers that
provide concrete implementations of the
Collator class. |
class |
DateFormatProvider
An abstract class for service providers that
provide concrete implementations of the
DateFormat class. |
class |
DateFormatSymbolsProvider
An abstract class for service providers that
provide instances of the
DateFormatSymbols class. |
class |
DecimalFormatSymbolsProvider
An abstract class for service providers that
provide instances of the
DecimalFormatSymbols class. |
class |
NumberFormatProvider
An abstract class for service providers that
provide concrete implementations of the
NumberFormat class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCollection<E>
This class provides a skeletal implementation of the Collection
interface, to minimize the effort required to implement this interface.
|
class |
AbstractList<E>
This class provides a skeletal implementation of the
List
interface to minimize the effort required to implement this interface
backed by a "random access" data store (such as an array). |
private class |
AbstractList.Itr |
private class |
AbstractList.ListItr |
class |
AbstractMap<K,V>
This class provides a skeletal implementation of the Map
interface, to minimize the effort required to implement this interface.
|
static class |
AbstractMap.SimpleEntry<K,V>
An Entry maintaining a key and a value.
|
static class |
AbstractMap.SimpleImmutableEntry<K,V>
An Entry maintaining an immutable key and value.
|
class |
AbstractQueue<E>
This class provides skeletal implementations of some
Queue
operations. |
class |
AbstractSequentialList<E>
This class provides a skeletal implementation of the List
interface to minimize the effort required to implement this interface
backed by a "sequential access" data store (such as a linked list).
|
class |
AbstractSet<E>
This class provides a skeletal implementation of the Set
interface to minimize the effort required to implement this
interface.
|
class |
ArrayDeque<E>
Resizable-array implementation of the
Deque interface. |
private class |
ArrayDeque.DeqIterator |
private class |
ArrayDeque.DescendingIterator |
class |
ArrayList<E>
Resizable-array implementation of the List interface.
|
private class |
ArrayList.Itr
An optimized version of AbstractList.Itr
|
private class |
ArrayList.ListItr
An optimized version of AbstractList.ListItr
|
private class |
ArrayList.SubList |
class |
Arrays
This class contains various methods for manipulating arrays (such as
sorting and searching).
|
private static class |
Arrays.ArrayList<E> |
(package private) static class |
Arrays.LegacyMergeSort
Old merge sort implementation can be selected (for
compatibility with broken comparators) using a system property.
|
class |
BitSet
This class implements a vector of bits that grows as needed.
|
class |
Calendar
The
Calendar class is an abstract class that provides methods
for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH,
DAY_OF_MONTH, HOUR, and so on, and for
manipulating the calendar fields, such as getting the date of the next
week. |
private static class |
Calendar.CalendarAccessControlContext |
class |
Collections
This class consists exclusively of static methods that operate on or return
collections.
|
(package private) static class |
Collections.AsLIFOQueue<E> |
(package private) static class |
Collections.CheckedCollection<E> |
(package private) static class |
Collections.CheckedList<E> |
private static class |
Collections.CheckedMap<K,V> |
(package private) static class |
Collections.CheckedMap.CheckedEntrySet<K,V>
We need this class in addition to CheckedSet as Map.Entry permits
modification of the backing Map via the setValue operation.
|
private static class |
Collections.CheckedMap.CheckedEntrySet.CheckedEntry<K,V,T>
This "wrapper class" serves two purposes: it prevents
the client from modifying the backing Map, by short-circuiting
the setValue method, and it protects the backing Map against
an ill-behaved Map.Entry that attempts to modify another
Map.Entry when asked to perform an equality check.
|
(package private) static class |
Collections.CheckedRandomAccessList<E> |
(package private) static class |
Collections.CheckedSet<E> |
(package private) static class |
Collections.CheckedSortedMap<K,V> |
(package private) static class |
Collections.CheckedSortedSet<E> |
private static class |
Collections.CopiesList<E> |
private static class |
Collections.EmptyEnumeration<E> |
private static class |
Collections.EmptyIterator<E> |
private static class |
Collections.EmptyList<E> |
private static class |
Collections.EmptyListIterator<E> |
private static class |
Collections.EmptyMap<K,V> |
private static class |
Collections.EmptySet<E> |
private static class |
Collections.ReverseComparator |
private static class |
Collections.ReverseComparator2<T> |
private static class |
Collections.SetFromMap<E> |
private static class |
Collections.SingletonList<E> |
private static class |
Collections.SingletonMap<K,V> |
private static class |
Collections.SingletonSet<E> |
(package private) static class |
Collections.SynchronizedCollection<E> |
(package private) static class |
Collections.SynchronizedList<E> |
private static class |
Collections.SynchronizedMap<K,V> |
(package private) static class |
Collections.SynchronizedRandomAccessList<E> |
(package private) static class |
Collections.SynchronizedSet<E> |
(package private) static class |
Collections.SynchronizedSortedMap<K,V> |
(package private) static class |
Collections.SynchronizedSortedSet<E> |
(package private) static class |
Collections.UnmodifiableCollection<E> |
(package private) static class |
Collections.UnmodifiableList<E> |
private static class |
Collections.UnmodifiableMap<K,V> |
(package private) static class |
Collections.UnmodifiableMap.UnmodifiableEntrySet<K,V>
We need this class in addition to UnmodifiableSet as
Map.Entries themselves permit modification of the backing Map
via their setValue operation.
|
private static class |
Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry<K,V>
This "wrapper class" serves two purposes: it prevents
the client from modifying the backing Map, by short-circuiting
the setValue method, and it protects the backing Map against
an ill-behaved Map.Entry that attempts to modify another
Map Entry when asked to perform an equality check.
|
(package private) static class |
Collections.UnmodifiableRandomAccessList<E> |
(package private) static class |
Collections.UnmodifiableSet<E> |
(package private) static class |
Collections.UnmodifiableSortedMap<K,V> |
(package private) static class |
Collections.UnmodifiableSortedSet<E> |
(package private) class |
ComparableTimSort
This is a near duplicate of
TimSort, modified for use with
arrays of objects that implement Comparable, instead of using
explicit comparators. |
class |
ConcurrentModificationException
This exception may be thrown by methods that have detected concurrent
modification of an object when such modification is not permissible.
|
class |
Currency
Represents a currency.
|
private static class |
Currency.CurrencyNameGetter
Obtains a localized currency names from a CurrencyNameProvider
implementation.
|
class |
Date
The class
Date represents a specific instant
in time, with millisecond precision. |
class |
Dictionary<K,V>
The
Dictionary class is the abstract parent of any
class, such as Hashtable, which maps keys to values. |
(package private) class |
DualPivotQuicksort
This class implements the Dual-Pivot Quicksort algorithm by
Vladimir Yaroslavskiy, Jon Bentley, and Josh Bloch.
|
class |
DuplicateFormatFlagsException
Unchecked exception thrown when duplicate flags are provided in the format
specifier.
|
class |
EmptyStackException
Thrown by methods in the
Stack class to indicate
that the stack is empty. |
class |
EnumMap<K extends Enum<K>,V>
A specialized
Map implementation for use with enum type keys. |
private class |
EnumMap.EntryIterator |
private class |
EnumMap.EntryIterator.Entry |
private class |
EnumMap.EntrySet |
private class |
EnumMap.EnumMapIterator<T> |
private class |
EnumMap.KeyIterator |
private class |
EnumMap.KeySet |
private class |
EnumMap.ValueIterator |
private class |
EnumMap.Values |
class |
EnumSet<E extends Enum<E>>
A specialized
Set implementation for use with enum types. |
private static class |
EnumSet.SerializationProxy<E extends Enum<E>>
This class is used to serialize all EnumSet instances, regardless of
implementation type.
|
class |
EventListenerProxy<T extends EventListener>
An abstract wrapper class for an
EventListener class
which associates a set of additional parameters with the listener. |
class |
EventObject
The root class from which all event state objects shall be derived.
|
class |
FormatFlagsConversionMismatchException
Unchecked exception thrown when a conversion and flag are incompatible.
|
class |
FormattableFlags
FomattableFlags are passed to the
Formattable.formatTo() method and modify the output format for Formattables. |
private static class |
Formatter.Conversion |
private static class |
Formatter.DateTime |
private class |
Formatter.FixedString |
private static class |
Formatter.Flags |
private class |
Formatter.FormatSpecifier |
private class |
Formatter.FormatSpecifier.BigDecimalLayout |
class |
FormatterClosedException
Unchecked exception thrown when the formatter has been closed.
|
class |
GregorianCalendar
GregorianCalendar is a concrete subclass of
Calendar and provides the standard calendar system
used by most of the world. |
class |
HashMap<K,V>
Hash table based implementation of the Map interface.
|
(package private) static class |
HashMap.Entry<K,V> |
private class |
HashMap.EntryIterator |
private class |
HashMap.EntrySet |
private class |
HashMap.HashIterator<E> |
private static class |
HashMap.Holder
holds values which can't be initialized until after VM is booted.
|
private class |
HashMap.KeyIterator |
private class |
HashMap.KeySet |
private class |
HashMap.ValueIterator |
private class |
HashMap.Values |
class |
HashSet<E>
This class implements the Set interface, backed by a hash table
(actually a HashMap instance).
|
class |
Hashtable<K,V>
This class implements a hash table, which maps keys to values.
|
private static class |
Hashtable.Entry<K,V>
Hashtable bucket collision list entry
|
private class |
Hashtable.EntrySet |
private class |
Hashtable.Enumerator<T>
A hashtable enumerator class.
|
private static class |
Hashtable.Holder
holds values which can't be initialized until after VM is booted.
|
private class |
Hashtable.KeySet |
private class |
Hashtable.ValueCollection |
class |
IdentityHashMap<K,V>
This class implements the Map interface with a hash table, using
reference-equality in place of object-equality when comparing keys (and
values).
|
private class |
IdentityHashMap.EntryIterator |
private class |
IdentityHashMap.EntryIterator.Entry |
private class |
IdentityHashMap.EntrySet |
private class |
IdentityHashMap.IdentityHashMapIterator<T> |
private class |
IdentityHashMap.KeyIterator |
private class |
IdentityHashMap.KeySet |
private class |
IdentityHashMap.ValueIterator |
private class |
IdentityHashMap.Values |
class |
IllegalFormatCodePointException
Unchecked exception thrown when a character with an invalid Unicode code
point as defined by
Character.isValidCodePoint(int) is passed to the
Formatter. |
class |
IllegalFormatConversionException
Unchecked exception thrown when the argument corresponding to the format
specifier is of an incompatible type.
|
class |
IllegalFormatException
Unchecked exception thrown when a format string contains an illegal syntax
or a format specifier that is incompatible with the given arguments.
|
class |
IllegalFormatFlagsException
Unchecked exception thrown when an illegal combination flags is given.
|
class |
IllegalFormatPrecisionException
Unchecked exception thrown when the precision is a negative value other than
-1, the conversion does not support a precision, or the value is
otherwise unsupported.
|
class |
IllegalFormatWidthException
Unchecked exception thrown when the format width is a negative value other
than -1 or is otherwise unsupported.
|
class |
IllformedLocaleException
Thrown by methods in
Locale and Locale.Builder to
indicate that an argument is not a well-formed BCP 47 tag. |
class |
InputMismatchException
Thrown by a
Scanner to indicate that the token
retrieved does not match the pattern for the expected type, or
that the token is out of range for the expected type. |
class |
InvalidPropertiesFormatException
Thrown to indicate that an operation could not complete because
the input did not conform to the appropriate XML document type
for a collection of properties, as per the
Properties
specification. |
(package private) class |
JapaneseImperialCalendar
JapaneseImperialCalendar implements a Japanese
calendar system in which the imperial era-based year numbering is
supported from the Meiji era. |
(package private) class |
JumboEnumSet<E extends Enum<E>>
Private implementation class for EnumSet, for "jumbo" enum types
(i.e., those with more than 64 elements).
|
private class |
JumboEnumSet.EnumSetIterator<E extends Enum<E>> |
class |
LinkedHashMap<K,V>
Hash table and linked list implementation of the Map interface,
with predictable iteration order.
|
private static class |
LinkedHashMap.Entry<K,V>
LinkedHashMap entry.
|
private class |
LinkedHashMap.EntryIterator |
private class |
LinkedHashMap.KeyIterator |
private class |
LinkedHashMap.LinkedHashIterator<T> |
private class |
LinkedHashMap.ValueIterator |
class |
LinkedHashSet<E>
Hash table and linked list implementation of the Set interface,
with predictable iteration order.
|
class |
LinkedList<E>
Doubly-linked list implementation of the
List and Deque
interfaces. |
private class |
LinkedList.DescendingIterator
Adapter to provide descending iterators via ListItr.previous
|
private class |
LinkedList.ListItr |
private static class |
LinkedList.Node<E> |
class |
ListResourceBundle
ListResourceBundle is an abstract subclass of
ResourceBundle that manages resources for a locale
in a convenient and easy to use list. |
class |
Locale
A
Locale object represents a specific geographical, political,
or cultural region. |
static class |
Locale.Builder
Builder is used to build instances of Locale
from values configured by the setters. |
private static class |
Locale.Cache |
private static class |
Locale.LocaleKey |
private static class |
Locale.LocaleNameGetter
Obtains a localized locale names from a LocaleNameProvider
implementation.
|
(package private) class |
LocaleISOData |
class |
MissingFormatArgumentException
Unchecked exception thrown when there is a format specifier which does not
have a corresponding argument or if an argument index refers to an argument
that does not exist.
|
class |
MissingFormatWidthException
Unchecked exception thrown when the format width is required.
|
class |
MissingResourceException
Signals that a resource is missing.
|
class |
NoSuchElementException
Thrown by the
nextElement method of an
Enumeration to indicate that there are no more
elements in the enumeration. |
class |
Objects
This class consists of
static utility methods for operating
on objects. |
class |
Observable
This class represents an observable object, or "data"
in the model-view paradigm.
|
class |
PriorityQueue<E>
An unbounded priority queue based on a priority heap.
|
private class |
PriorityQueue.Itr |
class |
Properties
The
Properties class represents a persistent set of
properties. |
(package private) class |
Properties.LineReader |
class |
PropertyPermission
This class is for property permissions.
|
(package private) class |
PropertyPermissionCollection
A PropertyPermissionCollection stores a set of PropertyPermission
permissions.
|
class |
PropertyResourceBundle
PropertyResourceBundle is a concrete subclass of
ResourceBundle that manages resources for a locale
using a set of static strings from a property file. |
class |
Random
An instance of this class is used to generate a stream of
pseudorandom numbers.
|
(package private) class |
RandomAccessSubList<E> |
(package private) class |
RegularEnumSet<E extends Enum<E>>
Private implementation class for EnumSet, for "regular sized" enum types
(i.e., those with 64 or fewer enum constants).
|
private class |
RegularEnumSet.EnumSetIterator<E extends Enum<E>> |
class |
ResourceBundle
Resource bundles contain locale-specific objects.
|
private static class |
ResourceBundle.BundleReference
References to bundles are soft references so that they can be garbage
collected when they have no hard references.
|
private static class |
ResourceBundle.CacheKey
Key used for cached resource bundles.
|
static class |
ResourceBundle.Control
ResourceBundle.Control defines a set of callback methods
that are invoked by the ResourceBundle.getBundle factory
methods during the bundle loading process. |
private static class |
ResourceBundle.Control.CandidateListCache |
private static class |
ResourceBundle.LoaderReference
References to class loaders are weak references, so that they can be
garbage collected when nobody else is using them.
|
private static class |
ResourceBundle.NoFallbackControl |
private static class |
ResourceBundle.RBClassLoader
A wrapper of ClassLoader.getSystemClassLoader().
|
private static class |
ResourceBundle.SingleFormatControl |
class |
Scanner
A simple text scanner which can parse primitive types and strings using
regular expressions.
|
class |
ServiceConfigurationError
Error thrown when something goes wrong while loading a service provider.
|
class |
ServiceLoader<S>
A simple service-provider loading facility.
|
private class |
ServiceLoader.LazyIterator |
class |
SimpleTimeZone
SimpleTimeZone is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar. |
class |
Stack<E>
The
Stack class represents a last-in-first-out
(LIFO) stack of objects. |
class |
StringTokenizer
The string tokenizer class allows an application to break a
string into tokens.
|
(package private) class |
SubList<E> |
(package private) class |
TaskQueue
This class represents a timer task queue: a priority queue of TimerTasks,
ordered on nextExecutionTime.
|
class |
TimerTask
A task that can be scheduled for one-time or repeated execution by a Timer.
|
(package private) class |
TimerThread
This "helper class" implements the timer's task execution thread, which
waits for tasks on the timer queue, executions them when they fire,
reschedules repeating tasks, and removes cancelled tasks and spent
non-repeating tasks from the queue.
|
class |
TimeZone
TimeZone represents a time zone offset, and also figures out daylight
savings. |
private static class |
TimeZone.DisplayNames |
(package private) class |
TimSort<T>
A stable, adaptive, iterative mergesort that requires far fewer than
n lg(n) comparisons when running on partially sorted arrays, while
offering performance comparable to a traditional mergesort when run
on random arrays.
|
class |
TooManyListenersException
The
TooManyListenersException Exception is used as part of
the Java Event model to annotate and implement a unicast special case of
a multicast Event Source. |
class |
TreeMap<K,V>
A Red-Black tree based
NavigableMap implementation. |
(package private) static class |
TreeMap.AscendingSubMap<K,V> |
(package private) class |
TreeMap.AscendingSubMap.AscendingEntrySetView |
(package private) class |
TreeMap.DescendingKeyIterator |
(package private) static class |
TreeMap.DescendingSubMap<K,V> |
(package private) class |
TreeMap.DescendingSubMap.DescendingEntrySetView |
(package private) static class |
TreeMap.Entry<K,V>
Node in the Tree.
|
(package private) class |
TreeMap.EntryIterator |
(package private) class |
TreeMap.EntrySet |
(package private) class |
TreeMap.KeyIterator |
(package private) static class |
TreeMap.KeySet<E> |
(package private) static class |
TreeMap.NavigableSubMap<K,V> |
(package private) class |
TreeMap.NavigableSubMap.DescendingSubMapEntryIterator |
(package private) class |
TreeMap.NavigableSubMap.DescendingSubMapKeyIterator |
(package private) class |
TreeMap.NavigableSubMap.EntrySetView |
(package private) class |
TreeMap.NavigableSubMap.SubMapEntryIterator |
(package private) class |
TreeMap.NavigableSubMap.SubMapIterator<T>
Iterators for SubMaps
|
(package private) class |
TreeMap.NavigableSubMap.SubMapKeyIterator |
(package private) class |
TreeMap.PrivateEntryIterator<T>
Base class for TreeMap Iterators
|
private class |
TreeMap.SubMap
This class exists solely for the sake of serialization
compatibility with previous releases of TreeMap that did not
support NavigableMap.
|
(package private) class |
TreeMap.ValueIterator |
(package private) class |
TreeMap.Values |
class |
TreeSet<E>
A
NavigableSet implementation based on a TreeMap. |
class |
UnknownFormatConversionException
Unchecked exception thrown when an unknown conversion is given.
|
class |
UnknownFormatFlagsException
Unchecked exception thrown when an unknown flag is given.
|
class |
UUID
A class that represents an immutable universally unique identifier (UUID).
|
private static class |
UUID.Holder |
class |
Vector<E>
The
Vector class implements a growable array of
objects. |
private class |
Vector.Itr
An optimized version of AbstractList.Itr
|
(package private) class |
Vector.ListItr
An optimized version of AbstractList.ListItr
|
class |
WeakHashMap<K,V>
Hash table based implementation of the Map interface, with
weak keys.
|
private static class |
WeakHashMap.Entry<K,V>
The entries in this hash table extend WeakReference, using its main ref
field as the key.
|
private class |
WeakHashMap.EntryIterator |
private class |
WeakHashMap.EntrySet |
private class |
WeakHashMap.HashIterator<T> |
private static class |
WeakHashMap.Holder
holds values which can't be initialized until after VM is booted.
|
private class |
WeakHashMap.KeyIterator |
private class |
WeakHashMap.KeySet |
private class |
WeakHashMap.ValueIterator |
private class |
WeakHashMap.Values |
(package private) class |
XMLUtils
A class used to aid in Properties load and save in XML.
|
private static class |
XMLUtils.EH |
private static class |
XMLUtils.Resolver |
| Modifier and Type | Field and Description |
|---|---|
private T[] |
TimSort.a
The array being sorted.
|
private Object[] |
ComparableTimSort.a
The array being sorted.
|
private E[] |
Arrays.ArrayList.a |
private Object |
WeakHashMap.HashIterator.currentKey
Strong reference needed to avoid disappearance of key
between nextEntry() and any use of the entry
|
private E |
Collections.SingletonSet.element |
private E |
Collections.SingletonList.element |
(package private) E |
Collections.CopiesList.element |
protected Object[] |
Vector.elementData
The array buffer into which the components of the vector are
stored.
|
private Object[] |
ArrayList.elementData
The array buffer into which the elements of the ArrayList are stored.
|
private E[] |
ArrayDeque.elements
The array in which the elements of the deque are stored.
|
private static Object[] |
ArrayList.EMPTY_ELEMENTDATA
Shared empty array instance used for empty instances.
|
(package private) Object |
TreeMap.NavigableSubMap.SubMapIterator.fenceKey |
private K |
TreeMap.SubMap.fromKey |
(package private) K |
TreeMap.NavigableSubMap.hi
Endpoints are represented as triples (fromStart, lo,
loInclusive) and (toEnd, hi, hiInclusive).
|
(package private) E |
LinkedList.Node.item |
private K |
Collections.SingletonMap.k |
(package private) K |
TreeMap.Entry.key |
(package private) K |
Hashtable.Entry.key |
(package private) K |
HashMap.Entry.key |
private K |
AbstractMap.SimpleEntry.key |
private K |
AbstractMap.SimpleImmutableEntry.key |
private E |
PriorityQueue.Itr.lastRetElt
Element returned by the most recent call to next iff that
element was drawn from the forgetMeNot list.
|
(package private) K |
TreeMap.NavigableSubMap.lo
Endpoints are represented as triples (fromStart, lo,
loInclusive) and (toEnd, hi, hiInclusive).
|
(package private) Object |
TimerTask.lock
This object is used to control access to the TimerTask internals.
|
(package private) Object |
Collections.SynchronizedCollection.mutex |
(package private) Object |
Collections.SynchronizedMap.mutex |
private Object |
WeakHashMap.HashIterator.nextKey
Strong reference needed to avoid disappearance of key
between hasNext and next
|
private static Object |
EnumMap.NULL
Distinguished non-null value for representing null values.
|
private static Object |
WeakHashMap.NULL_KEY
Value representing null keys inside tables.
|
private static Object |
IdentityHashMap.NULL_KEY
Value representing null keys inside tables.
|
private static Object |
TreeSet.PRESENT |
private static Object |
HashSet.PRESENT |
private Object[] |
PriorityQueue.queue
Priority queue represented as a balanced binary heap: the two
children of queue[n] are queue[2*n+1] and queue[2*(n+1)].
|
protected Object |
EventObject.source
The object on which the Event initially occurred.
|
private Object[] |
IdentityHashMap.table
The table, resized as necessary.
|
private Object |
Timer.threadReaper
This object causes the timer's task execution thread to exit
gracefully when there are no live references to the Timer object and no
tasks in the timer queue.
|
private T[] |
TimSort.tmp
Temp storage for merges.
|
private Object[] |
ComparableTimSort.tmp
Temp storage for merges.
|
private K |
TreeMap.SubMap.toKey |
(package private) Object[] |
IdentityHashMap.IdentityHashMapIterator.traversalTable |
private Object |
Scanner.typeCache |
private static Object |
TreeMap.UNBOUNDED
Dummy value serving as unmatchable fence key for unbounded
SubMapIterators
|
private V |
Collections.SingletonMap.v |
private Object[] |
EnumMap.vals
Array representation of this map.
|
(package private) V |
WeakHashMap.Entry.value |
(package private) V |
TreeMap.Entry.value |
(package private) V |
Hashtable.Entry.value |
(package private) V |
HashMap.Entry.value |
private V |
AbstractMap.SimpleEntry.value |
private V |
AbstractMap.SimpleImmutableEntry.value |
private E[] |
Collections.CheckedCollection.zeroLengthElementArray |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Collections.EmptyEnumeration<Object> |
Collections.EmptyEnumeration.EMPTY_ENUMERATION |
(package private) static Collections.EmptyIterator<Object> |
Collections.EmptyIterator.EMPTY_ITERATOR |
(package private) static Collections.EmptyListIterator<Object> |
Collections.EmptyListIterator.EMPTY_ITERATOR |
private Map<String,Object> |
PropertyResourceBundle.lookup |
private Map<String,Object> |
ListResourceBundle.lookup |
private NavigableMap<E,Object> |
TreeSet.m
The backing map.
|
private NavigableMap<E,Object> |
TreeMap.KeySet.m |
private HashMap<E,Object> |
HashSet.map |
private ReferenceQueue<Object> |
WeakHashMap.queue
Reference queue for cleared WeakEntries
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Object & Comparable<? super T>> |
Collections.max(Collection<? extends T> coll)
Returns the maximum element of the given collection, according to the
natural ordering of its elements.
|
static <T extends Object & Comparable<? super T>> |
Collections.min(Collection<? extends T> coll)
Returns the minimum element of the given collection, according to the
natural ordering of its elements.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Vector.clone()
Returns a clone of this vector.
|
Object |
TreeSet.clone()
Returns a shallow copy of this
TreeSet instance. |
Object |
TreeMap.clone()
Returns a shallow copy of this
TreeMap instance. |
Object |
TimeZone.clone()
Creates a copy of this
TimeZone. |
Object |
SimpleTimeZone.clone()
Returns a clone of this
SimpleTimeZone instance. |
Object |
ResourceBundle.CacheKey.clone() |
Object |
Locale.clone()
Overrides Cloneable.
|
Object |
LinkedList.clone()
Returns a shallow copy of this
LinkedList. |
Object |
JapaneseImperialCalendar.clone() |
Object |
IdentityHashMap.clone()
Returns a shallow copy of this identity hash map: the keys and values
themselves are not cloned.
|
Object |
Hashtable.clone()
Creates a shallow copy of this hashtable.
|
protected Object |
Hashtable.Entry.clone() |
Object |
HashSet.clone()
Returns a shallow copy of this HashSet instance: the elements
themselves are not cloned.
|
Object |
HashMap.clone()
Returns a shallow copy of this HashMap instance: the keys and
values themselves are not cloned.
|
Object |
GregorianCalendar.clone() |
Object |
Date.clone()
Return a copy of this object.
|
Object |
Calendar.clone()
Creates and returns a copy of this object.
|
Object |
BitSet.clone()
Cloning this
BitSet produces a new BitSet
that is equal to it. |
Object |
ArrayList.clone()
Returns a shallow copy of this ArrayList instance.
|
protected Object |
AbstractMap.clone()
Returns a shallow copy of this AbstractMap instance: the keys
and values themselves are not cloned.
|
private <T> T[] |
ArrayDeque.copyElements(T[] a)
Copies the elements from our element array into the specified array,
in order (from first to last element in the deque).
|
static <T> T[] |
Arrays.copyOf(T[] original,
int newLength)
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
|
static <T,U> T[] |
Arrays.copyOf(U[] original,
int newLength,
Class<? extends T[]> newType)
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
|
static <T> T[] |
Arrays.copyOfRange(T[] original,
int from,
int to)
Copies the specified range of the specified array into a new array.
|
static <T,U> T[] |
Arrays.copyOfRange(U[] original,
int from,
int to,
Class<? extends T[]> newType)
Copies the specified range of the specified array into a new array.
|
private T[] |
TimSort.ensureCapacity(int minCapacity)
Ensures that the external array tmp has at least the specified
number of elements, increasing its size if necessary.
|
private Object[] |
ComparableTimSort.ensureCapacity(int minCapacity)
Ensures that the external array tmp has at least the specified
number of elements, increasing its size if necessary.
|
private Object[] |
EnumMap.EntrySet.fillEntryArray(Object[] a) |
private static <T> T[] |
AbstractCollection.finishToArray(T[] r,
Iterator<?> it)
Reallocates the array being used within toArray when the iterator
returned more elements than expected, and finishes filling it from
the iterator.
|
protected abstract Object[][] |
ListResourceBundle.getContents()
Returns an array in which each item is a pair of objects in an
Object array. |
Object |
ResourceBundle.getObject(String key)
Gets an object for the given key from this resource bundle or one of its parents.
|
Object |
EventObject.getSource()
The object on which the Event initially occurred.
|
protected abstract Object |
ResourceBundle.handleGetObject(String key)
Gets an object for the given key from this resource bundle.
|
Object |
PropertyResourceBundle.handleGetObject(String key) |
Object |
ListResourceBundle.handleGetObject(String key) |
private static Object |
WeakHashMap.maskNull(Object key)
Use NULL_KEY for key if it is null.
|
private static Object |
IdentityHashMap.maskNull(Object key)
Use NULL_KEY for key if it is null.
|
private Object |
EnumMap.maskNull(Object value) |
Object |
StringTokenizer.nextElement()
Returns the same value as the
nextToken method,
except that its declared return value is Object rather than
String. |
private Object |
TreeMap.SubMap.readResolve() |
private Object |
Locale.readResolve()
Returns a cached
Locale instance equivalent to
the deserialized Locale. |
private Object |
EnumSet.SerializationProxy.readResolve() |
private Object |
Currency.readResolve()
Resolves instances being deserialized to a single instance per currency.
|
private Object |
Collections.UnmodifiableList.readResolve()
UnmodifiableRandomAccessList instances are serialized as
UnmodifiableList instances to allow them to be deserialized
in pre-1.4 JREs (which do not have UnmodifiableRandomAccessList).
|
private Object |
Collections.SynchronizedList.readResolve()
SynchronizedRandomAccessList instances are serialized as
SynchronizedList instances to allow them to be deserialized
in pre-1.4 JREs (which do not have SynchronizedRandomAccessList).
|
private Object |
Collections.EmptySet.readResolve() |
private Object |
Collections.EmptyList.readResolve() |
private Object |
Collections.EmptyMap.readResolve() |
private Object |
Collections.ReverseComparator.readResolve() |
Object |
Properties.setProperty(String key,
String value)
Calls the Hashtable method
put. |
Object[] |
WeakHashMap.EntrySet.toArray() |
Object[] |
Vector.toArray()
Returns an array containing all of the elements in this Vector
in the correct order.
|
Object[] |
Set.toArray()
Returns an array containing all of the elements in this set.
|
Object[] |
PriorityQueue.toArray()
Returns an array containing all of the elements in this queue.
|
Object[] |
List.toArray()
Returns an array containing all of the elements in this list in proper
sequence (from first to last element).
|
Object[] |
LinkedList.toArray()
Returns an array containing all of the elements in this list
in proper sequence (from first to last element).
|
Object[] |
IdentityHashMap.EntrySet.toArray() |
Object[] |
EnumMap.EntrySet.toArray() |
Object[] |
Collections.UnmodifiableCollection.toArray() |
Object[] |
Collections.UnmodifiableMap.UnmodifiableEntrySet.toArray() |
Object[] |
Collections.SynchronizedCollection.toArray() |
Object[] |
Collections.CheckedCollection.toArray() |
Object[] |
Collections.CheckedMap.CheckedEntrySet.toArray() |
Object[] |
Collections.EmptySet.toArray() |
Object[] |
Collections.EmptyList.toArray() |
Object[] |
Collections.CopiesList.toArray() |
Object[] |
Collections.SetFromMap.toArray() |
Object[] |
Collections.AsLIFOQueue.toArray() |
Object[] |
Collection.toArray()
Returns an array containing all of the elements in this collection.
|
Object[] |
Arrays.ArrayList.toArray() |
Object[] |
ArrayList.toArray()
Returns an array containing all of the elements in this list
in proper sequence (from first to last element).
|
Object[] |
ArrayDeque.toArray()
Returns an array containing all of the elements in this deque
in proper sequence (from first to last element).
|
Object[] |
AbstractCollection.toArray()
Returns an array containing all of the elements in this collection.
|
<T> T[] |
WeakHashMap.EntrySet.toArray(T[] a) |
<T> T[] |
Vector.toArray(T[] a)
Returns an array containing all of the elements in this Vector in the
correct order; the runtime type of the returned array is that of the
specified array.
|
<T> T[] |
Set.toArray(T[] a)
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
PriorityQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
List.toArray(T[] a)
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
|
<T> T[] |
LinkedList.toArray(T[] a)
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
|
<T> T[] |
IdentityHashMap.EntrySet.toArray(T[] a) |
<T> T[] |
EnumMap.EntrySet.toArray(T[] a) |
<T> T[] |
Collections.UnmodifiableCollection.toArray(T[] a) |
<T> T[] |
Collections.UnmodifiableMap.UnmodifiableEntrySet.toArray(T[] a) |
<T> T[] |
Collections.SynchronizedCollection.toArray(T[] a) |
<T> T[] |
Collections.CheckedCollection.toArray(T[] a) |
<T> T[] |
Collections.CheckedMap.CheckedEntrySet.toArray(T[] a) |
<T> T[] |
Collections.EmptySet.toArray(T[] a) |
<T> T[] |
Collections.EmptyList.toArray(T[] a) |
<T> T[] |
Collections.CopiesList.toArray(T[] a) |
<T> T[] |
Collections.SetFromMap.toArray(T[] a) |
<T> T[] |
Collections.AsLIFOQueue.toArray(T[] a) |
<T> T[] |
Collection.toArray(T[] a)
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
|
<T> T[] |
Arrays.ArrayList.toArray(T[] a) |
<T> T[] |
ArrayList.toArray(T[] a)
Returns an array containing all of the elements in this list in proper
sequence (from first to last element); the runtime type of the returned
array is that of the specified array.
|
<T> T[] |
ArrayDeque.toArray(T[] a)
Returns an array containing all of the elements in this deque in
proper sequence (from first to last element); the runtime type of the
returned array is that of the specified array.
|
<T> T[] |
AbstractCollection.toArray(T[] a)
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
|
(package private) static Object |
WeakHashMap.unmaskNull(Object key)
Returns internal representation of null key back to caller as null.
|
private static Object |
IdentityHashMap.unmaskNull(Object key)
Returns internal representation of null key back to caller as null.
|
(package private) Object |
EnumSet.writeReplace() |
private Object |
Collections.UnmodifiableRandomAccessList.writeReplace()
Allows instances to be deserialized in pre-1.4 JREs (which do
not have UnmodifiableRandomAccessList).
|
private Object |
Collections.SynchronizedRandomAccessList.writeReplace()
Allows instances to be deserialized in pre-1.4 JREs (which do
not have SynchronizedRandomAccessList).
|
(package private) static <T> T[] |
Collections.zeroLengthArray(Class<T> type) |
private E[] |
Collections.CheckedCollection.zeroLengthElementArray() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
Collections.addAll(Collection<? super T> c,
T... elements)
Adds all of the specified elements to the specified collection.
|
boolean |
Calendar.after(Object when)
Returns whether this
Calendar represents a time
after the time represented by the specified
Object. |
static <T> List<T> |
Arrays.asList(T... a)
Returns a fixed-size list backed by the specified array.
|
private String |
Collections.CheckedCollection.badElementMsg(Object o) |
private String |
Collections.CheckedMap.badKeyMsg(Object key) |
private String |
Collections.CheckedMap.badValueMsg(Object value) |
private String |
Collections.CheckedMap.CheckedEntrySet.CheckedEntry.badValueMsg(Object value) |
boolean |
Calendar.before(Object when)
Returns whether this
Calendar represents a time
before the time represented by the specified
Object. |
static int |
Arrays.binarySearch(Object[] a,
int fromIndex,
int toIndex,
Object key)
Searches a range of
the specified array for the specified object using the binary
search algorithm.
|
static int |
Arrays.binarySearch(Object[] a,
int fromIndex,
int toIndex,
Object key)
Searches a range of
the specified array for the specified object using the binary
search algorithm.
|
static int |
Arrays.binarySearch(Object[] a,
Object key)
Searches the specified array for the specified object using the binary
search algorithm.
|
static int |
Arrays.binarySearch(Object[] a,
Object key)
Searches the specified array for the specified object using the binary
search algorithm.
|
static <T> int |
Arrays.binarySearch(T[] a,
int fromIndex,
int toIndex,
T key,
Comparator<? super T> c)
Searches a range of
the specified array for the specified object using the binary
search algorithm.
|
static <T> int |
Arrays.binarySearch(T[] a,
T key,
Comparator<? super T> c)
Searches the specified array for the specified object using the binary
search algorithm.
|
private static int |
Arrays.binarySearch0(Object[] a,
int fromIndex,
int toIndex,
Object key) |
private static int |
Arrays.binarySearch0(Object[] a,
int fromIndex,
int toIndex,
Object key) |
private static <T> int |
Arrays.binarySearch0(T[] a,
int fromIndex,
int toIndex,
T key,
Comparator<? super T> c) |
private static void |
ComparableTimSort.binarySort(Object[] a,
int lo,
int hi,
int start)
Sorts the specified portion of the specified array using a binary
insertion sort.
|
private static <T> void |
TimSort.binarySort(T[] a,
int lo,
int hi,
int start,
Comparator<? super T> c)
Sorts the specified portion of the specified array using a binary
insertion sort.
|
(package private) int |
TreeMap.compare(Object k1,
Object k2)
Compares two keys using the correct comparison method for this TreeMap.
|
boolean |
WeakHashMap.KeySet.contains(Object o) |
boolean |
WeakHashMap.Values.contains(Object o) |
boolean |
WeakHashMap.EntrySet.contains(Object o) |
boolean |
Vector.contains(Object o)
Returns
true if this vector contains the specified element. |
boolean |
TreeSet.contains(Object o)
Returns
true if this set contains the specified element. |
boolean |
TreeMap.Values.contains(Object o) |
boolean |
TreeMap.EntrySet.contains(Object o) |
boolean |
TreeMap.KeySet.contains(Object o) |
boolean |
TreeMap.NavigableSubMap.EntrySetView.contains(Object o) |
boolean |
Set.contains(Object o)
Returns true if this set contains the specified element.
|
boolean |
RegularEnumSet.contains(Object e)
Returns true if this set contains the specified element.
|
boolean |
PriorityQueue.contains(Object o)
Returns
true if this queue contains the specified element. |
boolean |
List.contains(Object o)
Returns true if this list contains the specified element.
|
boolean |
LinkedList.contains(Object o)
Returns
true if this list contains the specified element. |
boolean |
JumboEnumSet.contains(Object e)
Returns true if this set contains the specified element.
|
boolean |
IdentityHashMap.KeySet.contains(Object o) |
boolean |
IdentityHashMap.Values.contains(Object o) |
boolean |
IdentityHashMap.EntrySet.contains(Object o) |
boolean |
Hashtable.contains(Object value)
Tests if some key maps into the specified value in this hashtable.
|
boolean |
Hashtable.KeySet.contains(Object o) |
boolean |
Hashtable.EntrySet.contains(Object o) |
boolean |
Hashtable.ValueCollection.contains(Object o) |
boolean |
HashSet.contains(Object o)
Returns true if this set contains the specified element.
|
boolean |
HashMap.KeySet.contains(Object o) |
boolean |
HashMap.Values.contains(Object o) |
boolean |
HashMap.EntrySet.contains(Object o) |
boolean |
EnumMap.KeySet.contains(Object o) |
boolean |
EnumMap.Values.contains(Object o) |
boolean |
EnumMap.EntrySet.contains(Object o) |
boolean |
Deque.contains(Object o)
Returns true if this deque contains the specified element.
|
boolean |
Collections.UnmodifiableCollection.contains(Object o) |
boolean |
Collections.UnmodifiableMap.UnmodifiableEntrySet.contains(Object o)
This method is overridden to protect the backing set against
an object with a nefarious equals function that senses
that the equality-candidate is Map.Entry and calls its
setValue method.
|
boolean |
Collections.SynchronizedCollection.contains(Object o) |
boolean |
Collections.CheckedCollection.contains(Object o) |
boolean |
Collections.CheckedMap.CheckedEntrySet.contains(Object o)
This method is overridden to protect the backing set against
an object with a nefarious equals function that senses
that the equality-candidate is Map.Entry and calls its
setValue method.
|
boolean |
Collections.EmptySet.contains(Object obj) |
boolean |
Collections.EmptyList.contains(Object obj) |
boolean |
Collections.SingletonSet.contains(Object o) |
boolean |
Collections.SingletonList.contains(Object obj) |
boolean |
Collections.CopiesList.contains(Object obj) |
boolean |
Collections.SetFromMap.contains(Object o) |
boolean |
Collections.AsLIFOQueue.contains(Object o) |
boolean |
Collection.contains(Object o)
Returns true if this collection contains the specified element.
|
boolean |
Arrays.ArrayList.contains(Object o) |
boolean |
ArrayList.contains(Object o)
Returns true if this list contains the specified element.
|
boolean |
ArrayDeque.contains(Object o)
Returns true if this deque contains the specified element.
|
boolean |
AbstractCollection.contains(Object o)
Returns true if this collection contains the specified element.
|
boolean |
WeakHashMap.containsKey(Object key)
Returns true if this map contains a mapping for the
specified key.
|
boolean |
TreeMap.containsKey(Object key)
Returns
true if this map contains a mapping for the specified
key. |
boolean |
TreeMap.NavigableSubMap.containsKey(Object key) |
boolean |
Map.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
boolean |
IdentityHashMap.containsKey(Object key)
Tests whether the specified object reference is a key in this identity
hash map.
|
boolean |
Hashtable.containsKey(Object key)
Tests if the specified object is a key in this hashtable.
|
boolean |
HashMap.containsKey(Object key)
Returns true if this map contains a mapping for the
specified key.
|
boolean |
EnumMap.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
boolean |
Collections.UnmodifiableMap.containsKey(Object key) |
boolean |
Collections.SynchronizedMap.containsKey(Object key) |
boolean |
Collections.CheckedMap.containsKey(Object key) |
boolean |
Collections.EmptyMap.containsKey(Object key) |
boolean |
Collections.SingletonMap.containsKey(Object key) |
boolean |
AbstractMap.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
private boolean |
IdentityHashMap.containsMapping(Object key,
Object value)
Tests if the specified key-value mapping is in the map.
|
private boolean |
EnumMap.containsMapping(Object key,
Object value) |
boolean |
WeakHashMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
TreeMap.containsValue(Object value)
Returns
true if this map maps one or more keys to the
specified value. |
boolean |
Map.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
LinkedHashMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
IdentityHashMap.containsValue(Object value)
Tests whether the specified object reference is a value in this identity
hash map.
|
boolean |
Hashtable.containsValue(Object value)
Returns true if this hashtable maps one or more keys to this value.
|
boolean |
HashMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
EnumMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
Collections.UnmodifiableMap.containsValue(Object val) |
boolean |
Collections.SynchronizedMap.containsValue(Object value) |
boolean |
Collections.CheckedMap.containsValue(Object v) |
boolean |
Collections.EmptyMap.containsValue(Object value) |
boolean |
Collections.SingletonMap.containsValue(Object value) |
boolean |
AbstractMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
private <T> T[] |
ArrayDeque.copyElements(T[] a)
Copies the elements from our element array into the specified array,
in order (from first to last element in the deque).
|
void |
Vector.copyInto(Object[] anArray)
Copies the components of this vector into the specified array.
|
static <T> T[] |
Arrays.copyOf(T[] original,
int newLength)
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
|
static <T,U> T[] |
Arrays.copyOf(U[] original,
int newLength,
Class<? extends T[]> newType)
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
|
static <T> T[] |
Arrays.copyOfRange(T[] original,
int from,
int to)
Copies the specified range of the specified array into a new array.
|
static <T,U> T[] |
Arrays.copyOfRange(U[] original,
int from,
int to,
Class<? extends T[]> newType)
Copies the specified range of the specified array into a new array.
|
private static int |
ComparableTimSort.countRunAndMakeAscending(Object[] a,
int lo,
int hi)
Returns the length of the run beginning at the specified position in
the specified array and reverses the run if it is descending (ensuring
that the run will always be ascending when the method returns).
|
private static <T> int |
TimSort.countRunAndMakeAscending(T[] a,
int lo,
int hi,
Comparator<? super T> c)
Returns the length of the run beginning at the specified position in
the specified array and reverses the run if it is descending (ensuring
that the run will always be ascending when the method returns).
|
static boolean |
Arrays.deepEquals(Object[] a1,
Object[] a2)
Returns true if the two specified arrays are deeply
equal to one another.
|
static boolean |
Arrays.deepEquals(Object[] a1,
Object[] a2)
Returns true if the two specified arrays are deeply
equal to one another.
|
static boolean |
Objects.deepEquals(Object a,
Object b)
Returns
true if the arguments are deeply equal to each other
and false otherwise. |
(package private) static boolean |
Arrays.deepEquals0(Object e1,
Object e2) |
static int |
Arrays.deepHashCode(Object[] a)
Returns a hash code based on the "deep contents" of the specified
array.
|
static String |
Arrays.deepToString(Object[] a)
Returns a string representation of the "deep contents" of the specified
array.
|
private static void |
Arrays.deepToString(Object[] a,
StringBuilder buf,
Set<Object[]> dejaVu) |
private static boolean |
WeakHashMap.eq(Object x,
Object y)
Checks for equality of non-null reference x and possibly-null y.
|
(package private) static boolean |
Collections.eq(Object o1,
Object o2)
Returns true if the specified arguments are equal, or both null.
|
private static boolean |
AbstractMap.eq(Object o1,
Object o2)
Utility method for SimpleEntry and SimpleImmutableEntry.
|
boolean |
WeakHashMap.Entry.equals(Object o) |
boolean |
Vector.equals(Object o)
Compares the specified Object with this Vector for equality.
|
boolean |
UUID.equals(Object obj)
Compares this object to the specified object.
|
boolean |
TreeMap.Entry.equals(Object o) |
boolean |
SimpleTimeZone.equals(Object obj)
Compares the equality of two
SimpleTimeZone objects. |
boolean |
Set.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
ResourceBundle.CacheKey.equals(Object other) |
boolean |
RegularEnumSet.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
PropertyPermission.equals(Object obj)
Checks two PropertyPermission objects for equality.
|
boolean |
Map.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
Map.Entry.equals(Object o)
Compares the specified object with this entry for equality.
|
boolean |
Locale.equals(Object obj)
Returns true if this Locale is equal to another object.
|
boolean |
Locale.LocaleKey.equals(Object obj) |
boolean |
List.equals(Object o)
Compares the specified object with this list for equality.
|
boolean |
JumboEnumSet.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
JapaneseImperialCalendar.equals(Object obj)
Compares this
JapaneseImperialCalendar to the specified
Object. |
boolean |
IdentityHashMap.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
IdentityHashMap.EntryIterator.Entry.equals(Object o) |
boolean |
Hashtable.equals(Object o)
Compares the specified Object with this Map for equality,
as per the definition in the Map interface.
|
boolean |
Hashtable.Entry.equals(Object o) |
boolean |
HashMap.Entry.equals(Object o) |
boolean |
GregorianCalendar.equals(Object obj)
Compares this
GregorianCalendar to the specified
Object. |
boolean |
EnumMap.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
EnumMap.EntryIterator.Entry.equals(Object o) |
boolean |
Date.equals(Object obj)
Compares two dates for equality.
|
boolean |
Comparator.equals(Object obj)
Indicates whether some other object is "equal to" this
comparator.
|
boolean |
Collections.UnmodifiableSet.equals(Object o) |
boolean |
Collections.UnmodifiableList.equals(Object o) |
boolean |
Collections.UnmodifiableMap.equals(Object o) |
boolean |
Collections.UnmodifiableMap.UnmodifiableEntrySet.equals(Object o) |
boolean |
Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry.equals(Object o) |
boolean |
Collections.SynchronizedSet.equals(Object o) |
boolean |
Collections.SynchronizedList.equals(Object o) |
boolean |
Collections.SynchronizedMap.equals(Object o) |
boolean |
Collections.CheckedSet.equals(Object o) |
boolean |
Collections.CheckedList.equals(Object o) |
boolean |
Collections.CheckedMap.equals(Object o) |
boolean |
Collections.CheckedMap.CheckedEntrySet.equals(Object o) |
boolean |
Collections.CheckedMap.CheckedEntrySet.CheckedEntry.equals(Object o) |
boolean |
Collections.EmptyList.equals(Object o) |
boolean |
Collections.EmptyMap.equals(Object o) |
boolean |
Collections.ReverseComparator2.equals(Object o) |
boolean |
Collections.SetFromMap.equals(Object o) |
boolean |
Collection.equals(Object o)
Compares the specified object with this collection for equality.
|
boolean |
Calendar.equals(Object obj)
Compares this
Calendar to the specified
Object. |
boolean |
BitSet.equals(Object obj)
Compares this object against the specified object.
|
boolean |
AbstractSet.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
AbstractMap.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
AbstractMap.SimpleEntry.equals(Object o)
Compares the specified object with this entry for equality.
|
boolean |
AbstractMap.SimpleImmutableEntry.equals(Object o)
Compares the specified object with this entry for equality.
|
boolean |
AbstractList.equals(Object o)
Compares the specified object with this list for equality.
|
static boolean |
Arrays.equals(Object[] a,
Object[] a2)
Returns true if the two specified arrays of Objects are
equal to one another.
|
static boolean |
Arrays.equals(Object[] a,
Object[] a2)
Returns true if the two specified arrays of Objects are
equal to one another.
|
static boolean |
Objects.equals(Object a,
Object b)
Returns
true if the arguments are equal to each other
and false otherwise. |
private void |
Formatter.FormatSpecifier.failConversion(char c,
Object arg) |
static void |
Arrays.fill(Object[] a,
int fromIndex,
int toIndex,
Object val)
Assigns the specified Object reference to each element of the specified
range of the specified array of Objects.
|
static void |
Arrays.fill(Object[] a,
int fromIndex,
int toIndex,
Object val)
Assigns the specified Object reference to each element of the specified
range of the specified array of Objects.
|
static void |
Arrays.fill(Object[] a,
Object val)
Assigns the specified Object reference to each element of the specified
array of Objects.
|
static void |
Arrays.fill(Object[] a,
Object val)
Assigns the specified Object reference to each element of the specified
array of Objects.
|
private Object[] |
EnumMap.EntrySet.fillEntryArray(Object[] a) |
private static <T> T[] |
AbstractCollection.finishToArray(T[] r,
Iterator<?> it)
Reallocates the array being used within toArray when the iterator
returned more elements than expected, and finishes filling it from
the iterator.
|
Formatter |
Formatter.format(Locale l,
String format,
Object... args)
Writes a formatted string to this object's destination using the
specified locale, format string, and arguments.
|
Formatter |
Formatter.format(String format,
Object... args)
Writes a formatted string to this object's destination using the
specified format string and arguments.
|
static int |
Collections.frequency(Collection<?> c,
Object o)
Returns the number of elements in the specified collection equal to the
specified object.
|
private static int |
ComparableTimSort.gallopLeft(Comparable<Object> key,
Object[] a,
int base,
int len,
int hint)
Locates the position at which to insert the specified key into the
specified sorted range; if the range contains an element equal to key,
returns the index of the leftmost equal element.
|
private static <T> int |
TimSort.gallopLeft(T key,
T[] a,
int base,
int len,
int hint,
Comparator<? super T> c)
Locates the position at which to insert the specified key into the
specified sorted range; if the range contains an element equal to key,
returns the index of the leftmost equal element.
|
private static int |
ComparableTimSort.gallopRight(Comparable<Object> key,
Object[] a,
int base,
int len,
int hint)
Like gallopLeft, except that if the range contains an element equal to
key, gallopRight returns the index after the rightmost equal element.
|
private static <T> int |
TimSort.gallopRight(T key,
T[] a,
int base,
int len,
int hint,
Comparator<? super T> c)
Like gallopLeft, except that if the range contains an element equal to
key, gallopRight returns the index after the rightmost equal element.
|
V |
WeakHashMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
TreeMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
TreeMap.NavigableSubMap.get(Object key) |
V |
Map.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
LinkedHashMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
IdentityHashMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
Hashtable.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
HashMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
EnumMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
abstract V |
Dictionary.get(Object key)
Returns the value to which the key is mapped in this dictionary.
|
V |
Collections.UnmodifiableMap.get(Object key) |
V |
Collections.SynchronizedMap.get(Object key) |
V |
Collections.CheckedMap.get(Object key) |
V |
Collections.EmptyMap.get(Object key) |
V |
Collections.SingletonMap.get(Object key) |
V |
AbstractMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
(package private) WeakHashMap.Entry<K,V> |
WeakHashMap.getEntry(Object key)
Returns the entry associated with the specified key in this map.
|
(package private) TreeMap.Entry<K,V> |
TreeMap.getEntry(Object key)
Returns this map's entry for the given key, or
null if the map
does not contain an entry for the key. |
(package private) HashMap.Entry<K,V> |
HashMap.getEntry(Object key)
Returns the entry associated with the specified key in the
HashMap.
|
(package private) TreeMap.Entry<K,V> |
TreeMap.getEntryUsingComparator(Object key)
Version of getEntry using comparator.
|
String |
Currency.CurrencyNameGetter.getObject(CurrencyNameProvider currencyNameProvider,
Locale locale,
String key,
Object... params) |
String |
Locale.LocaleNameGetter.getObject(LocaleNameProvider localeNameProvider,
Locale locale,
String key,
Object... params) |
static int |
Objects.hash(Object... values)
Generates a hash code for a sequence of input values.
|
(package private) int |
WeakHashMap.hash(Object k)
Retrieve object hash code and applies a supplemental hash function to the
result hash, which defends against poor quality hash functions.
|
private int |
Hashtable.hash(Object k) |
(package private) int |
HashMap.hash(Object k)
Retrieve object hash code and applies a supplemental hash function to the
result hash, which defends against poor quality hash functions.
|
private static int |
IdentityHashMap.hash(Object x,
int length)
Returns index for Object x.
|
static int |
Objects.hashCode(Object o)
Returns the hash code of a non-
null argument and 0 for
a null argument. |
static int |
Arrays.hashCode(Object[] a)
Returns a hash code based on the contents of the specified array.
|
(package private) boolean |
TreeMap.NavigableSubMap.inClosedRange(Object key) |
int |
Vector.indexOf(Object o)
Returns the index of the first occurrence of the specified element
in this vector, or -1 if this vector does not contain the element.
|
private int |
PriorityQueue.indexOf(Object o) |
int |
List.indexOf(Object o)
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
LinkedList.indexOf(Object o)
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
Collections.UnmodifiableList.indexOf(Object o) |
int |
Collections.SynchronizedList.indexOf(Object o) |
int |
Collections.CheckedList.indexOf(Object o) |
int |
Collections.CopiesList.indexOf(Object o) |
int |
Arrays.ArrayList.indexOf(Object o) |
int |
ArrayList.indexOf(Object o)
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
AbstractList.indexOf(Object o)
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
Vector.indexOf(Object o,
int index)
Returns the index of the first occurrence of the specified element in
this vector, searching forwards from
index, or returns -1 if
the element is not found. |
(package private) boolean |
TreeMap.NavigableSubMap.inRange(Object key) |
(package private) boolean |
TreeMap.NavigableSubMap.inRange(Object key,
boolean inclusive) |
private boolean |
EnumMap.isValidKey(Object key)
Returns true if key is of the proper type to be a key in this
enum map.
|
int |
Vector.lastIndexOf(Object o)
Returns the index of the last occurrence of the specified element
in this vector, or -1 if this vector does not contain the element.
|
int |
List.lastIndexOf(Object o)
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
LinkedList.lastIndexOf(Object o)
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
Collections.UnmodifiableList.lastIndexOf(Object o) |
int |
Collections.SynchronizedList.lastIndexOf(Object o) |
int |
Collections.CheckedList.lastIndexOf(Object o) |
int |
Collections.CopiesList.lastIndexOf(Object o) |
int |
ArrayList.lastIndexOf(Object o)
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
AbstractList.lastIndexOf(Object o)
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
Vector.lastIndexOf(Object o,
int index)
Returns the index of the last occurrence of the specified element in
this vector, searching backwards from
index, or returns -1 if
the element is not found. |
private static void |
Arrays.legacyMergeSort(Object[] a)
To be removed in a future release.
|
private static void |
Arrays.legacyMergeSort(Object[] a,
int fromIndex,
int toIndex)
To be removed in a future release.
|
private static <T> void |
Arrays.legacyMergeSort(T[] a,
Comparator<? super T> c)
To be removed in a future release.
|
private static <T> void |
Arrays.legacyMergeSort(T[] a,
int fromIndex,
int toIndex,
Comparator<? super T> c)
To be removed in a future release.
|
private static Object |
WeakHashMap.maskNull(Object key)
Use NULL_KEY for key if it is null.
|
private static Object |
IdentityHashMap.maskNull(Object key)
Use NULL_KEY for key if it is null.
|
private Object |
EnumMap.maskNull(Object value) |
private static void |
Arrays.mergeSort(Object[] src,
Object[] dest,
int low,
int high,
int off)
Src is the source array that starts at index 0
Dest is the (possibly larger) array destination with a possible offset
low is the index in dest to start sorting
high is the end index in dest to end sorting
off is the offset to generate corresponding low, high in src
To be removed in a future release.
|
private static void |
Arrays.mergeSort(Object[] src,
Object[] dest,
int low,
int high,
int off)
Src is the source array that starts at index 0
Dest is the (possibly larger) array destination with a possible offset
low is the index in dest to start sorting
high is the end index in dest to end sorting
off is the offset to generate corresponding low, high in src
To be removed in a future release.
|
private static void |
Arrays.mergeSort(Object[] src,
Object[] dest,
int low,
int high,
int off,
Comparator c)
Src is the source array that starts at index 0
Dest is the (possibly larger) array destination with a possible offset
low is the index in dest to start sorting
high is the end index in dest to end sorting
off is the offset into src corresponding to low in dest
To be removed in a future release.
|
private static void |
Arrays.mergeSort(Object[] src,
Object[] dest,
int low,
int high,
int off,
Comparator c)
Src is the source array that starts at index 0
Dest is the (possibly larger) array destination with a possible offset
low is the index in dest to start sorting
high is the end index in dest to end sorting
off is the offset into src corresponding to low in dest
To be removed in a future release.
|
void |
Observable.notifyObservers(Object arg)
If this object has changed, as indicated by the
hasChanged method, then notify all of its observers
and then call the clearChanged method to indicate
that this object has no longer changed. |
void |
Formatter.FormatString.print(Object arg,
Locale l) |
void |
Formatter.FixedString.print(Object arg,
Locale l) |
void |
Formatter.FormatSpecifier.print(Object arg,
Locale l) |
private void |
Formatter.FormatSpecifier.printBoolean(Object arg) |
private void |
Formatter.FormatSpecifier.printCharacter(Object arg) |
private void |
Formatter.FormatSpecifier.printDateTime(Object arg,
Locale l) |
private void |
Formatter.FormatSpecifier.printFloat(Object arg,
Locale l) |
private void |
Formatter.FormatSpecifier.printHashCode(Object arg) |
private void |
Formatter.FormatSpecifier.printInteger(Object arg,
Locale l) |
private void |
Formatter.FormatSpecifier.printString(Object arg,
Locale l) |
V |
WeakHashMap.remove(Object key)
Removes the mapping for a key from this weak hash map if it is present.
|
boolean |
WeakHashMap.KeySet.remove(Object o) |
boolean |
WeakHashMap.EntrySet.remove(Object o) |
boolean |
Vector.remove(Object o)
Removes the first occurrence of the specified element in this Vector
If the Vector does not contain the element, it is unchanged.
|
boolean |
TreeSet.remove(Object o)
Removes the specified element from this set if it is present.
|
V |
TreeMap.remove(Object key)
Removes the mapping for this key from this TreeMap if present.
|
boolean |
TreeMap.Values.remove(Object o) |
boolean |
TreeMap.EntrySet.remove(Object o) |
boolean |
TreeMap.KeySet.remove(Object o) |
V |
TreeMap.NavigableSubMap.remove(Object key) |
boolean |
TreeMap.NavigableSubMap.EntrySetView.remove(Object o) |
boolean |
Set.remove(Object o)
Removes the specified element from this set if it is present
(optional operation).
|
boolean |
RegularEnumSet.remove(Object e)
Removes the specified element from this set if it is present.
|
boolean |
PriorityQueue.remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
V |
Map.remove(Object key)
Removes the mapping for a key from this map if it is present
(optional operation).
|
boolean |
List.remove(Object o)
Removes the first occurrence of the specified element from this list,
if it is present (optional operation).
|
boolean |
LinkedList.remove(Object o)
Removes the first occurrence of the specified element from this list,
if it is present.
|
boolean |
JumboEnumSet.remove(Object e)
Removes the specified element from this set if it is present.
|
V |
IdentityHashMap.remove(Object key)
Removes the mapping for this key from this map if present.
|
boolean |
IdentityHashMap.KeySet.remove(Object o) |
boolean |
IdentityHashMap.Values.remove(Object o) |
boolean |
IdentityHashMap.EntrySet.remove(Object o) |
V |
Hashtable.remove(Object key)
Removes the key (and its corresponding value) from this
hashtable.
|
boolean |
Hashtable.KeySet.remove(Object o) |
boolean |
Hashtable.EntrySet.remove(Object o) |
boolean |
HashSet.remove(Object o)
Removes the specified element from this set if it is present.
|
V |
HashMap.remove(Object key)
Removes the mapping for the specified key from this map if present.
|
boolean |
HashMap.KeySet.remove(Object o) |
boolean |
HashMap.EntrySet.remove(Object o) |
V |
EnumMap.remove(Object key)
Removes the mapping for this key from this map if present.
|
boolean |
EnumMap.KeySet.remove(Object o) |
boolean |
EnumMap.Values.remove(Object o) |
boolean |
EnumMap.EntrySet.remove(Object o) |
abstract V |
Dictionary.remove(Object key)
Removes the
key (and its corresponding
value) from this dictionary. |
boolean |
Deque.remove(Object o)
Removes the first occurrence of the specified element from this deque.
|
boolean |
Collections.UnmodifiableCollection.remove(Object o) |
V |
Collections.UnmodifiableMap.remove(Object key) |
boolean |
Collections.SynchronizedCollection.remove(Object o) |
V |
Collections.SynchronizedMap.remove(Object key) |
boolean |
Collections.CheckedCollection.remove(Object o) |
V |
Collections.CheckedMap.remove(Object key) |
boolean |
Collections.CheckedMap.CheckedEntrySet.remove(Object o) |
boolean |
Collections.SetFromMap.remove(Object o) |
boolean |
Collections.AsLIFOQueue.remove(Object o) |
boolean |
Collection.remove(Object o)
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
|
boolean |
ArrayList.remove(Object o)
Removes the first occurrence of the specified element from this list,
if it is present.
|
boolean |
ArrayDeque.remove(Object o)
Removes a single instance of the specified element from this deque.
|
V |
AbstractMap.remove(Object key)
Removes the mapping for a key from this map if it is present
(optional operation).
|
boolean |
AbstractCollection.remove(Object o)
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
|
boolean |
Vector.removeElement(Object obj)
Removes the first (lowest-indexed) occurrence of the argument
from this vector.
|
(package private) HashMap.Entry<K,V> |
HashMap.removeEntryForKey(Object key)
Removes and returns the entry associated with the specified key
in the HashMap.
|
(package private) boolean |
PriorityQueue.removeEq(Object o)
Version of remove using reference equality, not equals.
|
boolean |
LinkedList.removeFirstOccurrence(Object o)
Removes the first occurrence of the specified element in this
list (when traversing the list from head to tail).
|
boolean |
Deque.removeFirstOccurrence(Object o)
Removes the first occurrence of the specified element from this deque.
|
boolean |
ArrayDeque.removeFirstOccurrence(Object o)
Removes the first occurrence of the specified element in this
deque (when traversing the deque from head to tail).
|
boolean |
LinkedList.removeLastOccurrence(Object o)
Removes the last occurrence of the specified element in this
list (when traversing the list from head to tail).
|
boolean |
Deque.removeLastOccurrence(Object o)
Removes the last occurrence of the specified element from this deque.
|
boolean |
ArrayDeque.removeLastOccurrence(Object o)
Removes the last occurrence of the specified element in this
deque (when traversing the deque from head to tail).
|
(package private) boolean |
WeakHashMap.removeMapping(Object o)
Special version of remove needed by Entry set
|
(package private) HashMap.Entry<K,V> |
HashMap.removeMapping(Object o)
Special version of remove for EntrySet using
Map.Entry.equals()
for matching. |
private boolean |
IdentityHashMap.removeMapping(Object key,
Object value)
Removes the specified key-value mapping from the map if it is present.
|
private boolean |
EnumMap.removeMapping(Object key,
Object value) |
private static void |
TimSort.reverseRange(Object[] a,
int lo,
int hi)
Reverse the specified range of the specified array.
|
private static void |
ComparableTimSort.reverseRange(Object[] a,
int lo,
int hi)
Reverse the specified range of the specified array.
|
int |
Stack.search(Object o)
Returns the 1-based position where an object is on this stack.
|
(package private) static void |
ComparableTimSort.sort(Object[] a) |
static void |
Arrays.sort(Object[] a)
Sorts the specified array of objects into ascending order, according
to the natural ordering of its elements.
|
(package private) static void |
ComparableTimSort.sort(Object[] a,
int lo,
int hi) |
static void |
Arrays.sort(Object[] a,
int fromIndex,
int toIndex)
Sorts the specified range of the specified array of objects into
ascending order, according to the
natural ordering of its
elements.
|
(package private) static <T> void |
TimSort.sort(T[] a,
Comparator<? super T> c) |
static <T> void |
Arrays.sort(T[] a,
Comparator<? super T> c)
Sorts the specified array of objects according to the order induced by
the specified comparator.
|
(package private) static <T> void |
TimSort.sort(T[] a,
int lo,
int hi,
Comparator<? super T> c) |
static <T> void |
Arrays.sort(T[] a,
int fromIndex,
int toIndex,
Comparator<? super T> c)
Sorts the specified range of the specified array of objects according
to the order induced by the specified comparator.
|
private static void |
Collections.swap(Object[] arr,
int i,
int j)
Swaps the two specified elements in the specified array.
|
private static void |
Arrays.swap(Object[] x,
int a,
int b)
Swaps x[a] with x[b].
|
(package private) static <T> Collection<T> |
Collections.synchronizedCollection(Collection<T> c,
Object mutex) |
(package private) static <T> List<T> |
Collections.synchronizedList(List<T> list,
Object mutex) |
(package private) static <T> Set<T> |
Collections.synchronizedSet(Set<T> s,
Object mutex) |
<T> T[] |
WeakHashMap.EntrySet.toArray(T[] a) |
<T> T[] |
Vector.toArray(T[] a)
Returns an array containing all of the elements in this Vector in the
correct order; the runtime type of the returned array is that of the
specified array.
|
<T> T[] |
Set.toArray(T[] a)
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
PriorityQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
List.toArray(T[] a)
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
|
<T> T[] |
LinkedList.toArray(T[] a)
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
|
<T> T[] |
IdentityHashMap.EntrySet.toArray(T[] a) |
<T> T[] |
EnumMap.EntrySet.toArray(T[] a) |
<T> T[] |
Collections.UnmodifiableCollection.toArray(T[] a) |
<T> T[] |
Collections.UnmodifiableMap.UnmodifiableEntrySet.toArray(T[] a) |
<T> T[] |
Collections.SynchronizedCollection.toArray(T[] a) |
<T> T[] |
Collections.CheckedCollection.toArray(T[] a) |
<T> T[] |
Collections.CheckedMap.CheckedEntrySet.toArray(T[] a) |
<T> T[] |
Collections.EmptySet.toArray(T[] a) |
<T> T[] |
Collections.EmptyList.toArray(T[] a) |
<T> T[] |
Collections.CopiesList.toArray(T[] a) |
<T> T[] |
Collections.SetFromMap.toArray(T[] a) |
<T> T[] |
Collections.AsLIFOQueue.toArray(T[] a) |
<T> T[] |
Collection.toArray(T[] a)
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
|
<T> T[] |
Arrays.ArrayList.toArray(T[] a) |
<T> T[] |
ArrayList.toArray(T[] a)
Returns an array containing all of the elements in this list in proper
sequence (from first to last element); the runtime type of the returned
array is that of the specified array.
|
<T> T[] |
ArrayDeque.toArray(T[] a)
Returns an array containing all of the elements in this deque in
proper sequence (from first to last element); the runtime type of the
returned array is that of the specified array.
|
<T> T[] |
AbstractCollection.toArray(T[] a)
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
|
(package private) boolean |
TreeMap.NavigableSubMap.tooHigh(Object key) |
(package private) boolean |
TreeMap.NavigableSubMap.tooLow(Object key) |
static String |
Objects.toString(Object o)
Returns the result of calling
toString for a non-null argument and "null" for a null argument. |
static String |
Arrays.toString(Object[] a)
Returns a string representation of the contents of the specified array.
|
static String |
Objects.toString(Object o,
String nullDefault)
Returns the result of calling
toString on the first
argument if the first argument is not null and returns
the second argument otherwise. |
(package private) void |
Collections.CheckedCollection.typeCheck(Object o) |
private void |
Collections.CheckedMap.typeCheck(Object key,
Object value) |
(package private) static Object |
WeakHashMap.unmaskNull(Object key)
Returns internal representation of null key back to caller as null.
|
private static Object |
IdentityHashMap.unmaskNull(Object key)
Returns internal representation of null key back to caller as null.
|
private V |
EnumMap.unmaskNull(Object value) |
void |
Observer.update(Observable o,
Object arg)
This method is called whenever the observed object is changed.
|
(package private) static boolean |
TreeMap.valEquals(Object o1,
Object o2)
Test two values for equality.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Collections.ReverseComparator.compare(Comparable<Object> c1,
Comparable<Object> c2) |
int |
Collections.ReverseComparator.compare(Comparable<Object> c1,
Comparable<Object> c2) |
private static int |
ComparableTimSort.gallopLeft(Comparable<Object> key,
Object[] a,
int base,
int len,
int hint)
Locates the position at which to insert the specified key into the
specified sorted range; if the range contains an element equal to key,
returns the index of the leftmost equal element.
|
private static int |
ComparableTimSort.gallopRight(Comparable<Object> key,
Object[] a,
int base,
int len,
int hint)
Like gallopLeft, except that if the range contains an element equal to
key, gallopRight returns the index after the rightmost equal element.
|
| Constructor and Description |
|---|
Arrays.ArrayList(E[] array) |
Collections.SynchronizedCollection(Collection<E> c,
Object mutex) |
Collections.SynchronizedList(List<E> list,
Object mutex) |
Collections.SynchronizedMap(Map<K,V> m,
Object mutex) |
Collections.SynchronizedRandomAccessList(List<E> list,
Object mutex) |
Collections.SynchronizedSet(Set<E> s,
Object mutex) |
Collections.SynchronizedSortedMap(SortedMap<K,V> m,
Object mutex) |
Collections.SynchronizedSortedSet(SortedSet<E> s,
Object mutex) |
ComparableTimSort(Object[] a)
Creates a TimSort instance to maintain the state of an ongoing sort.
|
EventObject(Object source)
Constructs a prototypical Event.
|
TimSort(T[] a,
Comparator<? super T> c)
Creates a TimSort instance to maintain the state of an ongoing sort.
|
WeakHashMap.Entry(Object key,
V value,
ReferenceQueue<Object> queue,
int hash,
WeakHashMap.Entry<K,V> next)
Creates new entry.
|
| Constructor and Description |
|---|
TreeMap.KeySet(NavigableMap<E,Object> map) |
TreeSet(NavigableMap<E,Object> m)
Constructs a set backed by the specified navigable map.
|
WeakHashMap.Entry(Object key,
V value,
ReferenceQueue<Object> queue,
int hash,
WeakHashMap.Entry<K,V> next)
Creates new entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecutorService
Provides default implementations of
ExecutorService
execution methods. |
class |
ArrayBlockingQueue<E>
A bounded blocking queue backed by an
array.
|
private class |
ArrayBlockingQueue.Itr
Iterator for ArrayBlockingQueue.
|
class |
BrokenBarrierException
Exception thrown when a thread tries to wait upon a barrier that is
in a broken state, or which enters the broken state while the thread
is waiting.
|
class |
CancellationException
Exception indicating that the result of a value-producing task,
such as a
FutureTask, cannot be retrieved because the task
was cancelled. |
class |
ConcurrentHashMap<K,V>
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
(package private) class |
ConcurrentHashMap.EntryIterator |
(package private) class |
ConcurrentHashMap.EntrySet |
(package private) static class |
ConcurrentHashMap.HashEntry<K,V>
ConcurrentHashMap list entry.
|
(package private) class |
ConcurrentHashMap.HashIterator |
private static class |
ConcurrentHashMap.Holder
holds values which can't be initialized until after VM is booted.
|
(package private) class |
ConcurrentHashMap.KeyIterator |
(package private) class |
ConcurrentHashMap.KeySet |
(package private) static class |
ConcurrentHashMap.Segment<K,V>
Segments are specialized versions of hash tables.
|
(package private) class |
ConcurrentHashMap.ValueIterator |
(package private) class |
ConcurrentHashMap.Values |
(package private) class |
ConcurrentHashMap.WriteThroughEntry
Custom Entry class used by EntryIterator.next(), that relays
setValue changes to the underlying map.
|
class |
ConcurrentLinkedDeque<E>
An unbounded concurrent deque based on linked nodes.
|
private class |
ConcurrentLinkedDeque.AbstractItr |
private class |
ConcurrentLinkedDeque.DescendingItr
Descending iterator
|
private class |
ConcurrentLinkedDeque.Itr
Forward iterator
|
(package private) static class |
ConcurrentLinkedDeque.Node<E> |
class |
ConcurrentLinkedQueue<E>
An unbounded thread-safe queue based on linked nodes.
|
private class |
ConcurrentLinkedQueue.Itr |
private static class |
ConcurrentLinkedQueue.Node<E> |
class |
ConcurrentSkipListMap<K,V>
A scalable concurrent
ConcurrentNavigableMap implementation. |
(package private) static class |
ConcurrentSkipListMap.ComparableUsingComparator<K>
Represents a key with a comparator as a Comparable.
|
(package private) class |
ConcurrentSkipListMap.EntryIterator |
(package private) static class |
ConcurrentSkipListMap.EntrySet<K1,V1> |
(package private) static class |
ConcurrentSkipListMap.HeadIndex<K,V>
Nodes heading each level keep track of their level.
|
(package private) static class |
ConcurrentSkipListMap.Index<K,V>
Index nodes represent the levels of the skip list.
|
(package private) class |
ConcurrentSkipListMap.Iter<T>
Base of iterator classes:
|
(package private) class |
ConcurrentSkipListMap.KeyIterator |
(package private) static class |
ConcurrentSkipListMap.KeySet<E> |
(package private) static class |
ConcurrentSkipListMap.Node<K,V>
Nodes hold keys and values, and are singly linked in sorted
order, possibly with some intervening marker nodes.
|
(package private) static class |
ConcurrentSkipListMap.SubMap<K,V>
Submaps returned by
ConcurrentSkipListMap submap operations
represent a subrange of mappings of their underlying
maps. |
(package private) class |
ConcurrentSkipListMap.SubMap.SubMapEntryIterator |
(package private) class |
ConcurrentSkipListMap.SubMap.SubMapIter<T>
Variant of main Iter class to traverse through submaps.
|
(package private) class |
ConcurrentSkipListMap.SubMap.SubMapKeyIterator |
(package private) class |
ConcurrentSkipListMap.SubMap.SubMapValueIterator |
(package private) class |
ConcurrentSkipListMap.ValueIterator |
(package private) static class |
ConcurrentSkipListMap.Values<E> |
class |
ConcurrentSkipListSet<E>
A scalable concurrent
NavigableSet implementation based on
a ConcurrentSkipListMap. |
class |
CopyOnWriteArrayList<E>
A thread-safe variant of
ArrayList in which all mutative
operations (add, set, and so on) are implemented by
making a fresh copy of the underlying array. |
private static class |
CopyOnWriteArrayList.COWIterator<E> |
private static class |
CopyOnWriteArrayList.COWSubList<E>
Sublist for CopyOnWriteArrayList.
|
private static class |
CopyOnWriteArrayList.COWSubListIterator<E> |
class |
CopyOnWriteArraySet<E>
A
Set that uses an internal CopyOnWriteArrayList
for all of its operations. |
class |
CountDownLatch
A synchronization aid that allows one or more threads to wait until
a set of operations being performed in other threads completes.
|
private static class |
CountDownLatch.Sync
Synchronization control For CountDownLatch.
|
class |
CyclicBarrier
A synchronization aid that allows a set of threads to all wait for
each other to reach a common barrier point.
|
private static class |
CyclicBarrier.Generation
Each use of the barrier is represented as a generation instance.
|
class |
DelayQueue<E extends Delayed>
An unbounded blocking queue of
Delayed elements, in which an element can only be taken
when its delay has expired.
|
private class |
DelayQueue.Itr
Snapshot iterator that works off copy of underlying q array.
|
class |
Exchanger<V>
A synchronization point at which threads can pair and swap elements
within pairs.
|
private static class |
Exchanger.Node
Nodes hold partially exchanged data.
|
private static class |
Exchanger.Slot
A Slot is an AtomicReference with heuristic padding to lessen
cache effects of this heavily CAS'ed location.
|
class |
ExecutionException
Exception thrown when attempting to retrieve the result of a task
that aborted by throwing an exception.
|
class |
ExecutorCompletionService<V>
A
CompletionService that uses a supplied Executor
to execute tasks. |
private class |
ExecutorCompletionService.QueueingFuture
FutureTask extension to enqueue upon completion
|
class |
Executors
Factory and utility methods for
Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this
package. |
(package private) static class |
Executors.DefaultThreadFactory
The default thread factory
|
(package private) static class |
Executors.DelegatedExecutorService
A wrapper class that exposes only the ExecutorService methods
of an ExecutorService implementation.
|
(package private) static class |
Executors.DelegatedScheduledExecutorService
A wrapper class that exposes only the ScheduledExecutorService
methods of a ScheduledExecutorService implementation.
|
(package private) static class |
Executors.FinalizableDelegatedExecutorService |
(package private) static class |
Executors.PrivilegedCallable<T>
A callable that runs under established access control settings
|
(package private) static class |
Executors.PrivilegedCallableUsingCurrentClassLoader<T>
A callable that runs under established access control settings and
current ClassLoader
|
(package private) static class |
Executors.PrivilegedThreadFactory
Thread factory capturing access control context and class loader
|
(package private) static class |
Executors.RunnableAdapter<T>
A callable that runs given task and returns given result
|
class |
ForkJoinPool
An
ExecutorService for running ForkJoinTasks. |
(package private) static class |
ForkJoinPool.DefaultForkJoinWorkerThreadFactory
Default ForkJoinWorkerThreadFactory implementation; creates a
new ForkJoinWorkerThread.
|
(package private) static class |
ForkJoinPool.InvokeAll<T> |
class |
ForkJoinTask<V>
Abstract base class for tasks that run within a
ForkJoinPool. |
(package private) static class |
ForkJoinTask.AdaptedCallable<T>
Adaptor for Callables
|
(package private) static class |
ForkJoinTask.AdaptedRunnable<T>
Adaptor for Runnables.
|
(package private) static class |
ForkJoinTask.ExceptionNode
Key-value nodes for exception table.
|
class |
ForkJoinWorkerThread
A thread managed by a
ForkJoinPool, which executes
ForkJoinTasks. |
class |
FutureTask<V>
A cancellable asynchronous computation.
|
(package private) static class |
FutureTask.WaitNode
Simple linked list nodes to record waiting threads in a Treiber
stack.
|
class |
LinkedBlockingDeque<E>
An optionally-bounded blocking deque based on
linked nodes.
|
private class |
LinkedBlockingDeque.AbstractItr
Base class for Iterators for LinkedBlockingDeque
|
private class |
LinkedBlockingDeque.DescendingItr
Descending iterator
|
private class |
LinkedBlockingDeque.Itr
Forward iterator
|
(package private) static class |
LinkedBlockingDeque.Node<E>
Doubly-linked list node class
|
class |
LinkedBlockingQueue<E>
An optionally-bounded blocking queue based on
linked nodes.
|
private class |
LinkedBlockingQueue.Itr |
(package private) static class |
LinkedBlockingQueue.Node<E>
Linked list node class
|
class |
LinkedTransferQueue<E>
An unbounded
TransferQueue based on linked nodes. |
(package private) class |
LinkedTransferQueue.Itr |
(package private) static class |
LinkedTransferQueue.Node
Queue nodes.
|
class |
Phaser
A reusable synchronization barrier, similar in functionality to
CyclicBarrier and
CountDownLatch
but supporting more flexible usage. |
(package private) static class |
Phaser.QNode
Wait nodes for Treiber stack representing wait queue
|
class |
PriorityBlockingQueue<E>
An unbounded blocking queue that uses
the same ordering rules as class
PriorityQueue and supplies
blocking retrieval operations. |
(package private) class |
PriorityBlockingQueue.Itr
Snapshot iterator that works off copy of underlying q array.
|
class |
RecursiveAction
A recursive resultless
ForkJoinTask. |
class |
RecursiveTask<V>
A recursive result-bearing
ForkJoinTask. |
class |
RejectedExecutionException
Exception thrown by an
Executor when a task cannot be
accepted for execution. |
class |
ScheduledThreadPoolExecutor
A
ThreadPoolExecutor that can additionally schedule
commands to run after a given delay, or to execute
periodically. |
(package private) static class |
ScheduledThreadPoolExecutor.DelayedWorkQueue
Specialized delay queue.
|
private class |
ScheduledThreadPoolExecutor.DelayedWorkQueue.Itr
Snapshot iterator that works off copy of underlying q array.
|
private class |
ScheduledThreadPoolExecutor.ScheduledFutureTask<V> |
class |
Semaphore
A counting semaphore.
|
(package private) static class |
Semaphore.FairSync
Fair version
|
(package private) static class |
Semaphore.NonfairSync
NonFair version
|
(package private) static class |
Semaphore.Sync
Synchronization implementation for semaphore.
|
class |
SynchronousQueue<E>
A blocking queue in which each insert
operation must wait for a corresponding remove operation by another
thread, and vice versa.
|
(package private) static class |
SynchronousQueue.FifoWaitQueue |
(package private) static class |
SynchronousQueue.LifoWaitQueue |
(package private) static class |
SynchronousQueue.Transferer
Shared internal API for dual stacks and queues.
|
(package private) static class |
SynchronousQueue.TransferQueue
Dual Queue
|
(package private) static class |
SynchronousQueue.TransferQueue.QNode
Node class for TransferQueue.
|
(package private) static class |
SynchronousQueue.TransferStack
Dual stack
|
(package private) static class |
SynchronousQueue.TransferStack.SNode
Node class for TransferStacks.
|
(package private) static class |
SynchronousQueue.WaitQueue |
class |
ThreadLocalRandom
A random number generator isolated to the current thread.
|
class |
ThreadPoolExecutor
An
ExecutorService that executes each submitted task using
one of possibly several pooled threads, normally configured
using Executors factory methods. |
static class |
ThreadPoolExecutor.AbortPolicy
A handler for rejected tasks that throws a
RejectedExecutionException. |
static class |
ThreadPoolExecutor.CallerRunsPolicy
A handler for rejected tasks that runs the rejected task
directly in the calling thread of the
execute method,
unless the executor has been shut down, in which case the task
is discarded. |
static class |
ThreadPoolExecutor.DiscardOldestPolicy
A handler for rejected tasks that discards the oldest unhandled
request and then retries
execute, unless the executor
is shut down, in which case the task is discarded. |
static class |
ThreadPoolExecutor.DiscardPolicy
A handler for rejected tasks that silently discards the
rejected task.
|
private class |
ThreadPoolExecutor.Worker
Class Worker mainly maintains interrupt control state for
threads running tasks, along with other minor bookkeeping.
|
class |
TimeoutException
Exception thrown when a blocking operation times out.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) K |
ConcurrentSkipListMap.ComparableUsingComparator.actualKey |
(package private) Object[] |
PriorityBlockingQueue.Itr.array |
(package private) Object[] |
DelayQueue.Itr.array |
private Object[] |
CopyOnWriteArrayList.array
The array, accessed only via getArray/setArray.
|
private static Object |
ConcurrentSkipListMap.BASE_HEADER
Special value used to identify base-level header
|
private static Object |
Exchanger.CANCEL
Sentinel item representing cancellation of a wait due to
interruption, timeout, or elapsed spin-waits.
|
private E |
LinkedBlockingQueue.Itr.currentElement |
private Object[] |
CopyOnWriteArrayList.COWSubList.expectedArray |
private K |
ConcurrentSkipListMap.SubMap.hi
upper bound key, or null if to end
|
(package private) Object |
SynchronousQueue.TransferStack.SNode.item |
(package private) Object |
SynchronousQueue.TransferQueue.QNode.item |
(package private) Object |
LinkedTransferQueue.Node.item |
(package private) E |
LinkedBlockingQueue.Node.item |
(package private) E |
LinkedBlockingDeque.Node.item
The item, or null if this node has been removed.
|
Object |
Exchanger.Node.item
The element offered by the Thread creating this node.
|
(package private) E |
ConcurrentLinkedQueue.Node.item |
(package private) E |
ConcurrentLinkedDeque.Node.item |
(package private) Object[] |
ArrayBlockingQueue.items
The queued items
|
(package private) K |
ConcurrentSkipListMap.Node.key |
(package private) K |
ConcurrentHashMap.HashEntry.key |
private E |
ArrayBlockingQueue.Itr.lastItem |
private K |
ConcurrentSkipListMap.SubMap.lo
lower bound key, or null if from start
|
private E |
LinkedTransferQueue.Itr.nextItem |
(package private) E |
LinkedBlockingDeque.AbstractItr.nextItem
nextItem holds on to item fields because once we claim that
an element exists in hasNext(), we must return item read
under lock (in advance()) even if it was in the process of
being removed when hasNext() was called.
|
private E |
ConcurrentLinkedQueue.Itr.nextItem
nextItem holds on to item fields because once we claim
that an element exists in hasNext(), we must return it in
the following next() call even if it was in the process of
being removed when hasNext() was called.
|
private E |
ConcurrentLinkedDeque.AbstractItr.nextItem
nextItem holds on to item fields because once we claim
that an element exists in hasNext(), we must return it in
the following next() call even if it was in the process of
being removed when hasNext() was called.
|
private E |
ArrayBlockingQueue.Itr.nextItem |
(package private) V |
ConcurrentSkipListMap.Iter.nextValue
Cache of next value field to maintain weak consistency
|
(package private) V |
ConcurrentSkipListMap.SubMap.SubMapIter.nextValue
Cache of next value field to maintain weak consistency
|
private static Object |
Exchanger.NULL_ITEM
Value representing null arguments/returns from public
methods.
|
private Object |
FutureTask.outcome
The result to return or exception to throw from get()
|
private Object[] |
PriorityBlockingQueue.queue
Priority queue represented as a balanced binary heap: the two
children of queue[n] are queue[2*n+1] and queue[2*(n+1)].
|
(package private) V |
RecursiveTask.result
The result of the computation.
|
(package private) T |
ForkJoinTask.AdaptedRunnable.result |
(package private) T |
ForkJoinTask.AdaptedCallable.result |
(package private) T |
Executors.RunnableAdapter.result |
(package private) T |
ForkJoinTask.AdaptedRunnable.resultOnCompletion |
private Object[] |
CopyOnWriteArrayList.COWIterator.snapshot
Snapshot of the array
|
(package private) Object |
ConcurrentSkipListMap.Node.value |
(package private) V |
ConcurrentHashMap.HashEntry.value |
| Modifier and Type | Field and Description |
|---|---|
private static ReferenceQueue<Object> |
ForkJoinTask.exceptionTableRefQueue |
private ConcurrentNavigableMap<E,Object> |
ConcurrentSkipListSet.m
The underlying map.
|
private ConcurrentNavigableMap<E,Object> |
ConcurrentSkipListMap.KeySet.m |
private ConcurrentNavigableMap<Object,E> |
ConcurrentSkipListMap.Values.m |
private static ConcurrentLinkedDeque.Node<Object> |
ConcurrentLinkedDeque.NEXT_TERMINATOR |
private static ConcurrentLinkedDeque.Node<Object> |
ConcurrentLinkedDeque.PREV_TERMINATOR |
| Modifier and Type | Method and Description |
|---|---|
private static Object |
Exchanger.await(Exchanger.Node node,
Exchanger.Slot slot)
Waits for (by spinning and/or blocking) and gets the hole
filled in by another thread.
|
(package private) Object |
SynchronousQueue.TransferQueue.awaitFulfill(SynchronousQueue.TransferQueue.QNode s,
Object e,
boolean timed,
long nanos)
Spins/blocks until node s is fulfilled.
|
private Object |
Exchanger.awaitNanos(Exchanger.Node node,
Exchanger.Slot slot,
long nanos)
Waits for (at index 0) and gets the hole filled in by another
thread.
|
Object |
CopyOnWriteArrayList.clone()
Returns a shallow copy of this list.
|
private Object |
Exchanger.doExchange(Object item,
boolean timed,
long nanos)
Main exchange function, handling the different policy variants.
|
(package private) Object[] |
CopyOnWriteArrayList.getArray()
Gets the array.
|
private Object |
Exchanger.scanOnTimeout(Exchanger.Node node)
Sweeps through arena checking for any waiting threads.
|
private static Object |
Exchanger.spinWait(Exchanger.Node node,
Exchanger.Slot slot)
Spin-waits for hole for a non-0 slot.
|
Object[] |
SynchronousQueue.toArray()
Returns a zero-length array.
|
Object[] |
ScheduledThreadPoolExecutor.DelayedWorkQueue.toArray() |
Object[] |
PriorityBlockingQueue.toArray()
Returns an array containing all of the elements in this queue.
|
Object[] |
LinkedBlockingQueue.toArray()
Returns an array containing all of the elements in this queue, in
proper sequence.
|
Object[] |
LinkedBlockingDeque.toArray()
Returns an array containing all of the elements in this deque, in
proper sequence (from first to last element).
|
Object[] |
DelayQueue.toArray()
Returns an array containing all of the elements in this queue.
|
Object[] |
CopyOnWriteArraySet.toArray()
Returns an array containing all of the elements in this set.
|
Object[] |
CopyOnWriteArrayList.toArray()
Returns an array containing all of the elements in this list
in proper sequence (from first to last element).
|
Object[] |
ConcurrentSkipListMap.KeySet.toArray() |
Object[] |
ConcurrentSkipListMap.Values.toArray() |
Object[] |
ConcurrentSkipListMap.EntrySet.toArray() |
Object[] |
ConcurrentLinkedQueue.toArray()
Returns an array containing all of the elements in this queue, in
proper sequence.
|
Object[] |
ConcurrentLinkedDeque.toArray()
Returns an array containing all of the elements in this deque, in
proper sequence (from first to last element).
|
Object[] |
ArrayBlockingQueue.toArray()
Returns an array containing all of the elements in this queue, in
proper sequence.
|
<T> T[] |
SynchronousQueue.toArray(T[] a)
Sets the zeroeth element of the specified array to null
(if the array has non-zero length) and returns it.
|
<T> T[] |
ScheduledThreadPoolExecutor.DelayedWorkQueue.toArray(T[] a) |
<T> T[] |
PriorityBlockingQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
LinkedBlockingQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
|
<T> T[] |
LinkedBlockingDeque.toArray(T[] a)
Returns an array containing all of the elements in this deque, in
proper sequence; the runtime type of the returned array is that of
the specified array.
|
<T> T[] |
DelayQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
CopyOnWriteArraySet.toArray(T[] a)
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
CopyOnWriteArrayList.toArray(T[] a)
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
|
<T> T[] |
ConcurrentSkipListMap.KeySet.toArray(T[] a) |
<T> T[] |
ConcurrentSkipListMap.Values.toArray(T[] a) |
<T> T[] |
ConcurrentSkipListMap.EntrySet.toArray(T[] a) |
<T> T[] |
ConcurrentLinkedQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
|
<T> T[] |
ConcurrentLinkedDeque.toArray(T[] a)
Returns an array containing all of the elements in this deque,
in proper sequence (from first to last element); the runtime
type of the returned array is that of the specified array.
|
<T> T[] |
ArrayBlockingQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
|
(package private) abstract Object |
SynchronousQueue.Transferer.transfer(Object e,
boolean timed,
long nanos)
Performs a put or take.
|
(package private) Object |
SynchronousQueue.TransferStack.transfer(Object e,
boolean timed,
long nanos)
Puts or takes an item.
|
(package private) Object |
SynchronousQueue.TransferQueue.transfer(Object e,
boolean timed,
long nanos)
Puts or takes an item.
|
| Modifier and Type | Method and Description |
|---|---|
static Callable<Object> |
Executors.callable(PrivilegedAction<?> action)
Returns a
Callable object that, when
called, runs the given privileged action and returns its result. |
static Callable<Object> |
Executors.callable(PrivilegedExceptionAction<?> action)
Returns a
Callable object that, when
called, runs the given privileged exception action and returns
its result. |
static Callable<Object> |
Executors.callable(Runnable task)
Returns a
Callable object that, when
called, runs the given task and returns null. |
| Modifier and Type | Method and Description |
|---|---|
(package private) Object |
SynchronousQueue.TransferQueue.awaitFulfill(SynchronousQueue.TransferQueue.QNode s,
Object e,
boolean timed,
long nanos)
Spins/blocks until node s is fulfilled.
|
(package private) boolean |
SynchronousQueue.TransferQueue.QNode.casItem(Object cmp,
Object val) |
(package private) boolean |
LinkedTransferQueue.Node.casItem(Object cmp,
Object val) |
(package private) static <E> E |
LinkedTransferQueue.cast(Object item) |
(package private) static <E> E |
ArrayBlockingQueue.cast(Object item) |
(package private) boolean |
ConcurrentSkipListMap.Node.casValue(Object cmp,
Object val)
compareAndSet value field
|
private static void |
ConcurrentLinkedQueue.checkNotNull(Object v)
Throws NullPointerException if argument is null.
|
private static void |
ConcurrentLinkedDeque.checkNotNull(Object v)
Throws NullPointerException if argument is null.
|
private static void |
ArrayBlockingQueue.checkNotNull(Object v)
Throws NullPointerException if argument is null.
|
private Comparable<? super K> |
ConcurrentSkipListMap.comparable(Object key)
If using comparator, return a ComparableUsingComparator, else
cast key as Comparable, which may cause ClassCastException,
which is propagated back to caller.
|
boolean |
SynchronousQueue.contains(Object o)
Always returns false.
|
boolean |
ScheduledThreadPoolExecutor.DelayedWorkQueue.contains(Object x) |
boolean |
PriorityBlockingQueue.contains(Object o)
Returns
true if this queue contains the specified element. |
boolean |
LinkedTransferQueue.contains(Object o)
Returns
true if this queue contains the specified element. |
boolean |
LinkedBlockingQueue.contains(Object o)
Returns
true if this queue contains the specified element. |
boolean |
LinkedBlockingDeque.contains(Object o)
Returns
true if this deque contains the specified element. |
boolean |
CopyOnWriteArraySet.contains(Object o)
Returns true if this set contains the specified element.
|
boolean |
CopyOnWriteArrayList.contains(Object o)
Returns true if this list contains the specified element.
|
boolean |
ConcurrentSkipListSet.contains(Object o)
Returns true if this set contains the specified element.
|
boolean |
ConcurrentSkipListMap.KeySet.contains(Object o) |
boolean |
ConcurrentSkipListMap.Values.contains(Object o) |
boolean |
ConcurrentSkipListMap.EntrySet.contains(Object o) |
boolean |
ConcurrentLinkedQueue.contains(Object o)
Returns
true if this queue contains the specified element. |
boolean |
ConcurrentLinkedDeque.contains(Object o)
Returns
true if this deque contains at least one
element e such that o.equals(e). |
boolean |
ConcurrentHashMap.contains(Object value)
Legacy method testing if some key maps into the specified value
in this table.
|
boolean |
ConcurrentHashMap.KeySet.contains(Object o) |
boolean |
ConcurrentHashMap.Values.contains(Object o) |
boolean |
ConcurrentHashMap.EntrySet.contains(Object o) |
boolean |
BlockingQueue.contains(Object o)
Returns true if this queue contains the specified element.
|
boolean |
BlockingDeque.contains(Object o)
Returns true if this deque contains the specified element.
|
boolean |
ArrayBlockingQueue.contains(Object o)
Returns
true if this queue contains the specified element. |
boolean |
ConcurrentSkipListMap.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
boolean |
ConcurrentSkipListMap.SubMap.containsKey(Object key) |
boolean |
ConcurrentHashMap.containsKey(Object key)
Tests if the specified object is a key in this table.
|
boolean |
ConcurrentSkipListMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
ConcurrentSkipListMap.SubMap.containsValue(Object value) |
boolean |
ConcurrentHashMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
private Object |
Exchanger.doExchange(Object item,
boolean timed,
long nanos)
Main exchange function, handling the different policy variants.
|
private V |
ConcurrentSkipListMap.doGet(Object okey)
Gets value for key using findNode.
|
(package private) V |
ConcurrentSkipListMap.doRemove(Object okey,
Object value)
Main deletion method.
|
private static boolean |
CopyOnWriteArraySet.eq(Object o1,
Object o2)
Test for equality, coping with nulls.
|
private static boolean |
CopyOnWriteArrayList.eq(Object o1,
Object o2)
Test for equality, coping with nulls.
|
boolean |
CopyOnWriteArraySet.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
CopyOnWriteArrayList.equals(Object o)
Compares the specified object with this list for equality.
|
boolean |
ConcurrentSkipListSet.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
ConcurrentSkipListMap.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
ConcurrentSkipListMap.KeySet.equals(Object o) |
boolean |
ConcurrentSkipListMap.EntrySet.equals(Object o) |
private boolean |
LinkedTransferQueue.findAndRemove(Object e)
Main implementation of remove(Object)
|
V |
ConcurrentSkipListMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
V |
ConcurrentSkipListMap.SubMap.get(Object key) |
V |
ConcurrentHashMap.get(Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
private E |
CopyOnWriteArrayList.get(Object[] a,
int index) |
private int |
ConcurrentHashMap.hash(Object k)
Applies a supplemental hash function to a given hashCode, which
defends against poor quality hash functions.
|
private int |
ScheduledThreadPoolExecutor.DelayedWorkQueue.indexOf(Object x)
Find index of given object, or -1 if absent
|
private int |
PriorityBlockingQueue.indexOf(Object o) |
int |
CopyOnWriteArrayList.indexOf(Object o)
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
private static int |
CopyOnWriteArrayList.indexOf(Object o,
Object[] elements,
int index,
int fence)
static version of indexOf, to allow repeated calls without
needing to re-acquire array each time.
|
private static int |
CopyOnWriteArrayList.indexOf(Object o,
Object[] elements,
int index,
int fence)
static version of indexOf, to allow repeated calls without
needing to re-acquire array each time.
|
int |
CopyOnWriteArrayList.lastIndexOf(Object o)
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
private static int |
CopyOnWriteArrayList.lastIndexOf(Object o,
Object[] elements,
int index)
static version of lastIndexOf.
|
private static int |
CopyOnWriteArrayList.lastIndexOf(Object o,
Object[] elements,
int index)
static version of lastIndexOf.
|
boolean |
SynchronousQueue.remove(Object o)
Always returns false.
|
boolean |
ScheduledThreadPoolExecutor.DelayedWorkQueue.remove(Object x) |
boolean |
PriorityBlockingQueue.remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
boolean |
LinkedTransferQueue.remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
boolean |
LinkedBlockingQueue.remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
boolean |
LinkedBlockingDeque.remove(Object o)
Removes the first occurrence of the specified element from this deque.
|
boolean |
DelayQueue.remove(Object o)
Removes a single instance of the specified element from this
queue, if it is present, whether or not it has expired.
|
boolean |
CopyOnWriteArraySet.remove(Object o)
Removes the specified element from this set if it is present.
|
boolean |
CopyOnWriteArrayList.remove(Object o)
Removes the first occurrence of the specified element from this list,
if it is present.
|
boolean |
CopyOnWriteArrayList.COWSubList.remove(Object o) |
boolean |
ConcurrentSkipListSet.remove(Object o)
Removes the specified element from this set if it is present.
|
V |
ConcurrentSkipListMap.remove(Object key)
Removes the mapping for the specified key from this map if present.
|
boolean |
ConcurrentSkipListMap.KeySet.remove(Object o) |
boolean |
ConcurrentSkipListMap.EntrySet.remove(Object o) |
V |
ConcurrentSkipListMap.SubMap.remove(Object key) |
boolean |
ConcurrentLinkedQueue.remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
boolean |
ConcurrentLinkedDeque.remove(Object o)
Removes the first element
e such that
o.equals(e), if such an element exists in this deque. |
V |
ConcurrentHashMap.remove(Object key)
Removes the key (and its corresponding value) from this map.
|
boolean |
ConcurrentHashMap.KeySet.remove(Object o) |
boolean |
ConcurrentHashMap.EntrySet.remove(Object o) |
boolean |
BlockingQueue.remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
boolean |
BlockingDeque.remove(Object o)
Removes the first occurrence of the specified element from this deque.
|
boolean |
ArrayBlockingQueue.remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
(package private) V |
ConcurrentHashMap.Segment.remove(Object key,
int hash,
Object value)
Remove; match on key only if value null, else match both.
|
boolean |
ConcurrentSkipListMap.remove(Object key,
Object value)
Removes the entry for a key only if currently mapped to a given value.
|
boolean |
ConcurrentSkipListMap.SubMap.remove(Object key,
Object value) |
boolean |
ConcurrentMap.remove(Object key,
Object value)
Removes the entry for a key only if currently mapped to a given value.
|
boolean |
ConcurrentHashMap.remove(Object key,
Object value)
Removes the entry for a key only if currently mapped to a given value.
|
(package private) void |
PriorityBlockingQueue.removeEQ(Object o)
Identity-based version for use in Itr.remove
|
boolean |
LinkedBlockingDeque.removeFirstOccurrence(Object o) |
boolean |
ConcurrentLinkedDeque.removeFirstOccurrence(Object o)
Removes the first element
e such that
o.equals(e), if such an element exists in this deque. |
boolean |
BlockingDeque.removeFirstOccurrence(Object o)
Removes the first occurrence of the specified element from this deque.
|
boolean |
LinkedBlockingDeque.removeLastOccurrence(Object o) |
boolean |
ConcurrentLinkedDeque.removeLastOccurrence(Object o)
Removes the last element
e such that
o.equals(e), if such an element exists in this deque. |
boolean |
BlockingDeque.removeLastOccurrence(Object o)
Removes the last occurrence of the specified element from this deque.
|
private void |
ConcurrentHashMap.Segment.scanAndLock(Object key,
int hash)
Scans for a node containing the given key while trying to
acquire lock for a remove or replace operation.
|
(package private) void |
CopyOnWriteArrayList.setArray(Object[] a)
Sets the array.
|
private static <T> void |
PriorityBlockingQueue.siftDownComparable(int k,
T x,
Object[] array,
int n)
Inserts item x at position k, maintaining heap invariant by
demoting x down the tree repeatedly until it is less than or
equal to its children or is a leaf.
|
private static <T> void |
PriorityBlockingQueue.siftDownUsingComparator(int k,
T x,
Object[] array,
int n,
Comparator<? super T> cmp) |
private static <T> void |
PriorityBlockingQueue.siftUpComparable(int k,
T x,
Object[] array)
Inserts item x at position k, maintaining heap invariant by
promoting x up the tree until it is greater than or equal to
its parent, or is the root.
|
private static <T> void |
PriorityBlockingQueue.siftUpUsingComparator(int k,
T x,
Object[] array,
Comparator<? super T> cmp) |
(package private) static SynchronousQueue.TransferStack.SNode |
SynchronousQueue.TransferStack.snode(SynchronousQueue.TransferStack.SNode s,
Object e,
SynchronousQueue.TransferStack.SNode next,
int mode)
Creates or resets fields of a node.
|
void |
TimeUnit.timedWait(Object obj,
long timeout)
Performs a timed
Object.wait
using this time unit. |
<T> T[] |
SynchronousQueue.toArray(T[] a)
Sets the zeroeth element of the specified array to null
(if the array has non-zero length) and returns it.
|
<T> T[] |
ScheduledThreadPoolExecutor.DelayedWorkQueue.toArray(T[] a) |
<T> T[] |
PriorityBlockingQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
LinkedBlockingQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
|
<T> T[] |
LinkedBlockingDeque.toArray(T[] a)
Returns an array containing all of the elements in this deque, in
proper sequence; the runtime type of the returned array is that of
the specified array.
|
<T> T[] |
DelayQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
CopyOnWriteArraySet.toArray(T[] a)
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
|
<T> T[] |
CopyOnWriteArrayList.toArray(T[] a)
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
|
<T> T[] |
ConcurrentSkipListMap.KeySet.toArray(T[] a) |
<T> T[] |
ConcurrentSkipListMap.Values.toArray(T[] a) |
<T> T[] |
ConcurrentSkipListMap.EntrySet.toArray(T[] a) |
<T> T[] |
ConcurrentLinkedQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
|
<T> T[] |
ConcurrentLinkedDeque.toArray(T[] a)
Returns an array containing all of the elements in this deque,
in proper sequence (from first to last element); the runtime
type of the returned array is that of the specified array.
|
<T> T[] |
ArrayBlockingQueue.toArray(T[] a)
Returns an array containing all of the elements in this queue, in
proper sequence; the runtime type of the returned array is that of
the specified array.
|
(package private) abstract Object |
SynchronousQueue.Transferer.transfer(Object e,
boolean timed,
long nanos)
Performs a put or take.
|
(package private) Object |
SynchronousQueue.TransferStack.transfer(Object e,
boolean timed,
long nanos)
Puts or takes an item.
|
(package private) Object |
SynchronousQueue.TransferQueue.transfer(Object e,
boolean timed,
long nanos)
Puts or takes an item.
|
(package private) void |
SynchronousQueue.TransferQueue.QNode.tryCancel(Object cmp)
Tries to cancel by CAS'ing ref to this as item.
|
private void |
PriorityBlockingQueue.tryGrow(Object[] array,
int oldCap)
Tries to grow array to accommodate at least one more element
(but normally expand by about 50%), giving up (allowing retry)
on contention (which we expect to be rare).
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ConcurrentSkipListSet.setMap(ConcurrentNavigableMap<E,Object> map) |
| Constructor and Description |
|---|
ConcurrentSkipListMap.Node(K key,
Object value,
ConcurrentSkipListMap.Node<K,V> next)
Creates a new regular node.
|
CopyOnWriteArrayList.COWIterator(Object[] elements,
int initialCursor) |
CopyOnWriteArrayList(E[] toCopyIn)
Creates a list holding a copy of the given array.
|
DelayQueue.Itr(Object[] array) |
Exchanger.Node(Object item)
Creates node with given item and empty hole.
|
LinkedTransferQueue.Node(Object item,
boolean isData)
Constructs a new node.
|
PriorityBlockingQueue.Itr(Object[] array) |
SynchronousQueue.TransferQueue.QNode(Object item,
boolean isData) |
SynchronousQueue.TransferStack.SNode(Object item) |
| Constructor and Description |
|---|
ConcurrentSkipListMap.KeySet(ConcurrentNavigableMap<E,Object> map) |
ConcurrentSkipListMap.Values(ConcurrentNavigableMap<Object,E> map) |
ConcurrentSkipListSet(ConcurrentNavigableMap<E,Object> m)
For use by submaps
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicBoolean
A
boolean value that may be updated atomically. |
class |
AtomicInteger
An
int value that may be updated atomically. |
class |
AtomicIntegerArray
An
int array in which elements may be updated atomically. |
class |
AtomicIntegerFieldUpdater<T>
A reflection-based utility that enables atomic updates to
designated
volatile int fields of designated classes. |
private static class |
AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl<T>
Standard hotspot implementation using intrinsics
|
class |
AtomicLong
A
long value that may be updated atomically. |
class |
AtomicLongArray
A
long array in which elements may be updated atomically. |
class |
AtomicLongFieldUpdater<T>
A reflection-based utility that enables atomic updates to
designated
volatile long fields of designated classes. |
private static class |
AtomicLongFieldUpdater.CASUpdater<T> |
private static class |
AtomicLongFieldUpdater.LockedUpdater<T> |
class |
AtomicMarkableReference<V>
An
AtomicMarkableReference maintains an object reference
along with a mark bit, that can be updated atomically. |
private static class |
AtomicMarkableReference.Pair<T> |
class |
AtomicReference<V>
An object reference that may be updated atomically.
|
class |
AtomicReferenceArray<E>
An array of object references in which elements may be updated
atomically.
|
class |
AtomicReferenceFieldUpdater<T,V>
A reflection-based utility that enables atomic updates to
designated
volatile reference fields of designated
classes. |
private static class |
AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl<T,V> |
class |
AtomicStampedReference<V>
An
AtomicStampedReference maintains an object reference
along with an integer "stamp", that can be updated atomically. |
private static class |
AtomicStampedReference.Pair<T> |
| Modifier and Type | Field and Description |
|---|---|
private Object[] |
AtomicReferenceArray.array |
(package private) T |
AtomicStampedReference.Pair.reference |
(package private) T |
AtomicMarkableReference.Pair.reference |
private V |
AtomicReference.value |
| Constructor and Description |
|---|
AtomicReferenceArray(E[] array)
Creates a new AtomicReferenceArray with the same length as, and
all elements copied from, the given array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOwnableSynchronizer
A synchronizer that may be exclusively owned by a thread.
|
class |
AbstractQueuedLongSynchronizer
A version of
AbstractQueuedSynchronizer in
which synchronization state is maintained as a long. |
class |
AbstractQueuedLongSynchronizer.ConditionObject
Condition implementation for a
AbstractQueuedLongSynchronizer serving as the basis of a Lock implementation. |
(package private) static class |
AbstractQueuedLongSynchronizer.Node
Wait queue node class.
|
class |
AbstractQueuedSynchronizer
Provides a framework for implementing blocking locks and related
synchronizers (semaphores, events, etc) that rely on
first-in-first-out (FIFO) wait queues.
|
class |
AbstractQueuedSynchronizer.ConditionObject
Condition implementation for a
AbstractQueuedSynchronizer serving as the basis of a Lock implementation. |
(package private) static class |
AbstractQueuedSynchronizer.Node
Wait queue node class.
|
class |
LockSupport
Basic thread blocking primitives for creating locks and other
synchronization classes.
|
class |
ReentrantLock
A reentrant mutual exclusion
Lock with the same basic
behavior and semantics as the implicit monitor lock accessed using
synchronized methods and statements, but with extended
capabilities. |
(package private) static class |
ReentrantLock.FairSync
Sync object for fair locks
|
(package private) static class |
ReentrantLock.NonfairSync
Sync object for non-fair locks
|
(package private) static class |
ReentrantLock.Sync
Base of synchronization control for this lock.
|
class |
ReentrantReadWriteLock
An implementation of
ReadWriteLock supporting similar
semantics to ReentrantLock. |
(package private) static class |
ReentrantReadWriteLock.FairSync
Fair version of Sync
|
(package private) static class |
ReentrantReadWriteLock.NonfairSync
Nonfair version of Sync
|
static class |
ReentrantReadWriteLock.ReadLock
The lock returned by method
ReentrantReadWriteLock.readLock(). |
(package private) static class |
ReentrantReadWriteLock.Sync
Synchronization implementation for ReentrantReadWriteLock.
|
(package private) static class |
ReentrantReadWriteLock.Sync.HoldCounter
A counter for per-thread read hold counts.
|
(package private) static class |
ReentrantReadWriteLock.Sync.ThreadLocalHoldCounter
ThreadLocal subclass.
|
static class |
ReentrantReadWriteLock.WriteLock
The lock returned by method
ReentrantReadWriteLock.writeLock(). |
| Modifier and Type | Method and Description |
|---|---|
static Object |
LockSupport.getBlocker(Thread t)
Returns the blocker object supplied to the most recent
invocation of a park method that has not yet unblocked, or null
if not blocked.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LockSupport.park(Object blocker)
Disables the current thread for thread scheduling purposes unless the
permit is available.
|
static void |
LockSupport.parkNanos(Object blocker,
long nanos)
Disables the current thread for thread scheduling purposes, for up to
the specified waiting time, unless the permit is available.
|
static void |
LockSupport.parkUntil(Object blocker,
long deadline)
Disables the current thread for thread scheduling purposes, until
the specified deadline, unless the permit is available.
|
private static void |
LockSupport.setBlocker(Thread t,
Object arg) |
| Modifier and Type | Class and Description |
|---|---|
class |
Attributes
The Attributes class maps Manifest attribute names to associated string
values.
|
static class |
Attributes.Name
The Attributes.Name class represents an attribute name stored in
this Map.
|
class |
JarEntry
This class is used to represent a JAR file entry.
|
class |
JarException
Signals that an error of some sort has occurred while reading from
or writing to a JAR file.
|
class |
JarFile
The
JarFile class is used to read the contents of a jar file
from any file that can be opened with java.io.RandomAccessFile. |
private class |
JarFile.JarFileEntry |
class |
JarInputStream
The
JarInputStream class is used to read the contents of
a JAR file from any input stream. |
class |
JarOutputStream
The
JarOutputStream class is used to write the contents
of a JAR file to any output stream. |
(package private) class |
JarVerifier |
private static class |
JarVerifier.VerifierCodeSource |
(package private) static class |
JarVerifier.VerifierStream |
(package private) class |
JavaUtilJarAccessImpl |
class |
Manifest
The Manifest class is used to maintain Manifest entry names and their
associated Attributes.
|
(package private) static class |
Manifest.FastInputStream |
class |
Pack200
Transforms a JAR file to or from a packed stream in Pack200 format.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
JarVerifier.csdomain
makes code source singleton instances unique to us
|
(package private) Object |
JarVerifier.VerifierCodeSource.csdomain |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,Object> |
Attributes.map
The attribute name-value mappings.
|
protected Map<Object,Object> |
Attributes.map
The attribute name-value mappings.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Manifest.clone()
Returns a shallow copy of this Manifest.
|
Object |
Attributes.clone()
Returns a copy of the Attributes, implemented as follows:
|
Object |
Attributes.get(Object name)
Returns the value of the specified attribute name, or null if the
attribute name was not found.
|
private static Object |
Pack200.newInstance(String prop) |
Object |
Attributes.put(Object name,
Object value)
Associates the specified value with the specified attribute name
(key) in this Map.
|
Object |
Attributes.remove(Object name)
Removes the attribute with the specified name (key) from this Map.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Object,Object>> |
Attributes.entrySet()
Returns a Collection view of the attribute name-value mappings
contained in this Map.
|
Set<Map.Entry<Object,Object>> |
Attributes.entrySet()
Returns a Collection view of the attribute name-value mappings
contained in this Map.
|
Set<Object> |
Attributes.keySet()
Returns a Set view of the attribute names (keys) contained in this Map.
|
Collection<Object> |
Attributes.values()
Returns a Collection view of the attribute values contained in this Map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Attributes.containsKey(Object name)
Returns true if this Map contains the specified attribute name (key).
|
boolean |
Attributes.containsValue(Object value)
Returns true if this Map maps one or more attribute names (keys)
to the specified value.
|
boolean |
Manifest.equals(Object o)
Returns true if the specified Object is also a Manifest and has
the same main Attributes and entries.
|
boolean |
JarVerifier.VerifierCodeSource.equals(Object obj) |
boolean |
Attributes.equals(Object o)
Compares the specified Attributes object with this Map for equality.
|
boolean |
Attributes.Name.equals(Object o)
Compares this attribute name to another for equality.
|
Object |
Attributes.get(Object name)
Returns the value of the specified attribute name, or null if the
attribute name was not found.
|
(package private) boolean |
JarVerifier.VerifierCodeSource.isSameDomain(Object csdomain) |
Object |
Attributes.put(Object name,
Object value)
Associates the specified value with the specified attribute name
(key) in this Map.
|
Object |
Attributes.remove(Object name)
Removes the attribute with the specified name (key) from this Map.
|
| Constructor and Description |
|---|
JarVerifier.VerifierCodeSource(Object csdomain,
URL location,
Certificate[] certs) |
JarVerifier.VerifierCodeSource(Object csdomain,
URL location,
CodeSigner[] signers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleHandler
This Handler publishes log records to System.err.
|
class |
ErrorManager
ErrorManager objects can be attached to Handlers to process
any error that occurs on a Handler during Logging.
|
class |
FileHandler
Simple file logging Handler.
|
private static class |
FileHandler.InitializationErrorManager |
private class |
FileHandler.MeteredStream |
class |
Formatter
A Formatter provides support for formatting LogRecords.
|
class |
Handler
A Handler object takes log messages from a Logger and
exports them.
|
class |
Level
The Level class defines a set of standard logging levels that
can be used to control logging output.
|
(package private) static class |
Level.KnownLevel |
class |
Logger
A Logger object is used to log messages for a specific
system or application component.
|
private static class |
Logger.LoggerHelper |
(package private) class |
Logging
Logging is the implementation class of LoggingMXBean.
|
class |
LoggingPermission
The permission which the SecurityManager will check when code
that is running with a SecurityManager calls one of the logging
control methods (such as Logger.setLevel).
|
(package private) class |
LoggingProxyImpl
Implementation of LoggingProxy when java.util.logging classes exist.
|
class |
LogManager
There is a single global LogManager object that is used to
maintain a set of shared state about Loggers and log services.
|
private class |
LogManager.Cleaner |
(package private) static class |
LogManager.LoggerContext |
(package private) class |
LogManager.LoggerWeakRef |
private static class |
LogManager.LogNode |
private class |
LogManager.RootLogger |
(package private) static class |
LogManager.SystemLoggerContext |
class |
LogRecord
LogRecord objects are used to pass logging requests between
the logging framework and individual log Handlers.
|
class |
MemoryHandler
Handler that buffers requests in a circular buffer in memory.
|
class |
SimpleFormatter
Print a brief summary of the
LogRecord in a human readable
format. |
class |
SocketHandler
Simple network logging Handler.
|
class |
StreamHandler
Stream based logging Handler.
|
class |
XMLFormatter
Format a LogRecord into a standard XML format.
|
| Modifier and Type | Field and Description |
|---|---|
private Object[] |
LogRecord.parameters |
private static Object |
Logger.treeLock |
| Modifier and Type | Field and Description |
|---|---|
private static WeakHashMap<Object,LogManager.LoggerContext> |
LogManager.contextsMap |
| Modifier and Type | Method and Description |
|---|---|
Object |
LoggingProxyImpl.getLevel(Object logger) |
Object |
LoggingProxyImpl.getLogger(String name) |
Object[] |
LogRecord.getParameters()
Get the parameters to the log message.
|
Object |
LoggingProxyImpl.parseLevel(String levelName) |
private Object |
Level.readResolve() |
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.entering(String sourceClass,
String sourceMethod,
Object param1)
Log a method entry, with one parameter.
|
void |
Logger.entering(String sourceClass,
String sourceMethod,
Object[] params)
Log a method entry, with an array of parameters.
|
boolean |
Level.equals(Object ox)
Compare two objects for value equality.
|
void |
Logger.exiting(String sourceClass,
String sourceMethod,
Object result)
Log a method return, with result object.
|
Object |
LoggingProxyImpl.getLevel(Object logger) |
String |
LoggingProxyImpl.getLevelName(Object level) |
int |
LoggingProxyImpl.getLevelValue(Object level) |
boolean |
LoggingProxyImpl.isLoggable(Object logger,
Object level) |
void |
Logger.log(Level level,
String msg,
Object param1)
Log a message, with one object parameter.
|
void |
Logger.log(Level level,
String msg,
Object[] params)
Log a message, with an array of object arguments.
|
void |
LoggingProxyImpl.log(Object logger,
Object level,
String msg) |
void |
LoggingProxyImpl.log(Object logger,
Object level,
String msg,
Object... params) |
void |
LoggingProxyImpl.log(Object logger,
Object level,
String msg,
Object... params) |
void |
LoggingProxyImpl.log(Object logger,
Object level,
String msg,
Throwable t) |
void |
Logger.logp(Level level,
String sourceClass,
String sourceMethod,
String msg,
Object param1)
Log a message, specifying source class and method,
with a single object parameter to the log message.
|
void |
Logger.logp(Level level,
String sourceClass,
String sourceMethod,
String msg,
Object[] params)
Log a message, specifying source class and method,
with an array of object arguments.
|
void |
Logger.logrb(Level level,
String sourceClass,
String sourceMethod,
String bundleName,
String msg,
Object param1)
Log a message, specifying source class, method, and resource bundle name,
with a single object parameter to the log message.
|
void |
Logger.logrb(Level level,
String sourceClass,
String sourceMethod,
String bundleName,
String msg,
Object[] params)
Log a message, specifying source class, method, and resource bundle name,
with an array of object arguments.
|
void |
LoggingProxyImpl.setLevel(Object logger,
Object newLevel) |
void |
LogRecord.setParameters(Object[] parameters)
Set the parameters to the log message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPreferences
This class provides a skeletal implementation of the
Preferences
class, greatly easing the task of implementing it. |
private static class |
AbstractPreferences.EventDispatchThread
A single background thread ("the event notification thread") monitors
the event queue and delivers events that are placed on the queue.
|
private class |
AbstractPreferences.NodeAddedEvent
These two classes are used to distinguish NodeChangeEvents on
eventQueue so the event dispatch thread knows whether to call
childAdded or childRemoved.
|
private class |
AbstractPreferences.NodeRemovedEvent |
class |
BackingStoreException
Thrown to indicate that a preferences operation could not complete because
of a failure in the backing store, or a failure to contact the backing
store.
|
(package private) class |
Base64
Static methods for translating Base64 encoded strings to byte arrays
and vice-versa.
|
(package private) class |
FileSystemPreferences
Preferences implementation for Unix.
|
private class |
FileSystemPreferences.Change
Represents a change to a preference.
|
private class |
FileSystemPreferences.NodeCreate
Represents the creation of this node.
|
private class |
FileSystemPreferences.Put
Represents a preference put.
|
private class |
FileSystemPreferences.Remove
Represents a preference remove.
|
(package private) class |
FileSystemPreferencesFactory
Factory for FileSystemPreferences.
|
class |
InvalidPreferencesFormatException
Thrown to indicate that an operation could not complete because
the input did not conform to the appropriate XML document type
for a collection of preferences, as per the
Preferences
specification. |
class |
NodeChangeEvent
An event emitted by a Preferences node to indicate that
a child of that node has been added or removed.
|
class |
PreferenceChangeEvent
An event emitted by a Preferences node to indicate that
a preference has been added, removed or has had its value changed.
|
class |
Preferences
A node in a hierarchical collection of preference data.
|
(package private) class |
XmlSupport
XML Support for java.util.prefs.
|
private static class |
XmlSupport.EH |
private static class |
XmlSupport.Resolver |
| Modifier and Type | Field and Description |
|---|---|
protected Object |
AbstractPreferences.lock
An object whose monitor is used to lock this node.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ASCII
Utility class that implements the standard C ctype functionality.
|
class |
Matcher
An engine that performs match operations on a
character sequence by interpreting a Pattern. |
class |
Pattern
A compiled representation of a regular expression.
|
(package private) static class |
Pattern.All
Implements the Unicode category ALL and the dot metacharacter when
in dotall mode.
|
(package private) static class |
Pattern.BackRef
Refers to a group in the regular expression.
|
(package private) static class |
Pattern.Begin
Node to anchor at the beginning of input.
|
(package private) static class |
Pattern.Behind
Zero width positive lookbehind.
|
(package private) static class |
Pattern.BehindS
Zero width positive lookbehind, including supplementary
characters or unpaired surrogates.
|
private static class |
Pattern.BitClass
Creates a bit vector for matching Latin-1 values.
|
(package private) static class |
Pattern.Block
Node class that matches a Unicode block.
|
private static class |
Pattern.BmpCharProperty
Optimized version of CharProperty that works only for
properties never satisfied by Supplementary characters.
|
(package private) static class |
Pattern.BnM
Attempts to match a slice in the input using the Boyer-Moore string
matching algorithm.
|
(package private) static class |
Pattern.BnMS
Supplementary support version of BnM().
|
(package private) static class |
Pattern.Bound
Handles word boundaries.
|
(package private) static class |
Pattern.Branch
Handles the branching of alternations.
|
(package private) static class |
Pattern.BranchConn
A Guard node at the end of each atom node in a Branch.
|
(package private) static class |
Pattern.Caret
Node to anchor at the beginning of a line.
|
(package private) static class |
Pattern.Category
Node class that matches a Unicode category.
|
private static class |
Pattern.CharProperty
Abstract node class to match one character satisfying some
boolean property.
|
private static class |
Pattern.CharPropertyNames |
private static class |
Pattern.CharPropertyNames.CharPropertyFactory |
private static class |
Pattern.CharPropertyNames.CloneableProperty |
(package private) static class |
Pattern.CIBackRef |
(package private) static class |
Pattern.Conditional |
(package private) static class |
Pattern.Ctype
Node class that matches a POSIX type.
|
(package private) static class |
Pattern.Curly
Handles the curly-brace style repetition with a specified minimum and
maximum occurrences.
|
(package private) static class |
Pattern.Dollar
Node to anchor at the end of a line or the end of input based on the
multiline mode.
|
(package private) static class |
Pattern.Dot
Node class for the dot metacharacter when dotall is not enabled.
|
(package private) static class |
Pattern.End
Node to anchor at the end of input.
|
(package private) static class |
Pattern.First
Searches until the next instance of its atom.
|
(package private) static class |
Pattern.GroupCurly
Handles the curly-brace style repetition with a specified minimum and
maximum occurrences in deterministic cases.
|
(package private) static class |
Pattern.GroupHead
The GroupHead saves the location where the group begins in the locals
and restores them when the match is done.
|
(package private) static class |
Pattern.GroupRef
Recursive reference to a group in the regular expression.
|
(package private) static class |
Pattern.GroupTail
The GroupTail handles the setting of group beginning and ending
locations when groups are successfully matched.
|
(package private) static class |
Pattern.LastMatch
Node to match the location where the last match ended.
|
(package private) static class |
Pattern.LastNode |
(package private) static class |
Pattern.LazyLoop
Handles the repetition count for a reluctant Curly.
|
(package private) static class |
Pattern.Loop
Handles the repetition count for a greedy Curly.
|
(package private) static class |
Pattern.Neg
Zero width negative lookahead.
|
(package private) static class |
Pattern.Node
Base class for all node classes.
|
(package private) static class |
Pattern.NotBehind
Zero width negative lookbehind.
|
(package private) static class |
Pattern.NotBehindS
Zero width negative lookbehind, including supplementary
characters or unpaired surrogates.
|
(package private) static class |
Pattern.Pos
Zero width positive lookahead.
|
(package private) static class |
Pattern.Prolog
This sets up a loop to handle a recursive quantifier structure.
|
(package private) static class |
Pattern.Ques
The 0 or 1 quantifier.
|
(package private) static class |
Pattern.Script
Node class that matches a Unicode script
|
(package private) static class |
Pattern.Single
Optimization -- matches a given BMP character
|
(package private) static class |
Pattern.SingleI
Case insensitive matches a given BMP character
|
(package private) static class |
Pattern.SingleS
Node class that matches a Supplementary Unicode character
|
(package private) static class |
Pattern.SingleU
Unicode case insensitive matches a given Unicode character
|
(package private) static class |
Pattern.Slice
Node class for a case sensitive/BMP-only sequence of literal
characters.
|
(package private) static class |
Pattern.SliceI
Node class for a case_insensitive/BMP-only sequence of literal
characters.
|
(package private) static class |
Pattern.SliceIS
Node class for a case insensitive sequence of literal characters
including supplementary characters.
|
(package private) static class |
Pattern.SliceNode
Base class for all Slice nodes
|
(package private) static class |
Pattern.SliceS
Node class for a case sensitive sequence of literal characters
including supplementary characters.
|
(package private) static class |
Pattern.SliceU
Node class for a unicode_case_insensitive/BMP-only sequence of
literal characters.
|
(package private) static class |
Pattern.SliceUS
Node class for a case insensitive sequence of literal characters.
|
(package private) static class |
Pattern.Start
Used for REs that can start anywhere within the input string.
|
(package private) static class |
Pattern.StartS |
(package private) static class |
Pattern.TreeInfo
Used to accumulate information about a subtree of the object graph
so that optimizations can be applied to the subtree.
|
(package private) static class |
Pattern.UnixCaret
Node to anchor at the beginning of a line when in unixdot mode.
|
(package private) static class |
Pattern.UnixDollar
Node to anchor at the end of a line or the end of input based on the
multiline mode when in unix lines mode.
|
(package private) static class |
Pattern.UnixDot
Node class for the dot metacharacter when dotall is not enabled
but UNIX_LINES is enabled.
|
(package private) static class |
Pattern.Utype
Node class that matches a Unicode "type"
|
class |
PatternSyntaxException
Unchecked exception thrown to indicate a syntax error in a
regular-expression pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CurrencyNameProvider
An abstract class for service providers that
provide localized currency symbols and display names for the
Currency class. |
class |
LocaleNameProvider
An abstract class for service providers that
provide localized names for the
Locale class. |
class |
LocaleServiceProvider
This is the super class of all the locale sensitive service provider
interfaces (SPIs).
|
class |
TimeZoneNameProvider
An abstract class for service providers that
provide localized time zone names for the
TimeZone class. |
| Modifier and Type | Class and Description |
|---|---|
class |
Adler32
A class that can be used to compute the Adler-32 checksum of a data
stream.
|
class |
CheckedInputStream
An input stream that also maintains a checksum of the data being read.
|
class |
CheckedOutputStream
An output stream that also maintains a checksum of the data being
written.
|
class |
CRC32
A class that can be used to compute the CRC-32 of a data stream.
|
class |
DataFormatException
Signals that a data format error has occurred.
|
class |
Deflater
This class provides support for general purpose compression using the
popular ZLIB compression library.
|
class |
DeflaterInputStream
Implements an input stream filter for compressing data in the "deflate"
compression format.
|
class |
DeflaterOutputStream
This class implements an output stream filter for compressing data in
the "deflate" compression format.
|
class |
GZIPInputStream
This class implements a stream filter for reading compressed data in
the GZIP file format.
|
class |
GZIPOutputStream
This class implements a stream filter for writing compressed data in
the GZIP file format.
|
class |
Inflater
This class provides support for general purpose decompression using the
popular ZLIB compression library.
|
class |
InflaterInputStream
This class implements a stream filter for uncompressing data in the
"deflate" compression format.
|
class |
InflaterOutputStream
Implements an output stream filter for uncompressing data stored in the
"deflate" compression format.
|
(package private) class |
ZipCoder
Utility class for zipfile name and comment decoding and encoding
|
(package private) class |
ZipConstants64 |
class |
ZipEntry
This class is used to represent a ZIP file entry.
|
class |
ZipError
Signals that an unrecoverable error has occurred.
|
class |
ZipException
Signals that a Zip exception of some sort has occurred.
|
class |
ZipFile
This class is used to read entries from a zip file.
|
private class |
ZipFile.ZipFileInflaterInputStream |
private class |
ZipFile.ZipFileInputStream |
class |
ZipInputStream
This class implements an input stream filter for reading files in the
ZIP file format.
|
class |
ZipOutputStream
This class implements an output stream filter for writing files in the
ZIP file format.
|
private static class |
ZipOutputStream.XEntry |
(package private) class |
ZStreamRef
A reference to the native zlib's z_stream structure.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ZipEntry.clone()
Returns a copy of this entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessibleAttributeSequence
This class collects together the span of text that share the same
contiguous set of attributes, along with that set of attributes.
|
class |
AccessibleBundle
Base class used to maintain a strongly typed enumeration.
|
class |
AccessibleContext
AccessibleContext represents the minimum information all accessible objects
return.
|
class |
AccessibleHyperlink
Encapsulation of a link, or set of links (e.g.
|
class |
AccessibleRelation
Class AccessibleRelation describes a relation between the
object that implements the AccessibleRelation and one or more other
objects.
|
class |
AccessibleRelationSet
Class AccessibleRelationSet determines a component's relation set.
|
class |
AccessibleResourceBundle
Deprecated.
This class is deprecated as of version 1.3 of the
Java Platform.
|
class |
AccessibleRole
Class AccessibleRole determines the role of a component.
|
class |
AccessibleState
Class AccessibleState describes a component's particular state.
|
class |
AccessibleStateSet
Class AccessibleStateSet determines a component's state set.
|
class |
AccessibleTextSequence
This class collects together key details of a span of text.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
AccessibleContext.nativeAXResource |
private Object[] |
AccessibleRelation.target |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
AccessibleHyperlink.getAccessibleActionAnchor(int i)
Returns an object that represents the link anchor,
as appropriate for that link.
|
abstract Object |
AccessibleHyperlink.getAccessibleActionObject(int i)
Returns an object that represents the link action,
as appropriate for that link.
|
Object |
AccessibleKeyBinding.getAccessibleKeyBinding(int i)
Returns a key binding for this object.
|
Object[][] |
AccessibleResourceBundle.getContents()
Deprecated.
Returns the mapping between the programmatic keys and the
localized display strings.
|
Object[] |
AccessibleRelation.getTarget()
Returns the target objects for this relation
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessibleContext.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes.
|
void |
AccessibleRelation.setTarget(Object target)
Sets the target object for this relation
|
void |
AccessibleRelation.setTarget(Object[] target)
Sets the target objects for this relation
|
| Constructor and Description |
|---|
AccessibleRelation(String key,
Object target)
Creates a new AccessibleRelation using the given locale independent key.
|
AccessibleRelation(String key,
Object[] target)
Creates a new AccessibleRelation using the given locale independent key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessor
An abstract annotation processor designed to be a convenient
superclass for most concrete annotation processors.
|
class |
Completions
Utility class for assembling
Completion objects. |
private static class |
Completions.SimpleCompletion |
class |
FilerException
Indicates a
Filer detected an attempt to open a file that
would violate the guarantees provided by the Filer. |
| Modifier and Type | Class and Description |
|---|---|
class |
IIOException
An exception class used for signaling run-time failure of reading
and writing operations.
|
class |
IIOImage
A simple container class to aggregate an image, a set of
thumbnail (preview) images, and an object representing metadata
associated with the image.
|
class |
IIOParam
A superclass of all classes describing how streams should be
decoded or encoded.
|
class |
ImageIO
A class containing static convenience methods for locating
ImageReaders and ImageWriters, and
performing simple encoding and decoding. |
(package private) static class |
ImageIO.CacheInfo
A class to hold information about caching.
|
(package private) static class |
ImageIO.CanDecodeInputFilter |
(package private) static class |
ImageIO.CanEncodeImageAndFormatFilter |
(package private) static class |
ImageIO.ContainsFilter |
(package private) static class |
ImageIO.ImageReaderIterator |
(package private) static class |
ImageIO.ImageTranscoderIterator |
(package private) static class |
ImageIO.ImageWriterIterator |
(package private) static class |
ImageIO.TranscoderFilter |
class |
ImageReader
An abstract superclass for parsing and decoding of images.
|
class |
ImageReadParam
A class describing how a stream is to be decoded.
|
class |
ImageTypeSpecifier
A class that allows the format of an image (in particular, its
SampleModel and ColorModel) to be
specified in a convenient manner. |
(package private) static class |
ImageTypeSpecifier.Banded |
(package private) static class |
ImageTypeSpecifier.Grayscale |
(package private) static class |
ImageTypeSpecifier.Indexed |
(package private) static class |
ImageTypeSpecifier.Interleaved |
(package private) static class |
ImageTypeSpecifier.Packed |
class |
ImageWriteParam
A class describing how a stream is to be encoded.
|
class |
ImageWriter
An abstract superclass for encoding and writing images.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
ImageReader.input
The
ImageInputStream or other
Object by setInput and retrieved
by getInput. |
(package private) Object |
ImageIO.CanDecodeInputFilter.input |
protected Object |
ImageWriter.output
The
ImageOutputStream or other Object
set by setOutput and retrieved by
getOutput. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ImageReader.getInput()
Returns the
ImageInputStream or other
Object previously set as the input source. |
Object |
ImageWriter.getOutput()
Returns the
ImageOutputStream or other
Object set by the most recent call to the
setOutput method. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static List |
ImageReader.addToList(List l,
Object elt) |
static ImageInputStream |
ImageIO.createImageInputStream(Object input)
Returns an
ImageInputStream that will take its
input from the given Object. |
static ImageOutputStream |
ImageIO.createImageOutputStream(Object output)
Returns an
ImageOutputStream that will send its
output to the given Object. |
boolean |
ImageTypeSpecifier.equals(Object o)
Returns
true if the given Object is
an ImageTypeSpecifier and has a
SampleModel and ColorModel that are
equal to those of this object. |
boolean |
ImageTypeSpecifier.Interleaved.equals(Object o) |
boolean |
ImageTypeSpecifier.Banded.equals(Object o) |
boolean |
ImageIO.CanDecodeInputFilter.filter(Object elt) |
boolean |
ImageIO.CanEncodeImageAndFormatFilter.filter(Object elt) |
boolean |
ImageIO.ContainsFilter.filter(Object elt) |
boolean |
ImageIO.TranscoderFilter.filter(Object elt) |
static Iterator<ImageReader> |
ImageIO.getImageReaders(Object input)
Returns an
Iterator containing all currently
registered ImageReaders that claim to be able to
decode the supplied Object, typically an
ImageInputStream. |
(package private) static List |
ImageReader.removeFromList(List l,
Object elt) |
void |
ImageReader.setInput(Object input)
Sets the input source to use to the given
ImageInputStream or other Object. |
void |
ImageReader.setInput(Object input,
boolean seekForwardOnly)
Sets the input source to use to the given
ImageInputStream or other Object. |
void |
ImageReader.setInput(Object input,
boolean seekForwardOnly,
boolean ignoreMetadata)
Sets the input source to use to the given
ImageInputStream or other Object. |
void |
ImageWriter.setOutput(Object output)
Sets the destination to the given
ImageOutputStream or other Object. |
| Constructor and Description |
|---|
ImageIO.CanDecodeInputFilter(Object input) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
IIOAttr |
(package private) class |
IIODOMException |
class |
IIOInvalidTreeException
An
IIOInvalidTreeException is thrown when an attempt
by an IIOMetadata object to parse a tree of
IIOMetadataNodes fails. |
class |
IIOMetadata
An abstract class to be extended by objects that represent metadata
(non-image data) associated with images and streams.
|
class |
IIOMetadataFormatImpl
A concrete class providing a reusable implementation of the
IIOMetadataFormat interface. |
(package private) class |
IIOMetadataFormatImpl.Attribute |
(package private) class |
IIOMetadataFormatImpl.Element |
(package private) class |
IIOMetadataFormatImpl.ObjectValue |
class |
IIOMetadataNode
A class representing a node in a meta-data tree, which implements
the
org.w3c.dom.Element interface and additionally allows
for the storage of non-textual objects via the
getUserObject and setUserObject methods. |
(package private) class |
IIONamedNodeMap |
(package private) class |
IIONodeList |
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
IIOMetadataFormatImpl.ObjectValue.defaultValue |
private Object |
IIOMetadataNode.userObject
The
Object value associated with this node. |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Object & Comparable<? super T>> |
IIOMetadataFormatImpl.addObjectValue(String elementName,
Class<T> classType,
T defaultValue,
Comparable<? super T> minValue,
Comparable<? super T> maxValue,
boolean minInclusive,
boolean maxInclusive)
Allows an
Object reference of a given class type
to be stored in nodes implementing the named element. |
| Modifier and Type | Method and Description |
|---|---|
Object |
IIOMetadataNode.getFeature(String feature,
String version)
This DOM Level 3 method is not supported for
IIOMetadataNode
and will throw a DOMException. |
Object |
IIOMetadataFormatImpl.getObjectDefaultValue(String elementName) |
Object |
IIOMetadataFormat.getObjectDefaultValue(String elementName)
Returns an
Objects containing the default
value for the Object reference within
the named element. |
Object[] |
IIOMetadataFormatImpl.getObjectEnumerations(String elementName) |
Object[] |
IIOMetadataFormat.getObjectEnumerations(String elementName)
Returns an array of
Objects containing the legal
enumerated values for the Object reference within
the named element. |
Object |
IIOMetadataNode.getUserData(String key)
This DOM Level 3 method is not supported for
IIOMetadataNode
and will throw a DOMException. |
Object |
IIOMetadataNode.getUserObject()
Returns the
Object value associated with this node. |
Object |
IIOMetadataNode.setUserData(String key,
Object data,
UserDataHandler handler)
This DOM Level 3 method is not supported for
IIOMetadataNode
and will throw a DOMException. |
| Modifier and Type | Method and Description |
|---|---|
Object |
IIOMetadataNode.setUserData(String key,
Object data,
UserDataHandler handler)
This DOM Level 3 method is not supported for
IIOMetadataNode
and will throw a DOMException. |
void |
IIOMetadataNode.setUserObject(Object userObject)
Sets the value associated with this node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BMPImageWriteParam
A subclass of
ImageWriteParam for encoding images in
the BMP format. |
| Modifier and Type | Class and Description |
|---|---|
class |
JPEGHuffmanTable
A class encapsulating a single JPEG Huffman table.
|
class |
JPEGImageReadParam
This class adds the ability to set JPEG quantization and Huffman
tables when using the built-in JPEG reader plug-in.
|
class |
JPEGImageWriteParam
This class adds the ability to set JPEG quantization and Huffman
tables when using the built-in JPEG writer plug-in, and to request that
optimized Huffman tables be computed for an image.
|
class |
JPEGQTable
A class encapsulating a single JPEG quantization table.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DigraphNode
A node in a directed graph.
|
(package private) class |
FilterIterator<T>
A class for wrapping
Iterators with a filter function. |
class |
IIORegistry
A registry for service provider instances.
|
class |
IIOServiceProvider
A superinterface for functionality common to all Image I/O service
provider interfaces (SPIs).
|
class |
ImageInputStreamSpi
The service provider interface (SPI) for
ImageInputStreams. |
class |
ImageOutputStreamSpi
The service provider interface (SPI) for
ImageOutputStreams. |
class |
ImageReaderSpi
The service provider interface (SPI) for
ImageReaders. |
class |
ImageReaderWriterSpi
A superclass containing instance variables and methods common to
ImageReaderSpi and ImageWriterSpi. |
class |
ImageTranscoderSpi
The service provider interface (SPI) for
ImageTranscoders. |
class |
ImageWriterSpi
The service provider interface (SPI) for
ImageWriters. |
(package private) class |
PartiallyOrderedSet
A set of
Objects with pairwise orderings between them. |
(package private) class |
PartialOrderIterator |
class |
ServiceRegistry
A registry for service provider instances.
|
(package private) class |
SubRegistry
A portion of a registry dealing with a single superclass or
interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
DigraphNode.data
The data associated with this node.
|
private T |
FilterIterator.next |
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<Class<?>,Object> |
SubRegistry.map |
| Modifier and Type | Method and Description |
|---|---|
Object |
DigraphNode.getData()
Returns the
Object referenced by this node. |
Object |
PartialOrderIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PartiallyOrderedSet.add(Object o)
Adds an
Object to this
PartiallyOrderedSet. |
abstract boolean |
ImageReaderSpi.canDecodeInput(Object source)
Returns
true if the supplied source object appears
to be of the format supported by this reader. |
boolean |
SubRegistry.contains(Object provider) |
boolean |
ServiceRegistry.contains(Object provider)
Returns
true if provider is currently
registered. |
boolean |
PartiallyOrderedSet.contains(Object o) |
ImageInputStream |
ImageInputStreamSpi.createInputStreamInstance(Object input)
Returns an instance of the
ImageInputStream
implementation associated with this service provider. |
abstract ImageInputStream |
ImageInputStreamSpi.createInputStreamInstance(Object input,
boolean useCache,
File cacheDir)
Returns an instance of the
ImageInputStream
implementation associated with this service provider. |
ImageOutputStream |
ImageOutputStreamSpi.createOutputStreamInstance(Object output)
Returns an instance of the
ImageOutputStream
implementation associated with this service provider. |
abstract ImageOutputStream |
ImageOutputStreamSpi.createOutputStreamInstance(Object output,
boolean useCache,
File cacheDir)
Returns an instance of the
ImageOutputStream
implementation associated with this service provider. |
abstract ImageReader |
ImageReaderSpi.createReaderInstance(Object extension)
Returns an instance of the
ImageReader
implementation associated with this service provider. |
abstract ImageWriter |
ImageWriterSpi.createWriterInstance(Object extension)
Returns an instance of the
ImageWriter
implementation associated with this service provider. |
boolean |
SubRegistry.deregisterServiceProvider(Object provider)
If the provider was not previously registered, do nothing.
|
void |
ServiceRegistry.deregisterServiceProvider(Object provider)
Removes a service provider object from all categories that
contain it.
|
boolean |
ServiceRegistry.Filter.filter(Object provider)
Returns
true if the given
provider object matches the criterion defined
by this Filter. |
private Iterator |
ServiceRegistry.getSubRegistries(Object provider)
Returns an Iterator containing the subregistries to which the
provider belongs.
|
boolean |
PartiallyOrderedSet.hasOrdering(Object preferred,
Object other)
Returns
true if an ordering exists between two
nodes. |
boolean |
SubRegistry.registerServiceProvider(Object provider) |
void |
ServiceRegistry.registerServiceProvider(Object provider)
Adds a service provider object to the registry.
|
boolean |
PartiallyOrderedSet.remove(Object o)
Removes an
Object from this
PartiallyOrderedSet. |
boolean |
SubRegistry.setOrdering(Object firstProvider,
Object secondProvider) |
boolean |
PartiallyOrderedSet.setOrdering(Object first,
Object second)
Sets an ordering between two nodes.
|
boolean |
SubRegistry.unsetOrdering(Object firstProvider,
Object secondProvider) |
boolean |
PartiallyOrderedSet.unsetOrdering(Object first,
Object second)
Removes any ordering between two nodes.
|
| Constructor and Description |
|---|
DigraphNode(Object data) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileCacheImageInputStream
An implementation of
ImageInputStream that gets its
input from a regular InputStream. |
private static class |
FileCacheImageInputStream.StreamDisposerRecord |
class |
FileCacheImageOutputStream
An implementation of
ImageOutputStream that writes its
output to a regular OutputStream. |
class |
FileImageInputStream
An implementation of
ImageInputStream that gets its
input from a File or RandomAccessFile. |
class |
FileImageOutputStream
An implementation of
ImageOutputStream that writes its
output directly to a File or
RandomAccessFile. |
class |
IIOByteBuffer
A class representing a mutable reference to an array of bytes and
an offset and length within that array.
|
class |
ImageInputStreamImpl
An abstract class implementing the
ImageInputStream interface. |
class |
ImageOutputStreamImpl
An abstract class implementing the
ImageOutputStream interface. |
(package private) class |
MemoryCache
Package-visible class consolidating common code for
MemoryCacheImageInputStream and
MemoryCacheImageOutputStream. |
class |
MemoryCacheImageInputStream
An implementation of
ImageInputStream that gets its
input from a regular InputStream. |
private static class |
MemoryCacheImageInputStream.StreamDisposerRecord |
class |
MemoryCacheImageOutputStream
An implementation of
ImageOutputStream that writes its
output to a regular OutputStream. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
MemoryCacheImageInputStream.disposerReferent
The referent to be registered with the Disposer.
|
private Object |
FileImageOutputStream.disposerReferent
The referent to be registered with the Disposer.
|
private Object |
FileImageInputStream.disposerReferent
The referent to be registered with the Disposer.
|
private Object |
FileCacheImageInputStream.disposerReferent
The referent to be registered with the Disposer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownEntityException
Superclass of exceptions which indicate that an unknown kind of
entity was encountered.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownAnnotationValueException
Indicates that an unknown kind of annotation value was encountered.
|
class |
UnknownElementException
Indicates that an unknown kind of element was encountered.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
UnknownElementException.parameter |
private Object |
UnknownAnnotationValueException.parameter |
| Modifier and Type | Method and Description |
|---|---|
Object |
UnknownElementException.getArgument()
Returns the additional argument.
|
Object |
UnknownAnnotationValueException.getArgument()
Returns the additional argument.
|
Object |
VariableElement.getConstantValue()
Returns the value of this variable if this is a
final
field initialized to a compile-time constant. |
Object |
AnnotationValue.getValue()
Returns the value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Name.equals(Object obj)
Returns
true if the argument represents the same
name as this, and false otherwise. |
boolean |
Element.equals(Object obj)
Returns
true if the argument represents the same
element as this, or false otherwise. |
| Constructor and Description |
|---|
UnknownAnnotationValueException(AnnotationValue av,
Object p)
Creates a new
UnknownAnnotationValueException. |
UnknownElementException(Element e,
Object p)
Creates a new
UnknownElementException. |
| Modifier and Type | Class and Description |
|---|---|
class |
MirroredTypeException
Thrown when an application attempts to access the
Class object
corresponding to a TypeMirror. |
class |
MirroredTypesException
Thrown when an application attempts to access a sequence of
Class objects each corresponding to a TypeMirror. |
class |
UnknownTypeException
Indicates that an unknown kind of type was encountered.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
UnknownTypeException.parameter |
| Modifier and Type | Method and Description |
|---|---|
Object |
UnknownTypeException.getArgument()
Returns the additional argument.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeMirror.equals(Object obj)
Obeys the general contract of
Object.equals. |
| Constructor and Description |
|---|
UnknownTypeException(TypeMirror t,
Object p)
Creates a new
UnknownTypeException.The p
parameter may be used to pass in an additional argument with
information about the context in which the unknown type was
encountered; for example, the visit methods of TypeVisitor may pass in their additional parameter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnnotationValueVisitor6<R,P>
A skeletal visitor for annotation values with default behavior
appropriate for the
RELEASE_6
source version. |
class |
AbstractAnnotationValueVisitor7<R,P>
A skeletal visitor for annotation values with default behavior
appropriate for the
RELEASE_7
source version. |
class |
AbstractElementVisitor6<R,P>
A skeletal visitor of program elements with default behavior
appropriate for the
RELEASE_6
source version. |
class |
AbstractElementVisitor7<R,P>
A skeletal visitor of program elements with default behavior
appropriate for the
RELEASE_7
source version. |
class |
AbstractTypeVisitor6<R,P>
A skeletal visitor of types with default behavior appropriate for
the
RELEASE_6
source version. |
class |
AbstractTypeVisitor7<R,P>
A skeletal visitor of types with default behavior appropriate for
the
RELEASE_7
source version. |
class |
ElementFilter
Filters for selecting just the elements of interest from a
collection of elements.
|
class |
ElementKindVisitor6<R,P>
|
class |
ElementKindVisitor7<R,P>
|
class |
ElementScanner6<R,P>
A scanning visitor of program elements with default behavior
appropriate for the
RELEASE_6
source version. |
class |
ElementScanner7<R,P>
A scanning visitor of program elements with default behavior
appropriate for the
RELEASE_7
source version. |
class |
SimpleAnnotationValueVisitor6<R,P>
A simple visitor for annotation values with default behavior
appropriate for the
RELEASE_6
source version. |
class |
SimpleAnnotationValueVisitor7<R,P>
A simple visitor for annotation values with default behavior
appropriate for the
RELEASE_7
source version. |
class |
SimpleElementVisitor6<R,P>
A simple visitor of program elements with default behavior
appropriate for the
RELEASE_6
source version. |
class |
SimpleElementVisitor7<R,P>
A simple visitor of program elements with default behavior
appropriate for the
RELEASE_7
source version. |
class |
SimpleTypeVisitor6<R,P>
A simple visitor of types with default behavior appropriate for the
RELEASE_6 source version. |
class |
SimpleTypeVisitor7<R,P>
A simple visitor of types with default behavior appropriate for the
RELEASE_7 source version. |
class |
TypeKindVisitor6<R,P>
|
class |
TypeKindVisitor7<R,P>
|
| Modifier and Type | Field and Description |
|---|---|
protected R |
SimpleTypeVisitor6.DEFAULT_VALUE
Default value to be returned;
defaultAction returns this value unless the method is
overridden. |
protected R |
SimpleElementVisitor6.DEFAULT_VALUE
Default value to be returned;
defaultAction returns this value unless the method is
overridden. |
protected R |
SimpleAnnotationValueVisitor6.DEFAULT_VALUE
Default value to be returned;
defaultAction returns this value unless the method is
overridden. |
protected R |
ElementScanner6.DEFAULT_VALUE
The specified default value.
|
| Modifier and Type | Method and Description |
|---|---|
protected R |
SimpleAnnotationValueVisitor6.defaultAction(Object o,
P p)
The default action for visit methods.
|
String |
Elements.getConstantExpression(Object value)
Returns the text of a constant expression representing a
primitive value or a string.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AndQueryExp
This class is used by the query building mechanism to represent conjunctions
of relational expressions.
|
class |
Attribute
Represents an MBean attribute by associating its name with its value.
|
class |
AttributeChangeNotification
Provides definitions of the attribute change notifications sent by MBeans.
|
class |
AttributeChangeNotificationFilter
This class implements of the
NotificationFilter
interface for the attribute change notification. |
class |
AttributeNotFoundException
The specified attribute does not exist or cannot be retrieved.
|
class |
AttributeValueExp
Represents attributes used as arguments to relational constraints.
|
class |
BadAttributeValueExpException
Thrown when an invalid MBean attribute is passed to a query
constructing method.
|
class |
BadBinaryOpValueExpException
Thrown when an invalid expression is passed to a method for
constructing a query.
|
class |
BadStringOperationException
Thrown when an invalid string operation is passed
to a method for constructing a query.
|
(package private) class |
BetweenQueryExp
This class is used by the query-building mechanism to represent binary
relations.
|
(package private) class |
BinaryOpValueExp
This class is used by the query-building mechanism to represent binary
operations.
|
(package private) class |
BinaryRelQueryExp
This class is used by the query-building mechanism to represent binary
operations.
|
(package private) class |
BooleanValueExp
This class represents a boolean value.
|
(package private) class |
ClassAttributeValueExp
This class represents the name of the Java implementation class of
the MBean.
|
class |
DefaultLoaderRepository
Deprecated.
Use
MBeanServer.getClassLoaderRepository()
instead. |
class |
ImmutableDescriptor
An immutable descriptor.
|
(package private) class |
InQueryExp
This class is used by the query-building mechanism to represent binary
operations.
|
class |
InstanceAlreadyExistsException
The MBean is already registered in the repository.
|
class |
InstanceNotFoundException
The specified MBean does not exist in the repository.
|
(package private) class |
InstanceOfQueryExp
This class is used by the query building mechanism for isInstanceOf expressions.
|
class |
InvalidApplicationException
Thrown when an attempt is made to apply either of the following: A
subquery expression to an MBean or a qualified attribute expression
to an MBean of the wrong class.
|
class |
InvalidAttributeValueException
The value specified is not valid for the attribute.
|
class |
JMException
Exceptions thrown by JMX implementations.
|
class |
JMRuntimeException
Runtime exceptions emitted by JMX implementations.
|
class |
JMX
Static methods from the JMX API.
|
class |
ListenerNotFoundException
The specified MBean listener does not exist in the repository.
|
class |
MalformedObjectNameException
The format of the string does not correspond to a valid ObjectName.
|
(package private) class |
MatchQueryExp
This class is used by the query-building mechanism to represent binary
relations.
|
class |
MBeanAttributeInfo
Describes an MBean attribute exposed for management.
|
class |
MBeanConstructorInfo
Describes a constructor exposed by an MBean.
|
class |
MBeanException
Represents "user defined" exceptions thrown by MBean methods
in the agent.
|
class |
MBeanFeatureInfo
Provides general information for an MBean descriptor object.
|
class |
MBeanInfo
Describes the management interface exposed by an MBean; that is,
the set of attributes and operations which are available for
management operations.
|
private static class |
MBeanInfo.ArrayGettersSafeAction |
class |
MBeanNotificationInfo
The
MBeanNotificationInfo class is used to describe the
characteristics of the different notification instances
emitted by an MBean, for a given Java class of notification. |
class |
MBeanOperationInfo
Describes a management operation exposed by an MBean.
|
class |
MBeanParameterInfo
Describes an argument of an operation exposed by an MBean.
|
class |
MBeanPermission
Permission controlling access to MBeanServer operations.
|
class |
MBeanRegistrationException
Wraps exceptions thrown by the preRegister(), preDeregister() methods
of the
MBeanRegistration interface. |
class |
MBeanServerBuilder
This class represents a builder that creates a default
MBeanServer implementation. |
class |
MBeanServerDelegate
Represents the MBean server from the management point of view.
|
class |
MBeanServerFactory
Provides MBean server references.
|
class |
MBeanServerInvocationHandler
InvocationHandler that forwards methods in an MBean's
management interface through the MBean server to the MBean. |
class |
MBeanServerNotification
Represents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.
|
class |
MBeanServerPermission
A Permission to perform actions related to MBeanServers.
|
(package private) class |
MBeanServerPermissionCollection
Class returned by
MBeanServerPermission.newPermissionCollection(). |
class |
MBeanTrustPermission
This permission represents "trust" in a signer or codebase.
|
class |
NotCompliantMBeanException
Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
|
class |
Notification
The Notification class represents a notification emitted by an
MBean.
|
class |
NotificationBroadcasterSupport
Provides an implementation of
NotificationEmitter
interface. |
private static class |
NotificationBroadcasterSupport.ListenerInfo |
private class |
NotificationBroadcasterSupport.SendNotifJob |
private static class |
NotificationBroadcasterSupport.WildcardListenerInfo |
class |
NotificationFilterSupport
Provides an implementation of the
NotificationFilter interface. |
(package private) class |
NotQueryExp
This class is used by the query-building mechanism to represent negations
of relational expressions.
|
(package private) class |
NumericValueExp
This class represents numbers that are arguments to relational constraints.
|
class |
ObjectInstance
Used to represent the object name of an MBean and its class name.
|
class |
ObjectName
Represents the object name of an MBean, or a pattern that can
match the names of several MBeans.
|
private static class |
ObjectName.PatternProperty
Marker class for value pattern property.
|
private static class |
ObjectName.Property
A structure recording property structure and
proposing minimal services
|
class |
OperationsException
Represents exceptions thrown in the MBean server when performing operations
on MBeans.
|
(package private) class |
OrQueryExp
This class is used by the query-building mechanism to represent
disjunctions of relational expressions.
|
(package private) class |
QualifiedAttributeValueExp
Represents attributes used as arguments to relational constraints,
where the attribute must be in an MBean of a specified class.
|
class |
Query
Constructs query object constraints.
|
class |
QueryEval
Allows a query to be performed in the context of a specific MBean server.
|
class |
ReflectionException
Represents exceptions thrown in the MBean server when using the
java.lang.reflect classes to invoke methods on MBeans.
|
class |
RuntimeErrorException
When a
java.lang.Error occurs in the agent it should be caught and
re-thrown as a RuntimeErrorException. |
class |
RuntimeMBeanException
Represents runtime exceptions thrown by MBean methods in
the agent.
|
class |
RuntimeOperationsException
Represents runtime exceptions thrown in the agent when performing operations on MBeans.
|
class |
ServiceNotFoundException
Represents exceptions raised when a requested service is not supported.
|
class |
StandardEmitterMBean
An MBean whose management interface is determined by reflection
on a Java interface, and that emits notifications.
|
class |
StandardMBean
An MBean whose management interface is determined by reflection
on a Java interface.
|
private static class |
StandardMBean.MBeanInfoSafeAction |
class |
StringValueExp
Represents strings that are arguments to relational constraints.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
NotificationBroadcasterSupport.ListenerInfo.handback |
private Object |
AttributeChangeNotification.newValue |
private Object |
AttributeChangeNotification.oldValue |
protected Object |
Notification.source
This field hides the
EventObject.source field in the
parent class to make it non-transient and therefore part of the
serialized form. |
private Object |
Notification.userData |
private Object |
InvalidApplicationException.val |
private Object |
BadAttributeValueExpException.val |
private Object |
Attribute.value |
private Object[] |
ImmutableDescriptor.values
The values of the fields in this ImmutableDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MBeanParameterInfo.clone()
Returns a shallow clone of this instance.
|
Object |
MBeanOperationInfo.clone()
Returns a shallow clone of this instance.
|
Object |
MBeanNotificationInfo.clone()
Returns a shallow clone of this instance.
|
Object |
MBeanInfo.clone()
Returns a shallow clone of this instance.
|
Object |
MBeanConstructorInfo.clone()
Returns a shallow clone of this instance.
|
Object |
MBeanAttributeInfo.clone()
Returns a shallow clone of this instance.
|
Object |
Descriptor.clone()
Returns a descriptor which is equal to this descriptor.
|
private Object |
MBeanServerInvocationHandler.doLocally(Object proxy,
Method method,
Object[] args) |
protected Object |
AttributeValueExp.getAttribute(ObjectName name)
Return the value of the given attribute in the named MBean.
|
Object |
MBeanServerConnection.getAttribute(ObjectName name,
String attribute)
Gets the value of a specific attribute of a named MBean.
|
Object |
MBeanServer.getAttribute(ObjectName name,
String attribute) |
Object |
StandardMBean.getAttribute(String attribute) |
Object |
DynamicMBean.getAttribute(String attribute)
Obtain the value of a specific attribute of the Dynamic MBean.
|
Object |
ImmutableDescriptor.getFieldValue(String fieldName) |
Object |
Descriptor.getFieldValue(String fieldName)
Returns the value for a specific field name, or null if no value
is present for that name.
|
Object[] |
ImmutableDescriptor.getFieldValues(String... fieldNames) |
Object[] |
Descriptor.getFieldValues(String... fieldNames)
Returns all the field values in the descriptor as an array of Objects.
|
Object |
StandardMBean.getImplementation()
Get the implementation of this Standard MBean (or MXBean).
|
Object |
AttributeChangeNotification.getNewValue()
Gets the new value of the attribute which has changed.
|
Object |
AttributeChangeNotification.getOldValue()
Gets the old value of the attribute which has changed.
|
Object |
Notification.getUserData()
Get the user data.
|
Object |
Attribute.getValue()
Returns an Object that is the value of this attribute.
|
protected Object |
ClassAttributeValueExp.getValue(ObjectName name) |
Object |
MBeanServer.instantiate(String className)
Instantiates an object using the list of all class loaders
registered in the MBean server's
Class Loader
Repository. |
Object |
MBeanServer.instantiate(String className,
Object[] params,
String[] signature)
Instantiates an object using the list of all class loaders
registered in the MBean server
Class Loader
Repository. |
Object |
MBeanServer.instantiate(String className,
ObjectName loaderName)
Instantiates an object using the class Loader specified by its
ObjectName. |
Object |
MBeanServer.instantiate(String className,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates an object.
|
Object |
MBeanServerInvocationHandler.invoke(Object proxy,
Method method,
Object[] args) |
Object |
MBeanServerConnection.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
Invokes an operation on an MBean.
|
Object |
MBeanServer.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature) |
Object |
StandardMBean.invoke(String actionName,
Object[] params,
String[] signature) |
Object |
DynamicMBean.invoke(String actionName,
Object[] params,
String[] signature)
Allows an action to be invoked on the Dynamic MBean.
|
private Object |
MBeanServerInvocationHandler.invokeBroadcasterMethod(Object proxy,
Method method,
Object[] args) |
private Object |
ImmutableDescriptor.readResolve()
This method can replace a deserialized instance of this
class with another instance.
|
Object |
AttributeList.set(int index,
Object element)
Replaces the element at the specified position in this list with
the specified element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeList.add(int index,
Object element)
Inserts the specified element at the specified position in this
list.
|
boolean |
AttributeList.add(Object element)
Appends the specified element to the end of this list.
|
private void |
AttributeList.adding(Object x) |
void |
StandardEmitterMBean.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener.
|
void |
NotificationBroadcaster.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to this MBean.
|
void |
MBeanServerDelegate.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean.
|
void |
MBeanServer.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean.
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean.
|
void |
MBeanServer.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean.
|
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server.
|
private Object |
MBeanServerInvocationHandler.doLocally(Object proxy,
Method method,
Object[] args) |
private Object |
MBeanServerInvocationHandler.doLocally(Object proxy,
Method method,
Object[] args) |
boolean |
ObjectName.equals(Object object)
Compares the current object name with another object name.
|
boolean |
ObjectInstance.equals(Object object)
Compares the current object instance with another object instance.
|
boolean |
NotificationBroadcasterSupport.ListenerInfo.equals(Object o) |
boolean |
NotificationBroadcasterSupport.WildcardListenerInfo.equals(Object o) |
boolean |
MBeanServerPermission.equals(Object obj)
Checks two MBeanServerPermission objects for equality.
|
boolean |
MBeanPermission.equals(Object obj)
Checks two MBeanPermission objects for equality.
|
boolean |
MBeanParameterInfo.equals(Object o)
Compare this MBeanParameterInfo to another.
|
boolean |
MBeanOperationInfo.equals(Object o)
Compare this MBeanOperationInfo to another.
|
boolean |
MBeanNotificationInfo.equals(Object o)
Compare this MBeanNotificationInfo to another.
|
boolean |
MBeanInfo.equals(Object o)
Compare this MBeanInfo to another.
|
boolean |
MBeanFeatureInfo.equals(Object o)
Compare this MBeanFeatureInfo to another.
|
boolean |
MBeanConstructorInfo.equals(Object o)
Compare this MBeanConstructorInfo to another.
|
boolean |
MBeanAttributeInfo.equals(Object o)
Compare this MBeanAttributeInfo to another.
|
boolean |
ImmutableDescriptor.equals(Object o)
Compares this descriptor to the given object.
|
boolean |
Descriptor.equals(Object obj)
Compares this descriptor to the given object.
|
boolean |
Attribute.equals(Object object)
Compares the current Attribute Object with another Attribute Object.
|
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] ctors,
Object impl)
Customization hook:
Get the MBeanConstructorInfo[] that will be used in the MBeanInfo
returned by this MBean.
|
private MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanInfo info,
Object impl) |
protected void |
NotificationBroadcasterSupport.handleNotification(NotificationListener listener,
Notification notif,
Object handback)
This method is called by
sendNotification for each listener in order to send the
notification to that listener. |
void |
NotificationListener.handleNotification(Notification notification,
Object handback)
Invoked when a JMX notification occurs.
|
private static <T> boolean |
StandardMBean.identicalArrays(T[] a,
T[] b) |
private static <T> boolean |
StandardMBean.identicalArrays(T[] a,
T[] b) |
Object |
MBeanServer.instantiate(String className,
Object[] params,
String[] signature)
Instantiates an object using the list of all class loaders
registered in the MBean server
Class Loader
Repository. |
Object |
MBeanServer.instantiate(String className,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates an object.
|
Object |
MBeanServerInvocationHandler.invoke(Object proxy,
Method method,
Object[] args) |
Object |
MBeanServerInvocationHandler.invoke(Object proxy,
Method method,
Object[] args) |
Object |
MBeanServerConnection.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
Invokes an operation on an MBean.
|
Object |
MBeanServer.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature) |
Object |
StandardMBean.invoke(String actionName,
Object[] params,
String[] signature) |
Object |
DynamicMBean.invoke(String actionName,
Object[] params,
String[] signature)
Allows an action to be invoked on the Dynamic MBean.
|
private Object |
MBeanServerInvocationHandler.invokeBroadcasterMethod(Object proxy,
Method method,
Object[] args) |
private Object |
MBeanServerInvocationHandler.invokeBroadcasterMethod(Object proxy,
Method method,
Object[] args) |
private static boolean |
MBeanServerInvocationHandler.isLocal(Object proxy,
Method method) |
private static SortedMap<String,?> |
ImmutableDescriptor.makeMap(String[] fieldNames,
Object[] fieldValues) |
ObjectInstance |
MBeanServer.registerMBean(Object object,
ObjectName name)
Registers a pre-existing object as an MBean with the MBean
server.
|
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from this MBean.
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean.
|
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean.
|
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback) |
Object |
AttributeList.set(int index,
Object element)
Replaces the element at the specified position in this list with
the specified element.
|
void |
ImmutableDescriptor.setField(String fieldName,
Object fieldValue)
This operation is unsupported since this class is immutable.
|
void |
Descriptor.setField(String fieldName,
Object fieldValue)
Sets the value for a specific field name.
|
void |
ImmutableDescriptor.setFields(String[] fieldNames,
Object[] fieldValues)
This operation is unsupported since this class is immutable.
|
void |
Descriptor.setFields(String[] fieldNames,
Object[] fieldValues)
Sets all fields in the field names array to the new value with
the same index in the field values array.
|
void |
StandardMBean.setImplementation(Object implementation)
Replace the implementation object wrapped in this object.
|
void |
Notification.setSource(Object source)
Sets the source.
|
void |
Notification.setUserData(Object userData)
Set the user data.
|
private boolean |
MBeanServerInvocationHandler.shouldDoLocally(Object proxy,
Method method) |
| Constructor and Description |
|---|
Attribute(String name,
Object value)
Constructs an Attribute object which associates the given attribute name with the given value.
|
AttributeChangeNotification(Object source,
long sequenceNumber,
long timeStamp,
String msg,
String attributeName,
String attributeType,
Object oldValue,
Object newValue)
Constructs an attribute change notification object.
|
BadAttributeValueExpException(Object val)
Constructs an
BadAttributeValueExpException with the specified Object. |
ImmutableDescriptor(String[] fieldNames,
Object[] fieldValues)
Construct a descriptor containing the given fields and values.
|
InvalidApplicationException(Object val)
Constructs an
InvalidApplicationException with the specified Object. |
MBeanServerNotification(String type,
Object source,
long sequenceNumber,
ObjectName objectName)
Creates an MBeanServerNotification object specifying object names of
the MBeans that caused the notification and the specified notification
type.
|
Notification(String type,
Object source,
long sequenceNumber)
Creates a Notification object.
|
Notification(String type,
Object source,
long sequenceNumber,
long timeStamp)
Creates a Notification object.
|
Notification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String message)
Creates a Notification object.
|
Notification(String type,
Object source,
long sequenceNumber,
String message)
Creates a Notification object.
|
NotificationBroadcasterSupport.ListenerInfo(NotificationListener listener,
NotificationFilter filter,
Object handback) |
| Modifier and Type | Class and Description |
|---|---|
class |
MLet
Allows you to instantiate and register one or several MBeans in the MBean server
coming from a remote URL.
|
class |
MLetContent
This class represents the contents of the
MLET tag. |
(package private) class |
MLetObjectInputStream
This subclass of ObjectInputStream delegates loading of classes to
an existing MLetClassLoader.
|
(package private) class |
MLetParser
This class is used for parsing URLs.
|
class |
PrivateMLet
An MLet that is not added to the
ClassLoaderRepository. |
| Modifier and Type | Method and Description |
|---|---|
private Object |
MLet.constructParameter(String param,
String type)
Converts the String value of the constructor's parameter to
a basic Java object with the type of the parameter.
|
private Object |
MLet.loadSerializedObject(URL codebase,
String filename)
Loads the serialized object specified by the
OBJECT
attribute of the MLET tag. |
| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
MLetMBean.getMBeansFromURL(String url)
Loads a text file containing MLET tags that define the MBeans
to be added to the MBean server.
|
Set<Object> |
MLet.getMBeansFromURL(String url)
Loads a text file containing MLET tags that define the MBeans to
be added to the MBean server.
|
Set<Object> |
MLetMBean.getMBeansFromURL(URL url)
Loads a text file containing MLET tags that define the MBeans
to be added to the MBean server.
|
Set<Object> |
MLet.getMBeansFromURL(URL url)
Loads a text file containing MLET tags that define the MBeans to
be added to the MBean server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptorSupport
This class represents the metadata set for a ModelMBean element.
|
class |
InvalidTargetObjectTypeException
Exception thrown when an invalid target object type is specified.
|
class |
ModelMBeanAttributeInfo
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
|
class |
ModelMBeanConstructorInfo
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
|
class |
ModelMBeanInfoSupport
This class represents the meta data for ModelMBeans.
|
class |
ModelMBeanNotificationInfo
The ModelMBeanNotificationInfo object describes a notification emitted
by a ModelMBean.
|
class |
ModelMBeanOperationInfo
The ModelMBeanOperationInfo object describes a management operation of
the ModelMBean.
|
class |
RequiredModelMBean
This class is the implementation of a ModelMBean.
|
class |
XMLParseException
This exception is thrown when an XML formatted string is being parsed into ModelMBean objects
or when XML formatted strings are being created from ModelMBean objects.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
RequiredModelMBean.managedResource |
| Modifier and Type | Field and Description |
|---|---|
private SortedMap<String,Object> |
DescriptorSupport.descriptorMap |
| Modifier and Type | Method and Description |
|---|---|
Object |
ModelMBeanOperationInfo.clone()
Creates and returns a new ModelMBeanOperationInfo which is a
duplicate of this ModelMBeanOperationInfo.
|
Object |
ModelMBeanNotificationInfo.clone()
Creates and returns a new ModelMBeanNotificationInfo which is a
duplicate of this ModelMBeanNotificationInfo.
|
Object |
ModelMBeanInfoSupport.clone()
Returns a shallow clone of this instance.
|
Object |
ModelMBeanInfo.clone()
Creates and returns a copy of this object.
|
Object |
ModelMBeanConstructorInfo.clone()
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
|
Object |
ModelMBeanAttributeInfo.clone()
Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
|
Object |
DescriptorSupport.clone()
Returns a new Descriptor which is a duplicate of the Descriptor.
|
Object |
RequiredModelMBean.getAttribute(String attrName)
Returns the value of a specific attribute defined for this
ModelMBean.
|
Object |
DescriptorSupport.getFieldValue(String fieldName) |
Object[] |
DescriptorSupport.getFieldValues(String... fieldNames) |
Object |
RequiredModelMBean.invoke(String opName,
Object[] opArgs,
String[] sig)
Invokes a method on or through a RequiredModelMBean and returns
the result of the method execution.
|
private Object |
RequiredModelMBean.invokeMethod(String opName,
Method method,
Object targetObject,
Object[] opArgs) |
private static Object |
DescriptorSupport.parseQuotedFieldValue(String s) |
private Object |
RequiredModelMBean.resolveForCacheValue(Descriptor descr)
The resolveForCacheValue method checks the descriptor passed in to
see if there is a valid cached value in the descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener,
String inAttributeName,
Object inhandback) |
void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener,
String attributeName,
Object handback)
Registers an object which implements the NotificationListener interface as a listener.
|
void |
RequiredModelMBean.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Registers an object which implements the NotificationListener
interface as a listener.
|
private void |
RequiredModelMBean.cacheResult(ModelMBeanOperationInfo opInfo,
Descriptor opDescr,
Object result) |
boolean |
DescriptorSupport.equals(Object o)
Compares this descriptor to the given object.
|
private Method |
RequiredModelMBean.findRMMBMethod(String opMethodName,
Object targetObjectField,
String opClassName,
String[] sig) |
Object |
RequiredModelMBean.invoke(String opName,
Object[] opArgs,
String[] sig)
Invokes a method on or through a RequiredModelMBean and returns
the result of the method execution.
|
private Object |
RequiredModelMBean.invokeMethod(String opName,
Method method,
Object targetObject,
Object[] opArgs) |
private Object |
RequiredModelMBean.invokeMethod(String opName,
Method method,
Object targetObject,
Object[] opArgs) |
private static String |
DescriptorSupport.makeFieldValue(Object value)
Make the string that will go inside "..." for a value that is not
a plain String.
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
DescriptorSupport.setField(String fieldName,
Object fieldValue) |
void |
DescriptorSupport.setFields(String[] fieldNames,
Object[] fieldValues) |
void |
RequiredModelMBean.setManagedResource(Object mr,
String mr_type)
Sets the instance handle of the object against which to
execute all methods in this ModelMBean management interface
(MBeanInfo and Descriptors).
|
void |
ModelMBean.setManagedResource(Object mr,
String mr_type)
Sets the instance handle of the object against which to
execute all methods in this ModelMBean management interface
(MBeanInfo and Descriptors).
|
private boolean |
DescriptorSupport.validateField(String fldName,
Object fldValue) |
| Constructor and Description |
|---|
DescriptorSupport(String[] fieldNames,
Object[] fieldValues)
Constructor taking field names and field values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CounterMonitor
Defines a monitor MBean designed to observe the values of a counter
attribute.
|
(package private) static class |
CounterMonitor.CounterMonitorObservedObject |
class |
GaugeMonitor
Defines a monitor MBean designed to observe the values of a gauge attribute.
|
(package private) static class |
GaugeMonitor.GaugeMonitorObservedObject |
class |
Monitor
Defines the part common to all monitor MBeans.
|
private static class |
Monitor.DaemonThreadFactory
Daemon thread factory used by the monitor executors.
|
private class |
Monitor.MonitorTask
MonitorTask nested class: This class implements the Runnable interface.
|
(package private) static class |
Monitor.ObservedObject |
private class |
Monitor.SchedulerTask
SchedulerTask nested class: This class implements the Runnable interface.
|
class |
MonitorNotification
Provides definitions of the notifications sent by monitor MBeans.
|
class |
MonitorSettingException
Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running.
|
class |
StringMonitor
Defines a monitor MBean designed to observe the values of a string
attribute.
|
(package private) static class |
StringMonitor.StringMonitorObservedObject |
| Modifier and Type | Field and Description |
|---|---|
private Object |
MonitorNotification.derivedGauge |
private Object |
Monitor.ObservedObject.derivedGauge |
private static Object |
Monitor.executorsLock
Lock for executors map.
|
private Object |
MonitorNotification.trigger |
| Modifier and Type | Method and Description |
|---|---|
(package private) Object |
Monitor.getAttribute(MBeanServerConnection mbsc,
ObjectName object,
String attribute) |
Object |
MonitorNotification.getDerivedGauge()
Gets the derived gauge of this monitor notification.
|
Object |
Monitor.ObservedObject.getDerivedGauge() |
(package private) Object |
Monitor.getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is
contained in the set of observed MBeans, or
null otherwise. |
Object |
MonitorNotification.getTrigger()
Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Comparable<?> |
Monitor.getComparableFromAttribute(ObjectName object,
String attribute,
Object value) |
(package private) static boolean |
Monitor.isValidForType(Object value,
Class<? extends Number> c) |
private void |
Monitor.sendNotification(String type,
long timeStamp,
String msg,
Object derGauge,
Object trigger,
ObjectName object,
boolean onError)
This method is used by the monitor MBean to create and send a
monitor notification to all the listeners registered for this
kind of notification.
|
void |
Monitor.ObservedObject.setDerivedGauge(Object derivedGauge) |
private boolean |
CounterMonitor.updateDerivedGauge(Object scanCounter,
CounterMonitor.CounterMonitorObservedObject o)
Updates the derived gauge attribute of the observed object.
|
private boolean |
GaugeMonitor.updateDerivedGauge(Object scanGauge,
GaugeMonitor.GaugeMonitorObservedObject o)
Updates the derived gauge attribute of the observed object.
|
| Constructor and Description |
|---|
MonitorNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String msg,
ObjectName obsObj,
String obsAtt,
Object derGauge,
Object trigger)
Creates a monitor notification object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayType<T>
The
ArrayType class is the open type class whose instances describe
all open data values which are n-dimensional arrays of open data values. |
class |
CompositeDataInvocationHandler
An
InvocationHandler that forwards getter methods to a
CompositeData. |
class |
CompositeDataSupport
The CompositeDataSupport class is the open data class which
implements the CompositeData interface.
|
class |
CompositeType
The
CompositeType class is the open type class
whose instances describe the types of values. |
class |
InvalidOpenTypeException
This runtime exception is thrown to indicate that the open type of an open data value
is not the one expected.
|
class |
KeyAlreadyExistsException
This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance
is already used to refer to another row in this tabular data instance.
|
class |
OpenDataException
This checked exception is thrown when an open type, an open data or an open MBean metadata info instance
could not be constructed because one or more validity constraints were not met.
|
class |
OpenMBeanAttributeInfoSupport
Describes an attribute of an open MBean.
|
class |
OpenMBeanConstructorInfoSupport
Describes a constructor of an Open MBean.
|
class |
OpenMBeanInfoSupport
The
OpenMBeanInfoSupport class describes the management
information of an open MBean: it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface. |
class |
OpenMBeanOperationInfoSupport
Describes an operation of an Open MBean.
|
class |
OpenMBeanParameterInfoSupport
Describes a parameter used in one or more operations or
constructors of an open MBean.
|
class |
OpenType<T>
The
OpenType class is the parent abstract class of all classes which describe the actual open type
of open data values. |
class |
SimpleType<T>
The
SimpleType class is the open type class whose instances describe
all open data values which are neither arrays,
nor values,
nor values. |
class |
TabularDataSupport
The TabularDataSupport class is the open data class which implements the TabularData
and the Map interfaces, and which is internally based on a hash map data structure.
|
class |
TabularType
The
TabularType class is the open type class
whose instances describe the types of values. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
OpenMBeanParameterInfoSupport.defaultValue |
private Object |
OpenMBeanAttributeInfoSupport.defaultValue |
private static Object[][] |
ArrayType.PRIMITIVE_ARRAY_TYPES |
| Modifier and Type | Field and Description |
|---|---|
private SortedMap<String,Object> |
CompositeDataSupport.contents |
private Map<Object,CompositeData> |
TabularDataSupport.dataMap |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
TabularDataSupport.calculateIndex(CompositeData value)
Calculates the index that would be used in this TabularData instance to refer to the specified
composite data value parameter if it were added to this instance.
|
Object[] |
TabularData.calculateIndex(CompositeData value)
Calculates the index that would be used in this TabularData instance to refer to the specified
composite data value parameter if it were added to this instance.
|
Object |
TabularDataSupport.clone()
Returns a clone of this
TabularDataSupport instance:
the clone is obtained by calling super.clone(), and then cloning the underlying map. |
Object |
TabularDataSupport.get(Object key)
This method simply calls get((Object[]) key).
|
Object |
CompositeDataSupport.get(String key)
Returns the value of the item whose name is key.
|
Object |
CompositeData.get(String key)
Returns the value of the item whose name is key.
|
Object[] |
CompositeDataSupport.getAll(String[] keys)
Returns an array of the values of the items whose names are specified by
keys, in the same order as keys.
|
Object[] |
CompositeData.getAll(String[] keys)
Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
|
Object |
OpenMBeanParameterInfoSupport.getDefaultValue()
Returns the default value for the parameter described by this
OpenMBeanParameterInfoSupport instance, if specified,
or null otherwise. |
Object |
OpenMBeanParameterInfo.getDefaultValue()
Returns the default value for this parameter, if it has one, or
null otherwise.
|
Object |
OpenMBeanAttributeInfoSupport.getDefaultValue()
Returns the default value for the attribute described by this
OpenMBeanAttributeInfoSupport instance, if specified,
or null otherwise. |
Object |
CompositeDataInvocationHandler.invoke(Object proxy,
Method method,
Object[] args) |
Object |
TabularDataSupport.put(Object key,
Object value)
This method simply calls put((CompositeData) value) and
therefore ignores its key parameter which can be null.
|
Object |
SimpleType.readResolve()
Replace an object read from an
ObjectInputStream with the unique instance for that
value. |
private Object |
OpenMBeanParameterInfoSupport.readResolve()
An object serialized in a version of the API before Descriptors were
added to this class will have an empty or null Descriptor.
|
private Object |
OpenMBeanOperationInfoSupport.readResolve()
An object serialized in a version of the API before Descriptors were
added to this class will have an empty or null Descriptor.
|
private Object |
OpenMBeanAttributeInfoSupport.readResolve()
An object serialized in a version of the API before Descriptors were
added to this class will have an empty or null Descriptor.
|
private Object |
ArrayType.readResolve()
Replace/resolve the object read from the stream before it is returned
to the caller.
|
Object |
TabularDataSupport.remove(Object key)
This method simply calls remove((Object[]) key).
|
private Object |
ArrayType.writeReplace()
Nominate a replacement for this object in the stream before the object
is written.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Object,Object>> |
TabularDataSupport.entrySet()
Returns a collection view of the index to row mappings
contained in this
TabularDataSupport instance. |
Set<Map.Entry<Object,Object>> |
TabularDataSupport.entrySet()
Returns a collection view of the index to row mappings
contained in this
TabularDataSupport instance. |
Set<Object> |
TabularDataSupport.keySet()
Returns a set view of the keys contained in the underlying map of this
TabularDataSupport instance used to index the rows. |
private static SortedMap<String,Object> |
CompositeDataSupport.makeMap(Map<String,?> items) |
private static SortedMap<String,Object> |
CompositeDataSupport.makeMap(String[] itemNames,
Object[] itemValues) |
Collection<Object> |
TabularDataSupport.values()
Returns a collection view of the rows contained in this
TabularDataSupport instance. |
| Modifier and Type | Method and Description |
|---|---|
private static <T> int |
OpenMBeanInfoSupport.arraySetHash(T[] a) |
(package private) static <T> T |
OpenMBeanAttributeInfoSupport.cast(Object x) |
private boolean |
ArrayType.checkElementsType(Object[] x_dim_Array,
int dim)
Returns true if and only if all elements contained in the array argument x_dim_Array of dimension dim
are valid values (ie either null or of the right openType)
for the element open type specified by this ArrayType instance.
|
private static void |
TabularType.checkForNullElement(Object[] arg,
String argName)
Checks that Object[] arg is neither null nor empty (ie length==0)
and that it does not contain any null element.
|
private static void |
CompositeType.checkForNullElement(Object[] arg,
String argName) |
private void |
TabularDataSupport.checkKeyType(Object[] key)
Checks if the specified key is valid for this TabularData instance.
|
(package private) static int |
OpenMBeanAttributeInfoSupport.compare(Object x,
Object y) |
boolean |
TabularDataSupport.containsKey(Object key)
Returns true if and only if this TabularData instance contains a CompositeData value
(ie a row) whose index is the specified key.
|
boolean |
TabularDataSupport.containsKey(Object[] key)
Returns true if and only if this TabularData instance contains a CompositeData value
(ie a row) whose index is the specified key.
|
boolean |
TabularData.containsKey(Object[] key)
Returns true if and only if this TabularData instance contains a CompositeData value
(ie a row) whose index is the specified key.
|
boolean |
TabularDataSupport.containsValue(Object value)
Returns true if and only if this TabularData instance contains the specified
value.
|
boolean |
CompositeDataSupport.containsValue(Object value)
Returns true if and only if this CompositeData instance
contains an item
whose value is value.
|
boolean |
CompositeData.containsValue(Object value)
Returns true if and only if this CompositeData instance contains an item
whose value is value.
|
private static <T> T |
OpenMBeanAttributeInfoSupport.convertFrom(Object x,
OpenType<T> openType) |
private static <T> T |
OpenMBeanAttributeInfoSupport.convertFromStringArray(Object x,
OpenType<T> openType) |
private static <T> T |
OpenMBeanAttributeInfoSupport.convertFromStrings(Object x,
OpenType<T> openType) |
boolean |
TabularType.equals(Object obj)
Compares the specified
obj parameter with this TabularType instance for equality. |
boolean |
TabularDataSupport.equals(Object obj)
Compares the specified obj parameter with this
TabularDataSupport instance for equality. |
boolean |
TabularData.equals(Object obj)
Compares the specified obj parameter with this
TabularData instance for equality. |
boolean |
SimpleType.equals(Object obj)
Compares the specified
obj parameter with this SimpleType instance for equality. |
abstract boolean |
OpenType.equals(Object obj)
Compares the specified
obj parameter with this
open type instance for equality. |
boolean |
OpenMBeanParameterInfoSupport.equals(Object obj)
Compares the specified
obj parameter with this OpenMBeanParameterInfoSupport instance for equality. |
boolean |
OpenMBeanParameterInfo.equals(Object obj)
Compares the specified obj parameter with this
OpenMBeanParameterInfo instance for equality. |
boolean |
OpenMBeanOperationInfoSupport.equals(Object obj)
Compares the specified
obj parameter with this
OpenMBeanOperationInfoSupport instance for
equality. |
boolean |
OpenMBeanOperationInfo.equals(Object obj)
Compares the specified obj parameter with this
OpenMBeanOperationInfo instance for equality. |
boolean |
OpenMBeanInfoSupport.equals(Object obj)
Compares the specified
obj parameter with this
OpenMBeanInfoSupport instance for equality. |
boolean |
OpenMBeanInfo.equals(Object obj)
Compares the specified obj parameter with this
OpenMBeanInfo instance for equality. |
boolean |
OpenMBeanConstructorInfoSupport.equals(Object obj)
Compares the specified
obj parameter with this
OpenMBeanConstructorInfoSupport instance for
equality. |
boolean |
OpenMBeanConstructorInfo.equals(Object obj)
Compares the specified obj parameter with this
OpenMBeanConstructorInfo instance for equality. |
boolean |
OpenMBeanAttributeInfoSupport.equals(Object obj)
Compares the specified
obj parameter with this OpenMBeanAttributeInfoSupport instance for equality. |
boolean |
OpenMBeanAttributeInfo.equals(Object obj)
Compares the specified obj parameter with this
OpenMBeanAttributeInfo instance for equality. |
boolean |
CompositeType.equals(Object obj)
Compares the specified
obj parameter with this CompositeType instance for equality. |
boolean |
CompositeDataSupport.equals(Object obj)
Compares the specified obj parameter with this
CompositeDataSupport instance for equality. |
boolean |
CompositeData.equals(Object obj)
Compares the specified obj parameter with this
CompositeData instance for equality. |
boolean |
ArrayType.equals(Object obj)
Compares the specified
obj parameter with this
ArrayType instance for equality. |
private boolean |
CompositeDataInvocationHandler.equals(Object proxy,
Object other) |
Object |
TabularDataSupport.get(Object key)
This method simply calls get((Object[]) key).
|
CompositeData |
TabularDataSupport.get(Object[] key)
Returns the CompositeData value whose index is
key, or null if there is no value mapping
to key, in this TabularData instance.
|
CompositeData |
TabularData.get(Object[] key)
Returns the CompositeData value whose index is
key, or null if there is no value mapping
to key, in this TabularData instance.
|
Object |
CompositeDataInvocationHandler.invoke(Object proxy,
Method method,
Object[] args) |
Object |
CompositeDataInvocationHandler.invoke(Object proxy,
Method method,
Object[] args) |
boolean |
TabularType.isValue(Object obj)
Tests whether obj is a value which could be
described by this
TabularType instance. |
boolean |
SimpleType.isValue(Object obj)
Tests whether obj is a value for this
SimpleType instance. |
abstract boolean |
OpenType.isValue(Object obj)
Tests whether obj is a value for this open type.
|
boolean |
OpenMBeanParameterInfoSupport.isValue(Object obj)
Tests whether
obj is a valid value for the parameter
described by this OpenMBeanParameterInfo instance. |
boolean |
OpenMBeanParameterInfo.isValue(Object obj)
Tests whether obj is a valid value for the parameter
described by this
OpenMBeanParameterInfo instance. |
boolean |
OpenMBeanAttributeInfoSupport.isValue(Object obj)
Tests whether
obj is a valid value for the attribute
described by this OpenMBeanAttributeInfoSupport
instance. |
boolean |
CompositeType.isValue(Object obj)
Tests whether obj is a value which could be
described by this
CompositeType instance. |
boolean |
ArrayType.isValue(Object obj)
Tests whether obj is a value for this
ArrayType
instance. |
(package private) static boolean |
OpenMBeanAttributeInfoSupport.isValue(OpenMBeanParameterInfo info,
Object obj) |
(package private) static <T> Descriptor |
OpenMBeanAttributeInfoSupport.makeDescriptor(OpenType<T> openType,
T defaultValue,
T[] legalValues,
Comparable<T> minValue,
Comparable<T> maxValue) |
private static SortedMap<String,Object> |
CompositeDataSupport.makeMap(String[] itemNames,
Object[] itemValues) |
Object |
TabularDataSupport.put(Object key,
Object value)
This method simply calls put((CompositeData) value) and
therefore ignores its key parameter which can be null.
|
Object |
TabularDataSupport.remove(Object key)
This method simply calls remove((Object[]) key).
|
CompositeData |
TabularDataSupport.remove(Object[] key)
Removes the CompositeData value whose index is key from this TabularData instance,
and returns the removed value, or returns null if there is no value whose index is key.
|
CompositeData |
TabularData.remove(Object[] key)
Removes the CompositeData value whose index is key from this TabularData instance,
and returns the removed value, or returns null if there is no value whose index is key.
|
private static <T> boolean |
OpenMBeanInfoSupport.sameArrayContents(T[] a1,
T[] a2) |
private static <T> boolean |
OpenMBeanInfoSupport.sameArrayContents(T[] a1,
T[] a2) |
| Constructor and Description |
|---|
CompositeDataSupport(CompositeType compositeType,
String[] itemNames,
Object[] itemValues)
Constructs a CompositeDataSupport instance with the specified
compositeType, whose item values
are specified by itemValues[], in the same order as in
itemNames[].
|
OpenMBeanAttributeInfoSupport(String name,
String description,
OpenType<T> openType,
boolean isReadable,
boolean isWritable,
boolean isIs,
T defaultValue,
T[] legalValues)
Constructs an
OpenMBeanAttributeInfoSupport instance,
which describes the attribute of an open MBean with the
specified name, openType, description,
defaultValue and legalValues, and the specified
read/write access properties. |
OpenMBeanAttributeInfoSupport(String name,
String description,
OpenType<T> openType,
boolean isReadable,
boolean isWritable,
boolean isIs,
T defaultValue,
T[] legalValues,
Comparable<T> minValue,
Comparable<T> maxValue) |
OpenMBeanParameterInfoSupport(String name,
String description,
OpenType<T> openType,
T defaultValue,
T[] legalValues)
Constructs an
OpenMBeanParameterInfoSupport instance,
which describes the parameter used in one or more operations or
constructors of a class of open MBeans, with the specified
name, openType, description, defaultValue and legalValues. |
OpenMBeanParameterInfoSupport(String name,
String description,
OpenType<T> openType,
T defaultValue,
T[] legalValues,
Comparable<T> minValue,
Comparable<T> maxValue) |
| Constructor and Description |
|---|
CompositeDataSupport(SortedMap<String,Object> items,
CompositeType compositeType) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidRelationIdException
This exception is raised when relation id provided for a relation is already
used.
|
class |
InvalidRelationServiceException
This exception is raised when an invalid Relation Service is provided.
|
class |
InvalidRelationTypeException
Invalid relation type.
|
class |
InvalidRoleInfoException
This exception is raised when, in a role info, its minimum degree is greater
than its maximum degree.
|
class |
InvalidRoleValueException
Role value is invalid.
|
class |
MBeanServerNotificationFilter
Filter for
MBeanServerNotification. |
class |
RelationException
This class is the superclass of any exception which can be raised during
relation management.
|
class |
RelationNotFoundException
This exception is raised when there is no relation for a given relation id
in a Relation Service.
|
class |
RelationNotification
A notification of a change in the Relation Service.
|
class |
RelationService
The Relation Service is in charge of creating and deleting relation types
and relations, of handling the consistency and of providing query
mechanisms.
|
class |
RelationServiceNotRegisteredException
This exception is raised when an access is done to the Relation Service and
that one is not registered.
|
class |
RelationSupport
A RelationSupport object is used internally by the Relation Service to
represent simple relations (only roles, no properties or methods), with an
unlimited number of roles, of any relation type.
|
class |
RelationTypeNotFoundException
This exception is raised when there is no relation type with given name in
Relation Service.
|
class |
RelationTypeSupport
A RelationTypeSupport object implements the RelationType interface.
|
class |
Role
Represents a role: includes a role name and referenced MBeans (via their
ObjectNames).
|
class |
RoleInfo
A RoleInfo object summarises a role in a relation type.
|
class |
RoleInfoNotFoundException
This exception is raised when there is no role info with given name in a
given relation type.
|
class |
RoleList
A RoleList represents a list of roles (Role objects).
|
class |
RoleNotFoundException
This exception is raised when a role in a relation does not exist, or is not
readable, or is not settable.
|
class |
RoleResult
Represents the result of a multiple access to several roles of a relation
(either for reading or writing).
|
class |
RoleStatus
This class describes the various problems which can be encountered when
accessing a role.
|
class |
RoleUnresolved
Represents an unresolved role: a role not retrieved from a relation due
to a problem.
|
class |
RoleUnresolvedList
A RoleUnresolvedList represents a list of RoleUnresolved objects,
representing roles not retrieved from a relation due to a problem
encountered when trying to access (read or write) the roles.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
RelationService.myRelId2ObjMap |
| Modifier and Type | Method and Description |
|---|---|
Object |
RoleUnresolved.clone()
Clone this object.
|
Object |
Role.clone()
Clone the role object.
|
(package private) Object |
RelationService.getRelation(String relationId) |
(package private) Object |
RelationSupport.getRoleInt(String roleName,
boolean relationServCallFlg,
RelationService relationServ,
boolean multiRoleFlg) |
Object |
RoleUnresolvedList.set(int index,
Object element) |
Object |
RoleList.set(int index,
Object element) |
(package private) Object |
RelationSupport.setRoleInt(Role aRole,
boolean relationServCallFlg,
RelationService relationServ,
boolean multiRoleFlg) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleUnresolvedList.add(int index,
Object element) |
void |
RoleList.add(int index,
Object element) |
boolean |
RoleUnresolvedList.add(Object o) |
boolean |
RoleList.add(Object o) |
private static void |
RoleUnresolvedList.checkTypeSafe(Object o)
IllegalArgumentException if o is a non-RoleUnresolved object.
|
private static void |
RoleList.checkTypeSafe(Object o)
IllegalArgumentException if o is a non-Role object.
|
void |
RelationService.handleNotification(Notification notif,
Object handback)
Invoked when a JMX notification occurs.
|
private static boolean |
RoleUnresolvedList.isTainted(Object o)
Returns true if o is a non-RoleUnresolved object.
|
private static boolean |
RoleList.isTainted(Object o)
Returns true if o is a non-Role object.
|
private boolean |
RelationNotification.isValidBasic(String notifType,
Object sourceObj,
String id,
String typeName) |
private boolean |
RelationNotification.isValidBasicStrict(String notifType,
Object sourceObj,
String id,
String typeName) |
Object |
RoleUnresolvedList.set(int index,
Object element) |
Object |
RoleList.set(int index,
Object element) |
| Constructor and Description |
|---|
RelationNotification(String notifType,
Object sourceObj,
long sequence,
long timeStamp,
String message,
String id,
String typeName,
ObjectName objectName,
List<ObjectName> unregMBeanList)
Creates a notification for either a relation creation (RelationSupport
object created internally in the Relation Service, or an MBean added as a
relation) or for a relation removal from the Relation Service.
|
RelationNotification(String notifType,
Object sourceObj,
long sequence,
long timeStamp,
String message,
String id,
String typeName,
ObjectName objectName,
String name,
List<ObjectName> newValue,
List<ObjectName> oldValue)
Creates a notification for a role update in a relation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JMXConnectionNotification
Notification emitted when a client connection is opened or
closed or when notifications are lost.
|
class |
JMXConnectorFactory
Factory to create JMX API connector clients.
|
class |
JMXConnectorServer
Superclass of every connector server.
|
class |
JMXConnectorServerFactory
Factory to create JMX API connector servers.
|
class |
JMXPrincipal
The identity of a remote client of the JMX Remote API.
|
class |
JMXProviderException
Exception thrown by
JMXConnectorFactory and
JMXConnectorServerFactory when a provider exists for
the required protocol but cannot be used for some reason. |
class |
JMXServerErrorException
Exception thrown as the result of a remote
MBeanServer
method invocation when an Error is thrown while
processing the invocation in the remote MBean server. |
class |
JMXServiceURL
The address of a JMX API connector server.
|
class |
NotificationResult
Result of a query for buffered notifications.
|
class |
SubjectDelegationPermission
Permission required by an authentication identity to perform
operations on behalf of an authorization identity.
|
class |
TargetedNotification
A (Notification, Listener ID) pair.
|
| Modifier and Type | Method and Description |
|---|---|
private Object |
JMXConnectorServer.getNotificationSource() |
private static Object |
JMXConnectionNotification.nonNull(Object arg) |
| Modifier and Type | Method and Description |
|---|---|
private static <K> Map<K,Object> |
JMXConnectorFactory.newHashMap(Map<K,?> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXConnector.addConnectionNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to be informed of changes in connection
status.
|
Subject |
JMXAuthenticator.authenticate(Object credentials)
Authenticates the
MBeanServerConnection client
with the given client credentials. |
protected void |
JMXConnectorServer.connectionClosed(String connectionId,
String message,
Object userData)
Called by a subclass when a client connection is closed
normally.
|
protected void |
JMXConnectorServer.connectionFailed(String connectionId,
String message,
Object userData)
Called by a subclass when a client connection fails.
|
protected void |
JMXConnectorServer.connectionOpened(String connectionId,
String message,
Object userData)
Called by a subclass when a new client connection is opened.
|
boolean |
JMXServiceURL.equals(Object obj)
Indicates whether some other object is equal to this one.
|
boolean |
JMXPrincipal.equals(Object o)
Compares the specified Object with this
JMXPrincipal
for equality. |
private static Object |
JMXConnectionNotification.nonNull(Object arg) |
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener l,
NotificationFilter f,
Object handback)
Removes a listener from the list to be informed of changes
in status.
|
private void |
JMXConnectorServer.sendNotification(String type,
String connectionId,
String message,
Object userData) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> T |
JMXConnectorFactory.getProvider(JMXServiceURL serviceURL,
Map<String,Object> environment,
String providerClassName,
Class<T> targetInterface,
ClassLoader loader) |
| Constructor and Description |
|---|
JMXConnectionNotification(String type,
Object source,
String connectionId,
long sequenceNumber,
String message,
Object userData)
Constructs a new connection notification.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
NoCallStackClassLoader
A class loader that only knows how to define a limited number
of classes, and load a limited number of other classes through
delegation to another loader.
|
class |
RMIConnectionImpl
Implementation of the
RMIConnection interface. |
class |
RMIConnectionImpl_Stub |
private static class |
RMIConnectionImpl.CombinedClassLoader |
private static class |
RMIConnectionImpl.CombinedClassLoader.ClassLoaderWrapper |
private class |
RMIConnectionImpl.PrivilegedOperation |
private class |
RMIConnectionImpl.RMIServerCommunicatorAdmin |
private static class |
RMIConnectionImpl.SetCcl |
class |
RMIConnector
A connection to a remote RMI connector.
|
private static class |
RMIConnector.ObjectInputStreamWithLoader |
private class |
RMIConnector.RemoteMBeanServerConnection |
private class |
RMIConnector.RMIClientCommunicatorAdmin |
private class |
RMIConnector.RMINotifClient |
class |
RMIConnectorServer
A JMX API connector server that creates RMI-based connections
from remote clients.
|
class |
RMIIIOPServerImpl
An
RMIServerImpl that is exported through IIOP and that
creates client connections as RMI objects exported through IIOP. |
class |
RMIJRMPServerImpl
An
RMIServer object that is exported through JRMP and that
creates client connections as RMI objects exported through JRMP. |
class |
RMIServerImpl
An RMI object representing a connector server.
|
class |
RMIServerImpl_Stub |
| Modifier and Type | Field and Description |
|---|---|
private static Object[] |
RMIConnectionImpl.NO_OBJECTS |
private Object[] |
RMIConnectionImpl.PrivilegedOperation.params |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
RMIConnector.env |
private static WeakReference<Object> |
RMIConnector.orb
A static WeakReference to an
ORB to
connect unconnected stubs. |
| Modifier and Type | Method and Description |
|---|---|
private Object |
RMIConnectionImpl.doOperation(int operation,
Object[] params) |
private Object |
RMIConnectionImpl.doPrivilegedOperation(int operation,
Object[] params,
Subject delegationSubject) |
Object |
RMIConnector.RemoteMBeanServerConnection.getAttribute(ObjectName name,
String attribute) |
Object |
RMIConnectionImpl_Stub.getAttribute(ObjectName $param_ObjectName_1,
String $param_String_2,
Subject $param_Subject_3) |
Object |
RMIConnectionImpl.getAttribute(ObjectName name,
String attribute,
Subject delegationSubject) |
Object |
RMIConnection.getAttribute(ObjectName name,
String attribute,
Subject delegationSubject)
Handles the method
MBeanServerConnection.getAttribute(ObjectName,
String). |
Object |
RMIConnectionImpl_Stub.invoke(ObjectName $param_ObjectName_1,
String $param_String_2,
MarshalledObject $param_MarshalledObject_3,
String[] $param_arrayOf_String_4,
Subject $param_Subject_5) |
Object |
RMIConnectionImpl.invoke(ObjectName name,
String operationName,
MarshalledObject params,
String[] signature,
Subject delegationSubject) |
Object |
RMIConnection.invoke(ObjectName name,
String operationName,
MarshalledObject params,
String[] signature,
Subject delegationSubject)
Handles the method
MBeanServerConnection.invoke(ObjectName,
String, Object[], String[]). |
Object |
RMIConnector.RemoteMBeanServerConnection.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature) |
private static Object[] |
RMIConnectionImpl.nullIsEmpty(Object[] array) |
(package private) static Object |
RMIConnector.resolveOrb(Map<String,?> environment)
Get the ORB specified by environment, or create a
new one.
|
Object |
RMIConnectionImpl.PrivilegedOperation.run() |
| Modifier and Type | Method and Description |
|---|---|
void |
RMIConnector.addConnectionNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
RMIConnector.RemoteMBeanServerConnection.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
RMIConnector.RemoteMBeanServerConnection.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback) |
private static void |
RMIConnectionImpl.checkNonNull(String what,
Object x) |
protected void |
RMIConnectorServer.connectionClosed(String connectionId,
String message,
Object userData) |
protected void |
RMIConnectorServer.connectionFailed(String connectionId,
String message,
Object userData) |
protected void |
RMIConnectorServer.connectionOpened(String connectionId,
String message,
Object userData) |
ObjectInstance |
RMIConnector.RemoteMBeanServerConnection.createMBean(String className,
ObjectName name,
Object[] params,
String[] signature) |
ObjectInstance |
RMIConnector.RemoteMBeanServerConnection.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature) |
(package private) RMIConnection |
RMIServerImpl.doNewClient(Object credentials)
This method could be overridden by subclasses defined in this package
to perform additional operations specific to the underlying transport
before creating the new client connection.
|
(package private) RMIConnection |
RMIIIOPServerImpl.doNewClient(Object credentials) |
private Object |
RMIConnectionImpl.doOperation(int operation,
Object[] params) |
private Object |
RMIConnectionImpl.doPrivilegedOperation(int operation,
Object[] params,
Subject delegationSubject) |
private static RMIConnection |
RMIConnector.getConnection(RMIServer server,
Object credentials,
boolean checkStub) |
Object |
RMIConnector.RemoteMBeanServerConnection.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature) |
private static RMIServer |
RMIConnector.narrowIIOPServer(Object objref) |
private static RMIServer |
RMIConnector.narrowJRMPServer(Object objref) |
RMIConnection |
RMIServerImpl_Stub.newClient(Object $param_Object_1) |
RMIConnection |
RMIServerImpl.newClient(Object credentials)
Creates a new client connection.
|
RMIConnection |
RMIServer.newClient(Object credentials)
Makes a new connection through this RMI connector.
|
private static Object[] |
RMIConnectionImpl.nullIsEmpty(Object[] array) |
private static String |
RMIConnector.objects(Object[] objs) |
private static String |
RMIConnectionImpl.objects(Object[] objs) |
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
RMIConnector.RemoteMBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
RMIConnector.RemoteMBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback) |
private static RMIConnection |
RMIConnector.shadowIiopStub(Object stub) |
(package private) RMIConnection |
RMIIIOPServerImpl.superDoNewClient(Object credentials) |
| Modifier and Type | Method and Description |
|---|---|
private RMIServer |
RMIConnector.findRMIServer(JMXServiceURL directoryURL,
Map<String,Object> environment) |
| Constructor and Description |
|---|
RMIConnectionImpl.PrivilegedOperation(int operation,
Object[] params) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
TimerAlarmClock
TimerAlarmClock inner class:
This class provides a simple implementation of an alarm clock MBean.
|
(package private) class |
TimerAlarmClockNotification
Definitions of the notifications sent by TimerAlarmClock
MBeans.
|
class |
TimerNotification
This class provides definitions of the notifications sent by timer MBeans.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Object |
TimerNotification.cloneTimerNotification()
Creates and returns a copy of this object.
|
Object |
TimerMBean.getNotificationUserData(Integer id)
Gets the timer notification user data object corresponding to the specified identifier.
|
Object |
Timer.getNotificationUserData(Integer id)
Gets the timer notification user data object corresponding to the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
TimerMBean.addNotification(String type,
String message,
Object userData,
Date date)
Creates a new timer notification with the specified
type, message
and userData and inserts it into the list of notifications with a given date
and a null period and number of occurrences. |
Integer |
Timer.addNotification(String type,
String message,
Object userData,
Date date)
Creates a new timer notification with the specified
type, message
and userData and inserts it into the list of notifications with a given date
and a null period and number of occurrences. |
Integer |
TimerMBean.addNotification(String type,
String message,
Object userData,
Date date,
long period)
Creates a new timer notification with the specified
type, message
and userData and inserts it into the list of notifications with a given date
and period and a null number of occurrences. |
Integer |
Timer.addNotification(String type,
String message,
Object userData,
Date date,
long period)
Creates a new timer notification with the specified
type, message
and userData and inserts it into the list of notifications with a given date
and period and a null number of occurrences. |
Integer |
TimerMBean.addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences)
Creates a new timer notification with the specified
type, message
and userData and inserts it into the list of notifications with a given date,
period and number of occurrences. |
Integer |
Timer.addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences)
Creates a new timer notification with the specified
type, message
and userData and inserts it into the list of notifications with a given date,
period and number of occurrences. |
Integer |
TimerMBean.addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences,
boolean fixedRate)
Creates a new timer notification with the specified
type, message
and userData and inserts it into the list of notifications with a given date,
period and number of occurrences. |
Integer |
Timer.addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences,
boolean fixedRate)
Creates a new timer notification with the specified
type, message
and userData and inserts it into the list of notifications with a given date,
period and number of occurrences. |
| Constructor and Description |
|---|
TimerNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String msg,
Integer id)
Creates a timer notification object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationNotSupportedException
This exception is thrown when
the particular flavor of authentication requested is not supported.
|
class |
BinaryRefAddr
This class represents the binary form of the address of
a communications end-point.
|
class |
Binding
This class represents a name-to-object binding found in a context.
|
class |
CannotProceedException
This exception is thrown to indicate that the operation reached
a point in the name where the operation cannot proceed any further.
|
class |
CommunicationException
This exception is thrown when the client is
unable to communicate with the directory or naming service.
|
class |
CompositeName
This class represents a composite name -- a sequence of
component names spanning multiple namespaces.
|
class |
CompoundName
This class represents a compound name -- a name from
a hierarchical name space.
|
class |
ConfigurationException
This exception is thrown when there is a configuration problem.
|
class |
ContextNotEmptyException
This exception is thrown when attempting to destroy a context that
is not empty.
|
class |
InitialContext
This class is the starting context for performing naming operations.
|
class |
InsufficientResourcesException
This exception is thrown when resources are not available to complete
the requested operation.
|
class |
InterruptedNamingException
This exception is thrown when the naming operation
being invoked has been interrupted.
|
class |
InvalidNameException
This exception indicates that the name being specified does
not conform to the naming syntax of a naming system.
|
class |
LimitExceededException
This exception is thrown when a method
terminates abnormally due to a user or system specified limit.
|
class |
LinkException
This exception is used to describe problems encounter while resolving links.
|
class |
LinkLoopException
This exception is thrown when
a loop was detected will attempting to resolve a link, or an implementation
specific limit on link counts has been reached.
|
class |
LinkRef
This class represents a Reference whose contents is a name, called the link name,
that is bound to an atomic name in a context.
|
class |
MalformedLinkException
This exception is thrown when a malformed link was encountered while
resolving or constructing a link.
|
class |
NameAlreadyBoundException
This exception is thrown by methods to indicate that
a binding cannot be added because the name is already bound to
another object.
|
class |
NameClassPair
This class represents the object name and class name pair of a binding
found in a context.
|
(package private) class |
NameImpl
The implementation class for CompoundName and CompositeName.
|
(package private) class |
NameImplEnumerator |
class |
NameNotFoundException
This exception is thrown when a component of the name cannot be resolved
because it is not bound.
|
class |
NamingException
This is the superclass of all exceptions thrown by
operations in the Context and DirContext interfaces.
|
class |
NamingSecurityException
This is the superclass of security-related exceptions
thrown by operations in the Context and DirContext interfaces.
|
class |
NoInitialContextException
This exception is thrown when no initial context implementation
can be created.
|
class |
NoPermissionException
This exception is thrown when attempting to perform an operation
for which the client has no permission.
|
class |
NotContextException
This exception is thrown when a naming operation proceeds to a point
where a context is required to continue the operation, but the
resolved object is not a context.
|
class |
OperationNotSupportedException
This exception is thrown when a context implementation does not support
the operation being invoked.
|
class |
PartialResultException
This exception is thrown to indicate that the result being returned
or returned so far is partial, and that the operation cannot
be completed.
|
class |
RefAddr
This class represents the address of a communications end-point.
|
class |
ReferralException
This abstract class is used to represent a referral exception,
which is generated in response to a referral
such as that returned by LDAP v3 servers.
|
class |
ServiceUnavailableException
This exception is thrown when attempting to communicate with a
directory or naming service and that service is not available.
|
class |
SizeLimitExceededException
This exception is thrown when a method
produces a result that exceeds a size-related limit.
|
class |
StringRefAddr
This class represents the string form of the address of
a communications end-point.
|
class |
TimeLimitExceededException
This exception is thrown when a method
does not terminate within the specified time limit.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
Binding.boundObj
Contains this binding's object.
|
protected Object |
LinkException.linkResolvedObj
Contains the object to which resolution of the part of the link was successful.
|
protected Object |
NamingException.resolvedObj
Contains the object to which resolution of the part of the name was
successful.
|
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<Object,Object> |
InitialContext.myProps
The environment associated with this InitialContext.
|
protected Hashtable<Object,Object> |
InitialContext.myProps
The environment associated with this InitialContext.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InitialContext.addToEnvironment(String propName,
Object propVal) |
Object |
Context.addToEnvironment(String propName,
Object propVal)
Adds a new environment property to the environment of this
context.
|
Object |
Reference.clone()
Makes a copy of this reference using its class name
list of addresses, class factory name and class factory location.
|
Object |
Name.clone()
Generates a new copy of this name.
|
Object |
CompoundName.clone()
Creates a copy of this compound name.
|
Object |
CompositeName.clone()
Generates a copy of this composite name.
|
Object |
StringRefAddr.getContent()
Retrieves the contents of this address.
|
abstract Object |
RefAddr.getContent()
Retrieves the contents of this address.
|
Object |
BinaryRefAddr.getContent()
Retrieves the contents of this address as an Object.
|
Object |
LinkException.getLinkResolvedObj()
Retrieves the object to which resolution was successful.
|
Object |
Binding.getObject()
Retrieves the object bound to the name of this binding.
|
abstract Object |
ReferralException.getReferralInfo()
Retrieves information (such as URLs) related to this referral.
|
Object |
NamingException.getResolvedObj()
Retrieves the object to which resolution was successful.
|
Object |
InitialContext.lookup(Name name) |
Object |
Context.lookup(Name name)
Retrieves the named object.
|
Object |
InitialContext.lookup(String name) |
Object |
Context.lookup(String name)
Retrieves the named object.
|
Object |
InitialContext.lookupLink(Name name) |
Object |
Context.lookupLink(Name name)
Retrieves the named object, following links except
for the terminal atomic component of the name.
|
Object |
InitialContext.lookupLink(String name) |
Object |
Context.lookupLink(String name)
Retrieves the named object, following links except
for the terminal atomic component of the name.
|
Object |
NameImplEnumerator.nextElement() |
Object |
Reference.remove(int posn)
Deletes the address at index posn from the list of addresses.
|
Object |
NameImpl.remove(int posn) |
Object |
Name.remove(int posn)
Removes a component from this name.
|
Object |
CompoundName.remove(int posn)
Deletes a component from this compound name.
|
Object |
CompositeName.remove(int posn)
Deletes a component from this composite name.
|
Object |
InitialContext.removeFromEnvironment(String propName) |
Object |
Context.removeFromEnvironment(String propName)
Removes an environment property from the environment of this
context.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InitialContext.addToEnvironment(String propName,
Object propVal) |
Object |
Context.addToEnvironment(String propName,
Object propVal)
Adds a new environment property to the environment of this
context.
|
void |
InitialContext.bind(Name name,
Object obj) |
void |
Context.bind(Name name,
Object obj)
Binds a name to an object.
|
void |
InitialContext.bind(String name,
Object obj) |
void |
Context.bind(String name,
Object obj)
Binds a name to an object.
|
int |
Name.compareTo(Object obj)
Compares this name with another name for order.
|
int |
CompoundName.compareTo(Object obj)
Compares this CompoundName with the specified Object for order.
|
int |
CompositeName.compareTo(Object obj)
Compares this CompositeName with the specified Object for order.
|
boolean |
Reference.equals(Object obj)
Determines whether obj is a reference with the same addresses
(in same order) as this reference.
|
boolean |
RefAddr.equals(Object obj)
Determines whether obj is equal to this RefAddr.
|
boolean |
NameImpl.equals(Object obj) |
boolean |
CompoundName.equals(Object obj)
Determines whether obj is syntactically equal to this compound name.
|
boolean |
CompositeName.equals(Object obj)
Determines whether two composite names are equal.
|
boolean |
BinaryRefAddr.equals(Object obj)
Determines whether obj is equal to this address.
|
void |
InitialContext.rebind(Name name,
Object obj) |
void |
Context.rebind(Name name,
Object obj)
Binds a name to an object, overwriting any existing binding.
|
void |
InitialContext.rebind(String name,
Object obj) |
void |
Context.rebind(String name,
Object obj)
Binds a name to an object, overwriting any existing binding.
|
void |
LinkException.setLinkResolvedObj(Object obj)
Sets the link resolved object field of this exception.
|
void |
Binding.setObject(Object obj)
Sets the object associated with this binding.
|
void |
NamingException.setResolvedObj(Object obj)
Sets the resolved object field of this exception.
|
| Constructor and Description |
|---|
Binding(String name,
Object obj)
Constructs an instance of a Binding given its name and object.
|
Binding(String name,
Object obj,
boolean isRelative)
Constructs an instance of a Binding given its name, object, and whether
the name is relative.
|
Binding(String name,
String className,
Object obj)
Constructs an instance of a Binding given its name, class name, and object.
|
Binding(String name,
String className,
Object obj,
boolean isRelative)
Constructs an instance of a Binding given its
name, class name, object, and whether the name is relative.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeInUseException
This exception is thrown when an operation attempts
to add an attribute that already exists.
|
class |
AttributeModificationException
This exception is thrown when an attempt is
made to add, or remove, or modify an attribute, its identifier,
or its values that conflicts with the attribute's (schema) definition
or the attribute's state.
|
class |
BasicAttribute
This class provides a basic implementation of the Attribute interface.
|
(package private) class |
BasicAttribute.ValuesEnumImpl |
class |
BasicAttributes
This class provides a basic implementation
of the Attributes interface.
|
(package private) class |
BasicAttributes.AttrEnumImpl |
(package private) class |
BasicAttributes.IDEnumImpl |
class |
InitialDirContext
This class is the starting context for performing
directory operations.
|
class |
InvalidAttributeIdentifierException
This exception is thrown when an attempt is
made to add to create an attribute with an invalid attribute identifier.
|
class |
InvalidAttributesException
This exception is thrown when an attempt is
made to add or modify an attribute set that has been specified
incompletely or incorrectly.
|
class |
InvalidSearchControlsException
This exception is thrown when the specification of
the SearchControls for a search operation is invalid.
|
class |
InvalidSearchFilterException
This exception is thrown when the specification of
a search filter is invalid.
|
class |
ModificationItem
This class represents a modification item.
|
class |
NoSuchAttributeException
This exception is thrown when attempting to access
an attribute that does not exist.
|
class |
SchemaViolationException
This exception is thrown when a method
in some ways violates the schema.
|
class |
SearchControls
This class encapsulates
factors that determine scope of search and what gets returned
as a result of the search.
|
class |
SearchResult
This class represents an item in the NamingEnumeration returned as a
result of the DirContext.search() methods.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector<Object> |
BasicAttribute.values
Holds the attribute's values.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BasicAttributes.clone() |
Object |
BasicAttribute.clone() |
Object |
Attributes.clone()
Makes a copy of the attribute set.
|
Object |
Attribute.clone()
Makes a copy of the attribute.
|
Object |
BasicAttribute.get()
Retrieves one of this attribute's values.
|
Object |
Attribute.get()
Retrieves one of this attribute's values.
|
Object |
BasicAttribute.get(int ix) |
Object |
Attribute.get(int ix)
Retrieves the attribute value from the ordered list of attribute values.
|
Object |
BasicAttribute.ValuesEnumImpl.next() |
Object |
BasicAttribute.ValuesEnumImpl.nextElement() |
Object |
BasicAttribute.remove(int ix) |
Object |
Attribute.remove(int ix)
Removes an attribute value from the ordered list of attribute values.
|
Object |
BasicAttribute.set(int ix,
Object attrVal) |
Object |
Attribute.set(int ix,
Object attrVal)
Sets an attribute value in the ordered list of attribute values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAttribute.add(int ix,
Object attrVal) |
void |
Attribute.add(int ix,
Object attrVal)
Adds an attribute value to the ordered list of attribute values.
|
boolean |
BasicAttribute.add(Object attrVal)
Adds a new value to this attribute.
|
boolean |
Attribute.add(Object attrVal)
Adds a new value to the attribute.
|
private static boolean |
BasicAttribute.arrayEquals(Object a1,
Object a2)
Determines whether two arrays are equal by comparing each of their
elements using Object.equals().
|
void |
InitialDirContext.bind(Name name,
Object obj,
Attributes attrs) |
void |
DirContext.bind(Name name,
Object obj,
Attributes attrs)
Binds a name to an object, along with associated attributes.
|
void |
InitialDirContext.bind(String name,
Object obj,
Attributes attrs) |
void |
DirContext.bind(String name,
Object obj,
Attributes attrs)
Binds a name to an object, along with associated attributes.
|
boolean |
BasicAttribute.contains(Object attrVal)
Determines whether a value is in this attribute.
|
boolean |
Attribute.contains(Object attrVal)
Determines whether a value is in the attribute.
|
boolean |
BasicAttributes.equals(Object obj)
Determines whether this BasicAttributes is equal to another
Attributes
Two Attributes are equal if they are both instances of
Attributes,
treat the case of attribute IDs the same way, and contain the
same attributes.
|
boolean |
BasicAttribute.equals(Object obj)
Determines whether obj is equal to this attribute.
|
private int |
BasicAttribute.find(Object target) |
Attribute |
BasicAttributes.put(String attrID,
Object val) |
Attribute |
Attributes.put(String attrID,
Object val)
Adds a new attribute to the attribute set.
|
void |
InitialDirContext.rebind(Name name,
Object obj,
Attributes attrs) |
void |
DirContext.rebind(Name name,
Object obj,
Attributes attrs)
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
|
void |
InitialDirContext.rebind(String name,
Object obj,
Attributes attrs) |
void |
DirContext.rebind(String name,
Object obj,
Attributes attrs)
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
|
boolean |
BasicAttribute.remove(Object attrval)
Removes a specified value from this attribute.
|
boolean |
Attribute.remove(Object attrval)
Removes a specified value from the attribute.
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(Name name,
String filterExpr,
Object[] filterArgs,
SearchControls cons) |
NamingEnumeration<SearchResult> |
DirContext.search(Name name,
String filterExpr,
Object[] filterArgs,
SearchControls cons)
Searches in the named context or object for entries that satisfy the
given search filter.
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(String name,
String filterExpr,
Object[] filterArgs,
SearchControls cons) |
NamingEnumeration<SearchResult> |
DirContext.search(String name,
String filterExpr,
Object[] filterArgs,
SearchControls cons)
Searches in the named context or object for entries that satisfy the
given search filter.
|
Object |
BasicAttribute.set(int ix,
Object attrVal) |
Object |
Attribute.set(int ix,
Object attrVal)
Sets an attribute value in the ordered list of attribute values.
|
private static boolean |
BasicAttribute.valueEquals(Object obj1,
Object obj2)
Determines whether two attribute values are equal.
|
| Constructor and Description |
|---|
BasicAttribute(String id,
Object value)
Constructs a new instance of an unordered attribute with a single value.
|
BasicAttribute(String id,
Object value,
boolean ordered)
Constructs a new instance of a possibly ordered attribute with a
single value.
|
BasicAttributes(String attrID,
Object val)
Constructs a new instance of Attributes with one attribute.
|
BasicAttributes(String attrID,
Object val,
boolean ignoreCase)
Constructs a new instance of Attributes with one attribute.
|
SearchResult(String name,
Object obj,
Attributes attrs)
Constructs a search result using the result's name, its bound object, and
its attributes.
|
SearchResult(String name,
Object obj,
Attributes attrs,
boolean isRelative)
Constructs a search result using the result's name, its bound object, and
its attributes, and whether the name is relative.
|
SearchResult(String name,
String className,
Object obj,
Attributes attrs)
Constructs a search result using the result's name, its class name,
its bound object, and its attributes.
|
SearchResult(String name,
String className,
Object obj,
Attributes attrs,
boolean isRelative)
Constructs a search result using the result's name, its class name,
its bound object, its attributes, and whether the name is relative.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamingEvent
This class represents an event fired by a naming/directory service.
|
class |
NamingExceptionEvent
This class represents an event fired when the procedures/processes
used to collect information for notifying listeners of
NamingEvents threw a NamingException.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
NamingEvent.changeInfo
Contains information about the change that generated this event.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
NamingEvent.getChangeInfo()
Retrieves the change information for this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDirContext.addNamingListener(Name target,
String filter,
Object[] filterArgs,
SearchControls ctls,
NamingListener l)
Adds a listener for receiving naming events fired
when objects identified by the search filter filter and
filter arguments at the object named by the target are modified.
|
void |
EventDirContext.addNamingListener(String target,
String filter,
Object[] filterArgs,
SearchControls ctls,
NamingListener l)
Adds a listener for receiving naming events fired when
objects identified by the search filter filter
and filter arguments at the
object named by the string target name are modified.
|
| Constructor and Description |
|---|
NamingEvent(EventContext source,
int type,
Binding newBd,
Binding oldBd,
Object changeInfo)
Constructs an instance of NamingEvent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicControl
This class provides a basic implementation of the Control
interface.
|
class |
ControlFactory
This abstract class represents a factory for creating LDAPv3 controls.
|
class |
InitialLdapContext
This class is the starting context for performing
LDAPv3-style extended operations and controls.
|
class |
LdapName
This class represents a distinguished name as specified by
RFC 2253.
|
class |
LdapReferralException
This abstract class is used to represent an LDAP referral exception.
|
class |
ManageReferralControl
Requests that referral and other special LDAP objects be manipulated
as normal LDAP objects.
|
class |
PagedResultsControl
Requests that the results of a search operation be returned by the LDAP
server in batches of a specified size.
|
class |
PagedResultsResponseControl
Indicates the end of a batch of search results.
|
class |
Rdn
This class represents a relative distinguished name, or RDN, which is a
component of a distinguished name as specified by
RFC 2253.
|
private static class |
Rdn.RdnEntry |
(package private) class |
Rfc2253Parser |
class |
SortControl
Requests that the results of a search operation be sorted by the LDAP server
before being returned.
|
class |
SortKey
A sort key and its associated sort parameters.
|
class |
SortResponseControl
Indicates whether the requested sort of search results was successful or not.
|
class |
StartTlsRequest
This class implements the LDAPv3 Extended Request for StartTLS as
defined in
Lightweight Directory
Access Protocol (v3): Extension for Transport Layer Security
The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037
and no extended request value is defined.
|
class |
StartTlsResponse
This class implements the LDAPv3 Extended Response for StartTLS as
defined in
Lightweight Directory
Access Protocol (v3): Extension for Transport Layer Security
The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037
and no extended response value is defined.
|
class |
UnsolicitedNotificationEvent
This class represents an event fired in response to an unsolicited
notification sent by the LDAP server.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
Rdn.RdnEntry.value |
| Modifier and Type | Method and Description |
|---|---|
Object |
LdapName.clone()
Generates a new copy of this name.
|
Object |
Rdn.getValue()
Retrieves one of this Rdn's value.
|
(package private) Object |
Rdn.RdnEntry.getValue() |
Object |
LdapName.remove(int posn)
Removes a component from this LDAP name.
|
static Object |
Rdn.unescapeValue(String val)
Given an attribute value string formated according to the rules
specified in
RFC 2253,
returns the unformated value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Rdn.compareTo(Object obj)
Compares this Rdn with the specified Object for order.
|
int |
Rdn.RdnEntry.compareTo(Object obj) |
int |
LdapName.compareTo(Object obj)
Compares this LdapName with the specified Object for order.
|
boolean |
Rdn.equals(Object obj)
Compares the specified Object with this Rdn for equality.
|
boolean |
Rdn.RdnEntry.equals(Object obj) |
boolean |
LdapName.equals(Object obj)
Determines whether two LDAP names are equal.
|
static String |
Rdn.escapeValue(Object val)
Given the value of an attribute, returns a string escaped according
to the rules specified in
RFC 2253.
|
private boolean |
Rdn.isEmptyValue(Object val) |
(package private) Rdn |
Rdn.put(String type,
Object value) |
| Constructor and Description |
|---|
Rdn(String type,
Object value)
Constructs an Rdn from the given attribute type and
value.
|
UnsolicitedNotificationEvent(Object src,
UnsolicitedNotification notice)
Constructs a new instance of UnsolicitedNotificationEvent.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ContinuationContext
This class is for dealing with federations/continuations.
|
(package private) class |
ContinuationDirContext
This class is the continuation context for invoking DirContext methods.
|
(package private) class |
DirContextNamePair |
(package private) class |
DirContextStringPair |
class |
DirectoryManager
This class contains methods for supporting DirContext
implementations.
|
static class |
DirStateFactory.Result
An object/attributes pair for returning the result of
DirStateFactory.getStateToBind().
|
class |
NamingManager
This class contains methods for creating context objects
and objects referred to by location information in the naming
or directory service.
|
class |
ResolveResult
This class represents the result of resolution of a name.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
DirStateFactory.Result.obj
The possibly null object to be bound.
|
protected Object |
ResolveResult.resolvedObj
Field containing the Object that was resolved to successfully.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ContinuationContext.addToEnvironment(String propName,
Object value) |
private static Object |
NamingManager.createObjectFromFactories(Object obj,
Name name,
Context nameCtx,
Hashtable environment)
Creates an object using the factories specified in the
Context.OBJECT_FACTORIES property of the environment
or of the provider resource file associated with nameCtx.
|
private static Object |
DirectoryManager.createObjectFromFactories(Object obj,
Name name,
Context nameCtx,
Hashtable environment,
Attributes attrs) |
Object |
DirStateFactory.Result.getObject()
Retrieves the object to be bound.
|
Object |
ObjectFactory.getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Creates an object using the location or reference information
specified.
|
static Object |
NamingManager.getObjectInstance(Object refInfo,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Creates an instance of an object for the specified object
and environment.
|
static Object |
DirectoryManager.getObjectInstance(Object refInfo,
Name name,
Context nameCtx,
Hashtable<?,?> environment,
Attributes attrs)
Creates an instance of an object for the specified object,
attributes, and environment.
|
Object |
DirObjectFactory.getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment,
Attributes attrs)
Creates an object using the location or reference information, and attributes
specified.
|
Object |
ResolveResult.getResolvedObj()
Retrieves the Object to which resolution was successful.
|
Object |
StateFactory.getStateToBind(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Retrieves the state of an object for binding.
|
static Object |
NamingManager.getStateToBind(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Retrieves the state of an object for binding.
|
private static Object |
NamingManager.getURLObject(String scheme,
Object urlInfo,
Name name,
Context nameCtx,
Hashtable environment)
Creates an object for the given URL scheme id using
the supplied urlInfo.
|
Object |
ContinuationContext.lookup(Name name) |
Object |
ContinuationContext.lookup(String name) |
Object |
ContinuationContext.lookupLink(Name name) |
Object |
ContinuationContext.lookupLink(String name) |
private static Object |
NamingManager.processURL(Object refInfo,
Name name,
Context nameCtx,
Hashtable environment) |
(package private) static Object |
NamingManager.processURLAddrs(Reference ref,
Name name,
Context nameCtx,
Hashtable environment) |
Object |
ContinuationContext.removeFromEnvironment(String propName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ContinuationContext.addToEnvironment(String propName,
Object value) |
void |
ContinuationContext.bind(Name name,
Object newObj) |
void |
ContinuationDirContext.bind(Name name,
Object obj,
Attributes attrs) |
void |
ContinuationContext.bind(String name,
Object newObj) |
void |
ContinuationDirContext.bind(String name,
Object obj,
Attributes attrs) |
ObjectFactory |
ObjectFactoryBuilder.createObjectFactory(Object obj,
Hashtable<?,?> environment)
Creates a new object factory using the environment supplied.
|
private static Object |
NamingManager.createObjectFromFactories(Object obj,
Name name,
Context nameCtx,
Hashtable environment)
Creates an object using the factories specified in the
Context.OBJECT_FACTORIES property of the environment
or of the provider resource file associated with nameCtx.
|
private static Object |
DirectoryManager.createObjectFromFactories(Object obj,
Name name,
Context nameCtx,
Hashtable environment,
Attributes attrs) |
(package private) static Context |
NamingManager.getContext(Object obj,
Name name,
Context nameCtx,
Hashtable environment)
Retrieves a context identified by
obj, using the specified
environment. |
Object |
ObjectFactory.getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Creates an object using the location or reference information
specified.
|
static Object |
NamingManager.getObjectInstance(Object refInfo,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Creates an instance of an object for the specified object
and environment.
|
static Object |
DirectoryManager.getObjectInstance(Object refInfo,
Name name,
Context nameCtx,
Hashtable<?,?> environment,
Attributes attrs)
Creates an instance of an object for the specified object,
attributes, and environment.
|
Object |
DirObjectFactory.getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment,
Attributes attrs)
Creates an object using the location or reference information, and attributes
specified.
|
(package private) static Resolver |
NamingManager.getResolver(Object obj,
Name name,
Context nameCtx,
Hashtable environment) |
Object |
StateFactory.getStateToBind(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Retrieves the state of an object for binding.
|
static Object |
NamingManager.getStateToBind(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Retrieves the state of an object for binding.
|
static DirStateFactory.Result |
DirectoryManager.getStateToBind(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment,
Attributes attrs)
Retrieves the state of an object for binding when given the original
object and its attributes.
|
DirStateFactory.Result |
DirStateFactory.getStateToBind(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment,
Attributes inAttrs)
Retrieves the state of an object for binding given the object and attributes
to be transformed.
|
private static Object |
NamingManager.getURLObject(String scheme,
Object urlInfo,
Name name,
Context nameCtx,
Hashtable environment)
Creates an object for the given URL scheme id using
the supplied urlInfo.
|
private static Object |
NamingManager.processURL(Object refInfo,
Name name,
Context nameCtx,
Hashtable environment) |
void |
ContinuationContext.rebind(Name name,
Object newObj) |
void |
ContinuationDirContext.rebind(Name name,
Object obj,
Attributes attrs) |
void |
ContinuationContext.rebind(String name,
Object newObj) |
void |
ContinuationDirContext.rebind(String name,
Object obj,
Attributes attrs) |
NamingEnumeration |
ContinuationDirContext.search(Name name,
String filterExpr,
Object[] args,
SearchControls cons) |
NamingEnumeration |
ContinuationDirContext.search(String name,
String filterExpr,
Object[] args,
SearchControls cons) |
void |
ResolveResult.setResolvedObj(Object obj)
Sets the resolved Object field of this result to obj.
|
| Constructor and Description |
|---|
DirStateFactory.Result(Object obj,
Attributes outAttrs)
Constructs an instance of Result.
|
ResolveResult(Object robj,
Name rname)
Constructs a new instance of ResolveResult consisting of
the resolved Object and the remaining name.
|
ResolveResult(Object robj,
String rcomp)
Constructs a new instance of ResolveResult consisting of
the resolved object and the remaining unresolved component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocFlavor
Class
DocFlavor encapsulates an object that specifies the
format in which print data is supplied to a DocPrintJob. |
static class |
DocFlavor.BYTE_ARRAY
Class DocFlavor.BYTE_ARRAY provides predefined static constant
DocFlavor objects for example doc flavors using a byte array
(
byte[]) as the print data representation class. |
static class |
DocFlavor.CHAR_ARRAY
Class DocFlavor.CHAR_ARRAY provides predefined static constant
DocFlavor objects for example doc flavors using a character array
(
char[]) as the print data representation class. |
static class |
DocFlavor.INPUT_STREAM
Class DocFlavor.INPUT_STREAM provides predefined static constant
DocFlavor objects for example doc flavors using a byte stream (
) as the print
data representation class. |
static class |
DocFlavor.READER
Class DocFlavor.READER provides predefined static constant DocFlavor
objects for example doc flavors using a character stream (
) as the print data
representation class. |
static class |
DocFlavor.SERVICE_FORMATTED
Class DocFlavor.SERVICE_FORMATTED provides predefined static constant
DocFlavor objects for example doc flavors for service formatted print
data.
|
static class |
DocFlavor.STRING
Class DocFlavor.STRING provides predefined static constant DocFlavor
objects for example doc flavors using a string (
) as the print data representation class. |
static class |
DocFlavor.URL
Class DocFlavor.URL provides predefined static constant DocFlavor
objects.
|
(package private) class |
MimeType
|
private static class |
MimeType.LexicalAnalyzer |
private class |
MimeType.ParameterMap
Parameter map.
|
private class |
MimeType.ParameterMapEntry
Parameter map entry.
|
private class |
MimeType.ParameterMapEntrySet
Parameter map entry set.
|
private class |
MimeType.ParameterMapEntrySetIterator
Parameter map entry set iterator.
|
class |
PrintException
Class PrintException encapsulates a printing-related error condition that
occurred while using a Print Service instance.
|
class |
PrintServiceLookup
Implementations of this class provide lookup services for
print services (typically equivalent to printers) of a particular type.
|
(package private) static class |
PrintServiceLookup.Services |
class |
ServiceUI
This class is a collection of UI convenience methods which provide a
graphical user dialog for browsing print services looked up through the Java
Print Service API.
|
class |
ServiceUIFactory
Services may optionally provide UIs which allow different styles
of interaction in different roles.
|
class |
SimpleDoc
This class is an implementation of interface
Doc that can
be used in many common printing requests. |
class |
StreamPrintService
This class extends
PrintService and represents a
print service that prints data in different formats to a
client-provided output stream. |
class |
StreamPrintServiceFactory
A
StreamPrintServiceFactory is the factory for
StreamPrintService instances,
which can print to an output stream in a particular
document format described as a mime type. |
(package private) static class |
StreamPrintServiceFactory.Services |
| Modifier and Type | Field and Description |
|---|---|
private Object |
SimpleDoc.printData |
| Modifier and Type | Method and Description |
|---|---|
Object |
PrintService.getDefaultAttributeValue(Class<? extends Attribute> category)
Determines this print service's default printing attribute value in
the given category.
|
Object |
MimeType.ParameterMapEntry.getKey() |
Object |
SimpleDoc.getPrintData() |
Object |
Doc.getPrintData()
Obtains the print data representation object that contains this doc
object's piece of print data in the format corresponding to the
supported doc flavor.
|
Object |
PrintService.getSupportedAttributeValues(Class<? extends Attribute> category,
DocFlavor flavor,
AttributeSet attributes)
Determines the printing attribute values a client can specify in
the given category when setting up a job for this print service.
|
abstract Object |
ServiceUIFactory.getUI(int role,
String ui)
Get a UI object which may be cast to the requested UI type
by the application and used in its user interface.
|
Object |
MimeType.ParameterMapEntry.getValue() |
Object |
MimeType.ParameterMapEntrySetIterator.next() |
Object |
MimeType.ParameterMapEntry.setValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PrintService.equals(Object obj)
Determines if two services are referring to the same underlying
service.
|
boolean |
MimeType.equals(Object obj)
Determine if this MIME type object is equal to the given object.
|
boolean |
MimeType.ParameterMapEntry.equals(Object o) |
boolean |
DocFlavor.equals(Object obj)
Determines if this doc flavor object is equal to the given object.
|
Object |
MimeType.ParameterMapEntry.setValue(Object value) |
| Constructor and Description |
|---|
SimpleDoc(Object printData,
DocFlavor flavor,
DocAttributeSet attributes)
Constructs a
SimpleDoc with the specified
print data, doc flavor and doc attribute set. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeSetUtilities
Class AttributeSetUtilities provides static methods for manipulating
AttributeSets.
|
private static class |
AttributeSetUtilities.SynchronizedAttributeSet |
private static class |
AttributeSetUtilities.SynchronizedDocAttributeSet |
private static class |
AttributeSetUtilities.SynchronizedPrintJobAttributeSet |
private static class |
AttributeSetUtilities.SynchronizedPrintRequestAttributeSet |
private static class |
AttributeSetUtilities.SynchronizedPrintServiceAttributeSet |
private static class |
AttributeSetUtilities.UnmodifiableAttributeSet |
private static class |
AttributeSetUtilities.UnmodifiableDocAttributeSet |
private static class |
AttributeSetUtilities.UnmodifiablePrintJobAttributeSet |
private static class |
AttributeSetUtilities.UnmodifiablePrintRequestAttributeSet |
private static class |
AttributeSetUtilities.UnmodifiablePrintServiceAttributeSet |
class |
DateTimeSyntax
Class DateTimeSyntax is an abstract base class providing the common
implementation of all attributes whose value is a date and time.
|
class |
EnumSyntax
Class EnumSyntax is an abstract base class providing the common
implementation of all "type safe enumeration" objects.
|
class |
HashAttributeSet
Class HashAttributeSet provides an
AttributeSet
implementation with characteristics of a hash map. |
class |
HashDocAttributeSet
Class HashDocAttributeSet provides an attribute set which
inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface DocAttributeSet. |
class |
HashPrintJobAttributeSet
Class HashPrintJobAttributeSet provides an attribute set
which inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface
PrintJobAttributeSet. |
class |
HashPrintRequestAttributeSet
Class HashPrintRequestAttributeSet inherits its implementation from
class
HashAttributeSet and enforces the
semantic restrictions of interface
PrintRequestAttributeSet. |
class |
HashPrintServiceAttributeSet
Class HashPrintServiceAttributeSet provides an attribute set
which inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface
PrintServiceAttributeSet. |
class |
IntegerSyntax
Class IntegerSyntax is an abstract base class providing the common
implementation of all attributes with integer values.
|
class |
ResolutionSyntax
Class ResolutionSyntax is an abstract base class providing the common
implementation of all attributes denoting a printer resolution.
|
class |
SetOfIntegerSyntax
Class SetOfIntegerSyntax is an abstract base class providing the common
implementation of all attributes whose value is a set of nonnegative
integers.
|
class |
Size2DSyntax
Class Size2DSyntax is an abstract base class providing the common
implementation of all attributes denoting a size in two dimensions.
|
class |
TextSyntax
Class TextSyntax is an abstract base class providing the common
implementation of all attributes whose value is a string.
|
class |
UnmodifiableSetException
Thrown to indicate that the requested operation cannot be performed
because the set is unmodifiable.
|
class |
URISyntax
Class URISyntax is an abstract base class providing the common
implementation of all attributes whose value is a Uniform Resource
Identifier (URI).
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EnumSyntax.clone()
Returns a clone of this enumeration value, which to preserve the
semantics of enumeration values is the same object as this enumeration
value.
|
protected Object |
EnumSyntax.readResolve()
During object input, convert this deserialized enumeration instance to
the proper enumeration value defined in the enumeration attribute class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
URISyntax.equals(Object object)
Returns whether this URI attribute is equivalent to the passed in
object.
|
boolean |
TextSyntax.equals(Object object)
Returns whether this text attribute is equivalent to the passed in
object.
|
boolean |
Size2DSyntax.equals(Object object)
Returns whether this two-dimensional size attribute is equivalent to the
passed in object.
|
boolean |
SetOfIntegerSyntax.equals(Object object)
Returns whether this set-of-integer attribute is equivalent to the passed
in object.
|
boolean |
ResolutionSyntax.equals(Object object)
Returns whether this resolution attribute is equivalent to the passed in
object.
|
boolean |
IntegerSyntax.equals(Object object)
Returns whether this integer attribute is equivalent to the passed in
object.
|
boolean |
HashAttributeSet.equals(Object object)
Compares the specified object with this attribute set for equality.
|
boolean |
DateTimeSyntax.equals(Object object)
Returns whether this date-time attribute is equivalent to the passed in
object.
|
boolean |
AttributeSetUtilities.UnmodifiableAttributeSet.equals(Object o) |
boolean |
AttributeSetUtilities.SynchronizedAttributeSet.equals(Object o) |
boolean |
AttributeSet.equals(Object object)
Compares the specified object with this attribute set for equality.
|
static Class<?> |
AttributeSetUtilities.verifyAttributeCategory(Object object,
Class<?> interfaceName)
|
static Attribute |
AttributeSetUtilities.verifyAttributeValue(Object object,
Class<?> interfaceName)
Verify that the given object is an instance of the given interface, which
is assumed to be interface
Attribute or a subinterface
thereof. |
| Modifier and Type | Class and Description |
|---|---|
class |
Chromaticity
Class Chromaticity is a printing attribute class, an enumeration, that
specifies monochrome or color printing.
|
class |
ColorSupported
Class ColorSupported is a printing attribute class, an enumeration, that
identifies whether the device is capable of any type of color printing at
all, including highlight color as well as full process color.
|
class |
Compression
Class Compression is a printing attribute class, an enumeration, that
specifies how print data is compressed.
|
class |
Copies
Class Copies is an integer valued printing attribute class that specifies the
number of copies to be printed.
|
class |
CopiesSupported
Class CopiesSupported is a printing attribute class, a set of integers, that
gives the supported values for a
Copies attribute. |
class |
DateTimeAtCompleted
Class DateTimeAtCompleted is a printing attribute class, a date-time
attribute, that indicates the date and time at which the Print Job completed
(or was canceled or aborted).
|
class |
DateTimeAtCreation
Class DateTimeAtCreation is a printing attribute class, a date-time
attribute, that indicates the date and time at which the Print Job was
created.
|
class |
DateTimeAtProcessing
Class DateTimeAtProcessing is a printing attribute class, a date-time
attribute, that indicates the date and time at which the Print Job first
began processing.
|
class |
Destination
Class Destination is a printing attribute class, a URI, that is used to
indicate an alternate destination for the spooled printer formatted
data.
|
class |
DialogTypeSelection
Class DialogTypeSelection is a printing attribute class, an enumeration,
that indicates the user dialog type to be used for specifying
printing options.
|
class |
DocumentName
Class DocumentName is a printing attribute class, a text attribute, that
specifies the name of a document.
|
class |
Fidelity
Class Fidelity is a printing attribute class, an enumeration,
that indicates whether total fidelity to client supplied print request
attributes is required.
|
class |
Finishings
Class Finishings is a printing attribute class, an enumeration, that
identifies whether the printer applies a finishing operation of some kind
of binding to each copy of each printed document in the job.
|
class |
JobHoldUntil
Class JobHoldUntil is a printing attribute class, a date-time attribute, that
specifies the exact date and time at which the job must become a candidate
for printing.
|
class |
JobImpressions
Class JobImpressions is an integer valued printing attribute class that
specifies the total size in number of impressions of the document(s) being
submitted.
|
class |
JobImpressionsCompleted
Class JobImpressionsCompleted is an integer valued printing attribute class
that specifies the number of impressions completed for the job so far.
|
class |
JobImpressionsSupported
Class JobImpressionsSupported is a printing attribute class, a set of
integers, that gives the supported values for a
JobImpressions attribute. |
class |
JobKOctets
Class JobKOctets is an integer valued printing attribute class that specifies
the total size of the document(s) in K octets, i.e., in units of 1024 octets
requested to be processed in the job.
|
class |
JobKOctetsProcessed
Class JobKOctetsProcessed is an integer valued printing attribute class that
specifies the total number of print data octets processed so far in K octets,
i.e., in units of 1024 octets.
|
class |
JobKOctetsSupported
Class JobKOctetsSupported is a printing attribute class, a set of integers,
that gives the supported values for a
JobKOctets
attribute. |
class |
JobMediaSheets
Class JobMediaSheets is an integer valued printing attribute class that
specifies the total number of media sheets to be produced for this job.
|
class |
JobMediaSheetsCompleted
Class JobMediaSheetsCompleted is an integer valued printing attribute class
that specifies the number of media sheets which have completed marking and
stacking for the entire job so far, whether those sheets have been processed
on one side or on both.
|
class |
JobMediaSheetsSupported
Class JobMediaSheetsSupported is a printing attribute class, a set of
integers, that gives the supported values for a
JobMediaSheets attribute. |
class |
JobMessageFromOperator
Class JobMessageFromOperator is a printing attribute class, a text attribute,
that provides a message from an operator, system administrator, or
"intelligent" process to indicate to the end user the reasons for
modification or other management action taken on a job.
|
class |
JobName
Class JobName is a printing attribute class, a text attribute, that specifies
the name of a print job.
|
class |
JobOriginatingUserName
Class JobOriginatingUserName is a printing attribute class, a text
attribute, that contains the name of the end user that submitted the
print job.
|
class |
JobPriority
Class JobPriority is an integer valued printing attribute class that
specifies a print job's priority.
|
class |
JobPrioritySupported
Class JobPrioritySupported is an integer valued printing attribute class
that specifies whether a Print Service instance supports the
JobPriority attribute and the number of different job priority
levels supported. |
class |
JobSheets
Class JobSheets is a printing attribute class, an enumeration, that
determines which job start and end sheets, if any, must be printed with a
job.
|
class |
JobState
JobState is a printing attribute class, an enumeration, that identifies
the current state of a print job.
|
class |
JobStateReason
Class JobStateReason is a printing attribute class, an enumeration, that
provides additional information about the job's current state, i.e.,
information that augments the value of the job's
JobState
attribute. |
class |
JobStateReasons
Class JobStateReasons is a printing attribute class, a set of enumeration
values, that provides additional information about the job's current state,
i.e., information that augments the value of the job's
JobState attribute. |
class |
Media
Class Media is a printing attribute class that specifies the
medium on which to print.
|
class |
MediaName
Class MediaName is a subclass of Media, a printing attribute class (an
enumeration) that specifies the media for a print job as a name.
|
class |
MediaPrintableArea
Class MediaPrintableArea is a printing attribute used to distinguish
the printable and non-printable areas of media.
|
class |
MediaSize
Class MediaSize is a two-dimensional size valued printing attribute class
that indicates the dimensions of the medium in a portrait orientation, with
the X dimension running along the bottom edge and the Y dimension running
along the left edge.
|
static class |
MediaSize.Engineering
Class MediaSize.Engineering includes
MediaSize values
for engineering media. |
static class |
MediaSize.ISO
Class MediaSize.ISO includes
MediaSize values for ISO
media. |
static class |
MediaSize.JIS
Class MediaSize.JIS includes
MediaSize values for JIS
(Japanese) media. |
static class |
MediaSize.NA
Class MediaSize.NA includes
MediaSize values for North
American media. |
static class |
MediaSize.Other
Class MediaSize.Other includes
MediaSize values for
miscellaneous media. |
class |
MediaSizeName
Class MediaSizeName is a subclass of Media.
|
class |
MediaTray
Class MediaTray is a subclass of Media.
|
class |
MultipleDocumentHandling
Class MultipleDocumentHandling is a printing attribute class, an enumeration,
that controls finishing operations and the placement of one or more
print-stream pages into impressions and onto media sheets.
|
class |
NumberOfDocuments
Class NumberOfDocuments is an integer valued printing attribute that
indicates the number of individual docs the printer has accepted for this
job, regardless of whether the docs' print data has reached the printer or
not.
|
class |
NumberOfInterveningJobs
Class NumberOfInterveningJobs is an integer valued printing attribute that
indicates the number of jobs that are ahead of this job in the relative
chronological order of expected time to complete (i.e., the current
scheduled order).
|
class |
NumberUp
Class NumberUp is an integer valued printing attribute class that specifies
the number of print-stream pages to impose upon a single side of an
instance of a selected medium.
|
class |
NumberUpSupported
Class NumberUpSupported is a printing attribute class, a set of integers,
that gives the supported values for a
NumberUp attribute. |
class |
OrientationRequested
Class OrientationRequested is a printing attribute class, an enumeration,
that indicates the desired orientation for printed print-stream pages; it
does not describe the orientation of the client-supplied print-stream
pages.
|
class |
OutputDeviceAssigned
Class OutputDeviceAssigned is a printing attribute class, a text attribute,
that identifies the output device to which the service has assigned this
job.
|
class |
PageRanges
Class PageRanges is a printing attribute class, a set of integers, that
identifies the range(s) of print-stream pages that the Printer object uses
for each copy of each document which are to be printed.
|
class |
PagesPerMinute
Class PagesPerMinute is an integer valued printing attribute that indicates
the nominal number of pages per minute to the nearest whole number which may
be generated by this printer (e.g., simplex, black-and-white).
|
class |
PagesPerMinuteColor
Class PagesPerMinuteColor is an integer valued printing attribute that
indicates the nominal number of pages per minute to the nearest whole number
which may be generated by this printer when printing color (e.g., simplex,
color).
|
class |
PDLOverrideSupported
Class PDLOverrideSupported is a printing attribute class, an enumeration,
that expresses the printer's ability to attempt to override processing
instructions embedded in documents' print data with processing instructions
specified as attributes outside the print data.
|
class |
PresentationDirection
Class PresentationDirection is a printing attribute class, an enumeration,
that is used in conjunction with the
NumberUp attribute to
indicate the layout of multiple print-stream pages to impose upon a
single side of an instance of a selected medium. |
class |
PrinterInfo
Class PrinterInfo is a printing attribute class, a text attribute, that
provides descriptive information about a printer.
|
class |
PrinterIsAcceptingJobs
Class PrinterIsAcceptingJobs is a printing attribute class, an enumeration,
that indicates whether the printer is currently able to accept jobs.
|
class |
PrinterLocation
Class PrinterLocation is a printing attribute class, a text attribute, that
identifies the location of the device.
|
class |
PrinterMakeAndModel
Class PrinterMakeAndModel is a printing attribute class, a text attribute,
that the make and model of the printer.
|
class |
PrinterMessageFromOperator
Class PrinterMessageFromOperator is a printing attribute class, a text
attribute, that provides a message from an operator, system administrator,
or "intelligent" process to indicate to the end user information about or
status of the printer, such as why it is unavailable or when it is
expected to be available.
|
class |
PrinterMoreInfo
Class PrinterMoreInfo is a printing attribute class, a URI, that is used to
obtain more information about this specific printer.
|
class |
PrinterMoreInfoManufacturer
Class PrinterMoreInfoManufacturer is a printing attribute class, a URI,
that is used to obtain more information about this type of device.
|
class |
PrinterName
Class PrinterName is a printing attribute class, a text attribute, that
specifies the name of a printer.
|
class |
PrinterResolution
Class PrinterResolution is a printing attribute class that specifies an
exact resolution supported by a printer or to be used for a print job.
|
class |
PrinterState
Class PrinterState is a printing attribute class, an enumeration, that
identifies the current state of a printer.
|
class |
PrinterStateReason
Class PrinterStateReason is a printing attribute class, an enumeration,
that provides additional information about the printer's current state,
i.e., information that augments the value of the printer's
PrinterState attribute. |
class |
PrinterStateReasons
Class PrinterStateReasons is a printing attribute class, a set of
enumeration values, that provides additional information about the
printer's current state, i.e., information that augments the value of the
printer's
PrinterState attribute. |
private class |
PrinterStateReasons.PrinterStateReasonSet |
private class |
PrinterStateReasons.PrinterStateReasonSetIterator |
class |
PrinterURI
Class PrinterURI is a printing attribute class, a URI, that specifies the
globally unique name of a printer.
|
class |
PrintQuality
Class PrintQuality is a printing attribute class, an enumeration,
that specifies the print quality that the printer uses for the job.
|
class |
QueuedJobCount
Class QueuedJobCount is an integer valued printing attribute that indicates
the number of jobs in the printer whose
JobState is either
PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED. |
class |
ReferenceUriSchemesSupported
Class ReferenceUriSchemesSupported is a printing attribute class
an enumeration, that indicates a "URI scheme," such as "http:" or "ftp:",
that a printer can use to retrieve print data stored at a URI location.
|
class |
RequestingUserName
Class RequestingUserName is a printing attribute class, a text attribute,
that specifies the name of the end user that submitted the print job.
|
class |
Severity
Class Severity is a printing attribute class, an enumeration, that denotes
the severity of a
PrinterStateReason attribute. |
class |
SheetCollate
Class SheetCollate is a printing attribute class, an enumeration, that
specifies whether or not the media sheets of each copy of each printed
document in a job are to be in sequence, when multiple copies of the document
are specified by the
Copies attribute. |
class |
Sides
Class Sides is a printing attribute class, an enumeration, that specifies
how print-stream pages are to be imposed upon the sides of an instance of a
selected medium, i.e., an impression.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
PrinterStateReasons.PrinterStateReasonSetIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequestingUserName.equals(Object object)
Returns whether this requesting user name attribute is equivalent to
the passed in object.
|
boolean |
QueuedJobCount.equals(Object object)
Returns whether this queued job count attribute is equivalent to the
passed in object.
|
boolean |
PrinterURI.equals(Object object)
Returns whether this printer name attribute is equivalent to the passed
in object.
|
boolean |
PrinterResolution.equals(Object object)
Returns whether this printer resolution attribute is equivalent to the
passed in object.
|
boolean |
PrinterName.equals(Object object)
Returns whether this printer name attribute is equivalent to the passed
in object.
|
boolean |
PrinterMoreInfoManufacturer.equals(Object object)
Returns whether this printer more info manufacturer attribute is
equivalent to the passed in object.
|
boolean |
PrinterMoreInfo.equals(Object object)
Returns whether this printer more info attribute is equivalent to the
passed in object.
|
boolean |
PrinterMessageFromOperator.equals(Object object)
Returns whether this printer message from operator attribute is
equivalent to the passed in object.
|
boolean |
PrinterMakeAndModel.equals(Object object)
Returns whether this printer make and model attribute is equivalent to
the passed in object.
|
boolean |
PrinterLocation.equals(Object object)
Returns whether this printer location attribute is equivalent to the
passed in object.
|
boolean |
PrinterInfo.equals(Object object)
Returns whether this printer info attribute is equivalent to the passed
in object.
|
boolean |
PagesPerMinuteColor.equals(Object object)
Returns whether this pages per minute color attribute is equivalent to
the passed in object.
|
boolean |
PagesPerMinute.equals(Object object)
Returns whether this pages per minute attribute is equivalent to the
passed in object.
|
boolean |
PageRanges.equals(Object object)
Returns whether this page ranges attribute is equivalent to the passed
in object.
|
boolean |
OutputDeviceAssigned.equals(Object object)
Returns whether this output device assigned attribute is equivalent to
the passed in object.
|
boolean |
NumberUpSupported.equals(Object object)
Returns whether this number up supported attribute is equivalent to the
passed in object.
|
boolean |
NumberUp.equals(Object object)
Returns whether this number up attribute is equivalent to the passed in
object.
|
boolean |
NumberOfInterveningJobs.equals(Object object)
Returns whether this number of intervening jobs attribute is equivalent
to the passed in object.
|
boolean |
NumberOfDocuments.equals(Object object)
Returns whether this number of documents attribute is equivalent to the
passed in object.
|
boolean |
MediaSize.equals(Object object)
Returns whether this media size attribute is equivalent to the passed
in object.
|
boolean |
MediaPrintableArea.equals(Object object)
Returns whether this media margins attribute is equivalent to the passed
in object.
|
boolean |
Media.equals(Object object)
Returns whether this media attribute is equivalent to the passed in
object.
|
boolean |
JobPrioritySupported.equals(Object object)
Returns whether this job priority supported attribute is equivalent to
the passed in object.
|
boolean |
JobPriority.equals(Object object)
Returns whether this job priority attribute is equivalent to the passed
in object.
|
boolean |
JobOriginatingUserName.equals(Object object)
Returns whether this job originating user name attribute is equivalent to
the passed in object.
|
boolean |
JobName.equals(Object object)
Returns whether this job name attribute is equivalent to the passed in
object.
|
boolean |
JobMessageFromOperator.equals(Object object)
Returns whether this job message from operator attribute is equivalent to
the passed in object.
|
boolean |
JobMediaSheetsSupported.equals(Object object)
Returns whether this job media sheets supported attribute is equivalent
to the passed in object.
|
boolean |
JobMediaSheetsCompleted.equals(Object object)
Returns whether this job media sheets completed attribute is equivalent
to the passed in object.
|
boolean |
JobMediaSheets.equals(Object object)
Returns whether this job media sheets attribute is equivalent to the
passed in object.
|
boolean |
JobKOctetsSupported.equals(Object object)
Returns whether this job K octets supported attribute is equivalent to
the passed in object.
|
boolean |
JobKOctetsProcessed.equals(Object object)
Returns whether this job K octets processed attribute is equivalent to
the passed in object.
|
boolean |
JobKOctets.equals(Object object)
Returns whether this job K octets attribute is equivalent to the passed
in object.
|
boolean |
JobImpressionsSupported.equals(Object object)
Returns whether this job impressions supported attribute is equivalent
to the passed in object.
|
boolean |
JobImpressionsCompleted.equals(Object object)
Returns whether this job impressions completed attribute is equivalent
tp the passed in object.
|
boolean |
JobImpressions.equals(Object object)
Returns whether this job impressions attribute is equivalent to the
passed in object.
|
boolean |
JobHoldUntil.equals(Object object)
Returns whether this job hold until attribute is equivalent to the
passed in object.
|
boolean |
DocumentName.equals(Object object)
Returns whether this document name attribute is equivalent to the
passed in object.
|
boolean |
Destination.equals(Object object)
Returns whether this destination attribute is equivalent to the
passed in object.
|
boolean |
DateTimeAtProcessing.equals(Object object)
Returns whether this date-time at processing attribute is equivalent to
the passed in object.
|
boolean |
DateTimeAtCreation.equals(Object object)
Returns whether this date-time at creation attribute is equivalent to
the passed in object.
|
boolean |
DateTimeAtCompleted.equals(Object object)
Returns whether this date-time at completed attribute is equivalent to
the passed in object.
|
boolean |
CopiesSupported.equals(Object object)
Returns whether this copies supported attribute is equivalent to the
passed in object.
|
boolean |
Copies.equals(Object object)
Returns whether this copies attribute is equivalent to the passed in
object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrintEvent
Class PrintEvent is the super class of all Print Service API events.
|
class |
PrintJobAdapter
An abstract adapter class for receiving print job events.
|
class |
PrintJobAttributeEvent
Class PrintJobAttributeEvent encapsulates an event a PrintService
reports to let the client know that one or more printing attributes for a
PrintJob have changed.
|
class |
PrintJobEvent
Class
PrintJobEvent encapsulates common events a print job
reports to let a listener know of progress in the processing of the
DocPrintJob. |
class |
PrintServiceAttributeEvent
Class PrintServiceAttributeEvent encapsulates an event a
Print Service instance reports to let the client know of
changes in the print service state.
|
| Constructor and Description |
|---|
PrintEvent(Object source)
Constructs a PrintEvent object.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GetORBPropertiesFileAction |
class |
PortableRemoteObject
Server implementation objects may either inherit from
javax.rmi.PortableRemoteObject or they may implement a remote interface
and then use the exportObject method to register themselves as a server object.
|
| Modifier and Type | Method and Description |
|---|---|
private static Object |
PortableRemoteObject.createDelegate(String classKey) |
static Object |
PortableRemoteObject.narrow(Object narrowFrom,
Class narrowTo)
Checks to ensure that an object of a remote or abstract interface type
can be cast to a desired type.
|
Object |
GetORBPropertiesFileAction.run() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
PortableRemoteObject.narrow(Object narrowFrom,
Class narrowTo)
Checks to ensure that an object of a remote or abstract interface type
can be cast to a desired type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDesc
This class is used to marshal java.lang.Class objects over IIOP.
|
class |
Stub
Base class from which all RMI-IIOP stubs must inherit.
|
class |
Util
Provides utility methods that can be used by stubs and ties to
perform common operations.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
UtilDelegate.copyObject(Object obj,
ORB orb)
Delegation call for
Util.copyObject(java.lang.Object, org.omg.CORBA.ORB). |
static Object |
Util.copyObject(Object obj,
ORB orb)
Copies or connects an object.
|
Object[] |
UtilDelegate.copyObjects(Object[] obj,
ORB orb)
Delegation call for
Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB). |
static Object[] |
Util.copyObjects(Object[] obj,
ORB orb)
Copies or connects an array of objects.
|
private static Object |
Util.createDelegate(String classKey) |
private static Object |
Stub.createDelegate(String classKey) |
Object |
PortableRemoteObjectDelegate.narrow(Object narrowFrom,
Class narrowTo)
Delegation call for
PortableRemoteObject.narrow(java.lang.Object, java.lang.Class). |
Object |
UtilDelegate.readAny(InputStream in)
Delegation call for
Util.readAny(org.omg.CORBA.portable.InputStream). |
static Object |
Util.readAny(InputStream in)
Reads a java.lang.Object as a CORBA any.
|
Object |
GetORBPropertiesFileAction.run() |
| Modifier and Type | Method and Description |
|---|---|
Object |
UtilDelegate.copyObject(Object obj,
ORB orb)
Delegation call for
Util.copyObject(java.lang.Object, org.omg.CORBA.ORB). |
static Object |
Util.copyObject(Object obj,
ORB orb)
Copies or connects an object.
|
Object[] |
UtilDelegate.copyObjects(Object[] obj,
ORB orb)
Delegation call for
Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB). |
static Object[] |
Util.copyObjects(Object[] obj,
ORB orb)
Copies or connects an array of objects.
|
boolean |
Stub.equals(Object obj)
Compares two stubs for equality.
|
boolean |
StubDelegate.equals(Stub self,
Object obj)
Delegation call for
Stub.equals(java.lang.Object). |
Object |
PortableRemoteObjectDelegate.narrow(Object narrowFrom,
Class narrowTo)
Delegation call for
PortableRemoteObject.narrow(java.lang.Object, java.lang.Class). |
void |
UtilDelegate.writeAbstractObject(OutputStream out,
Object obj)
Delegation call for
Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object). |
static void |
Util.writeAbstractObject(OutputStream out,
Object obj)
Writes a java.lang.Object as either a value or a CORBA Object.
|
void |
UtilDelegate.writeAny(OutputStream out,
Object obj)
Delegation call for
Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object). |
static void |
Util.writeAny(OutputStream out,
Object obj)
Writes any java.lang.Object as a CORBA any.
|
void |
UtilDelegate.writeRemoteObject(OutputStream out,
Object obj)
Delegation call for
Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object). |
static void |
Util.writeRemoteObject(OutputStream out,
Object obj)
Writes a java.lang.Object as a CORBA Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SslRMIClientSocketFactory
An
SslRMIClientSocketFactory instance is used by the RMI
runtime in order to obtain client sockets for RMI calls via SSL. |
class |
SslRMIServerSocketFactory
An
SslRMIServerSocketFactory instance is used by the RMI
runtime in order to obtain server sockets for RMI calls via SSL. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SslRMIServerSocketFactory.equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
boolean |
SslRMIClientSocketFactory.equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScriptEngine
Provides a standard implementation for several of the variants of the
eval
method. |
class |
CompiledScript
Extended by classes that store results of compilations.
|
class |
ScriptEngineManager
The
ScriptEngineManager implements a discovery and instantiation
mechanism for ScriptEngine classes and also maintains a
collection of key/value pairs storing state shared by all engines created
by the Manager. |
class |
ScriptException
The generic
Exception class for the Scripting APIs. |
class |
SimpleBindings
A simple implementation of Bindings backed by
a
HashMap or some other specified Map. |
class |
SimpleScriptContext
Simple implementation of ScriptContext.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
SimpleBindings.map
The
Map field stores the attributes. |
| Modifier and Type | Method and Description |
|---|---|
Object |
CompiledScript.eval()
Executes the program stored in the
CompiledScript object. |
Object |
CompiledScript.eval(Bindings bindings)
Executes the program stored in the
CompiledScript object using
the supplied Bindings of attributes as the ENGINE_SCOPE of the
associated ScriptEngine during script execution. |
Object |
ScriptEngine.eval(Reader reader)
Same as
eval(String) except that the source of the script is
provided as a Reader |
Object |
AbstractScriptEngine.eval(Reader reader)
eval(Reader) calls the abstract
eval(Reader, ScriptContext) passing the value of the context
field. |
Object |
ScriptEngine.eval(Reader reader,
Bindings n)
Same as
eval(String, Bindings) except that the source of the script
is provided as a Reader. |
Object |
AbstractScriptEngine.eval(Reader reader,
Bindings bindings)
eval(Reader, Bindings) calls the abstract
eval(Reader, ScriptContext) method, passing it a ScriptContext
whose Reader, Writers and Bindings for scopes other that ENGINE_SCOPE
are identical to those members of the protected context field. |
Object |
ScriptEngine.eval(Reader reader,
ScriptContext context)
Same as
eval(String, ScriptContext) where the source of the script
is read from a Reader. |
abstract Object |
CompiledScript.eval(ScriptContext context)
Executes the program stored in this
CompiledScript object. |
Object |
ScriptEngine.eval(String script)
Executes the specified script.
|
Object |
AbstractScriptEngine.eval(String script)
Same as
eval(Reader) except that the abstract
eval(String, ScriptContext) is used. |
Object |
ScriptEngine.eval(String script,
Bindings n)
Executes the script using the
Bindings argument as the ENGINE_SCOPE
Bindings of the ScriptEngine during the script execution. |
Object |
AbstractScriptEngine.eval(String script,
Bindings bindings)
Same as
eval(Reader, Bindings) except that the abstract
eval(String, ScriptContext) is used. |
Object |
ScriptEngine.eval(String script,
ScriptContext context)
Causes the immediate execution of the script whose source is the String
passed as the first argument.
|
Object |
SimpleBindings.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
Bindings.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
ScriptEngineManager.get(String key)
Gets the value for the specified key in the Global Scope
|
Object |
ScriptEngine.get(String key)
Retrieves a value set in the state of this engine.
|
Object |
AbstractScriptEngine.get(String key)
Gets the value for the specified key in the
ENGINE_SCOPE of the
protected context field. |
Object |
SimpleScriptContext.getAttribute(String name)
Retrieves the value of the attribute with the given name in
the scope occurring earliest in the search order.
|
Object |
ScriptContext.getAttribute(String name)
Retrieves the value of the attribute with the given name in
the scope occurring earliest in the search order.
|
Object |
SimpleScriptContext.getAttribute(String name,
int scope)
Gets the value of an attribute in a given scope.
|
Object |
ScriptContext.getAttribute(String name,
int scope)
Gets the value of an attribute in a given scope.
|
Object |
ScriptEngineFactory.getParameter(String key)
Returns the value of an attribute whose meaning may be implementation-specific.
|
Object |
Invocable.invokeFunction(String name,
Object... args)
Used to call top-level procedures and functions defined in scripts.
|
Object |
Invocable.invokeMethod(Object thiz,
String name,
Object... args)
Calls a method on a script object compiled during a previous script execution,
which is retained in the state of the
ScriptEngine. |
Object |
SimpleBindings.put(String name,
Object value)
Sets the specified key/value in the underlying
map field. |
Object |
Bindings.put(String name,
Object value)
Set a named value.
|
Object |
SimpleBindings.remove(Object key)
Removes the mapping for this key from this map if it is present
(optional operation).
|
Object |
Bindings.remove(Object key)
Removes the mapping for this key from this map if it is present
(optional operation).
|
Object |
SimpleScriptContext.removeAttribute(String name,
int scope)
Remove an attribute in a given scope.
|
Object |
ScriptContext.removeAttribute(String name,
int scope)
Remove an attribute in a given scope.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Object>> |
SimpleBindings.entrySet()
Returns a
Set view of the mappings contained in this map. |
Collection<Object> |
SimpleBindings.values()
Returns a
Collection view of the values contained in this map. |
| Modifier and Type | Method and Description |
|---|---|
private void |
SimpleBindings.checkKey(Object key) |
boolean |
SimpleBindings.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
boolean |
Bindings.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
boolean |
SimpleBindings.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
Object |
SimpleBindings.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
Bindings.get(Object key)
Returns the value to which this map maps the specified key.
|
<T> T |
Invocable.getInterface(Object thiz,
Class<T> clasz)
Returns an implementation of an interface using member functions of
a scripting object compiled in the interpreter.
|
Object |
Invocable.invokeFunction(String name,
Object... args)
Used to call top-level procedures and functions defined in scripts.
|
Object |
Invocable.invokeMethod(Object thiz,
String name,
Object... args)
Calls a method on a script object compiled during a previous script execution,
which is retained in the state of the
ScriptEngine. |
Object |
Invocable.invokeMethod(Object thiz,
String name,
Object... args)
Calls a method on a script object compiled during a previous script execution,
which is retained in the state of the
ScriptEngine. |
Object |
SimpleBindings.put(String name,
Object value)
Sets the specified key/value in the underlying
map field. |
void |
ScriptEngineManager.put(String key,
Object value)
Sets the specified key/value pair in the Global Scope.
|
void |
ScriptEngine.put(String key,
Object value)
Sets a key/value pair in the state of the ScriptEngine that may either create
a Java Language Binding to be used in the execution of scripts or be used in some
other way, depending on whether the key is reserved.
|
Object |
Bindings.put(String name,
Object value)
Set a named value.
|
void |
AbstractScriptEngine.put(String key,
Object value)
Sets the specified value with the specified key in the
ENGINE_SCOPE
Bindings of the protected context field. |
Object |
SimpleBindings.remove(Object key)
Removes the mapping for this key from this map if it is present
(optional operation).
|
Object |
Bindings.remove(Object key)
Removes the mapping for this key from this map if it is present
(optional operation).
|
void |
SimpleScriptContext.setAttribute(String name,
Object value,
int scope)
Sets the value of an attribute in a given scope.
|
void |
ScriptContext.setAttribute(String name,
Object value,
int scope)
Sets the value of an attribute in a given scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleBindings.putAll(Map<? extends String,? extends Object> toMerge)
putAll is implemented using Map.putAll. |
void |
Bindings.putAll(Map<? extends String,? extends Object> toMerge)
Adds all the mappings in a given
Map to this Bindings. |
| Constructor and Description |
|---|
SimpleBindings(Map<String,Object> m)
Constructor uses an existing
Map to store the values. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthPermission
This class is for authentication permissions.
|
class |
DestroyFailedException
Signals that a
destroy operation failed. |
class |
Policy
Deprecated.
as of JDK version 1.4 -- Replaced by java.security.Policy.
java.security.Policy has a method:
public PermissionCollection getPermissions
(java.security.ProtectionDomain pd)
and ProtectionDomain has a constructor:
public ProtectionDomain
(CodeSource cs,
PermissionCollection permissions,
ClassLoader loader,
Principal[] principals)
These two APIs provide callers the means to query the
Policy for Principal-based Permission entries. |
class |
PrivateCredentialPermission
This class is used to protect access to private Credentials
belonging to a particular
Subject. |
(package private) static class |
PrivateCredentialPermission.CredOwner |
class |
RefreshFailedException
Signals that a
refresh operation failed. |
class |
Subject
A
Subject represents a grouping of related information
for a single entity, such as a person. |
(package private) static class |
Subject.AuthPermissionHolder |
private class |
Subject.ClassSet<T>
This class implements a
Set which returns only
members that are an instance of a specified Class. |
private static class |
Subject.SecureSet<E>
Prevent modifications unless caller has permission.
|
class |
SubjectDomainCombiner
A
SubjectDomainCombiner updates ProtectionDomains
with Principals from the Subject associated with this
SubjectDomainCombiner. |
private static class |
SubjectDomainCombiner.WeakKeyValueMap<K,V>
A HashMap that has weak keys and values.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Set<Object> |
Subject.privCredentials |
(package private) Set<Object> |
Subject.pubCredentials
Sets that provide a view of all of this
Subject's Credentials
|
| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
Subject.getPrivateCredentials()
Return the
Set of private credentials held by this
Subject. |
Set<Object> |
Subject.getPublicCredentials()
Return the
Set of public credentials held by this
Subject. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Subject.SecureSet.contains(Object o) |
boolean |
Subject.equals(Object o)
Compares the specified Object with this
Subject
for equality. |
boolean |
PrivateCredentialPermission.equals(Object obj)
Checks two
PrivateCredentialPermission objects for
equality. |
private int |
Subject.getCredHashCode(Object o)
get a credential's hashcode
|
boolean |
PrivateCredentialPermission.CredOwner.implies(Object obj) |
boolean |
Subject.SecureSet.remove(Object o) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChoiceCallback
Underlying security services instantiate and pass a
ChoiceCallback to the handle
method of a CallbackHandler to display a list of choices
and to retrieve the selected choice(s). |
class |
ConfirmationCallback
Underlying security services instantiate and pass a
ConfirmationCallback to the handle
method of a CallbackHandler to ask for YES/NO,
OK/CANCEL, YES/NO/CANCEL or other similar confirmations. |
class |
LanguageCallback
Underlying security services instantiate and pass a
LanguageCallback to the handle
method of a CallbackHandler to retrieve the Locale
used for localizing text. |
class |
NameCallback
Underlying security services instantiate and pass a
NameCallback to the handle
method of a CallbackHandler to retrieve name information. |
class |
PasswordCallback
Underlying security services instantiate and pass a
PasswordCallback to the handle
method of a CallbackHandler to retrieve password information. |
class |
TextInputCallback
Underlying security services instantiate and pass a
TextInputCallback to the handle
method of a CallbackHandler to retrieve generic text
information. |
class |
TextOutputCallback
Underlying security services instantiate and pass a
TextOutputCallback to the handle
method of a CallbackHandler to display information messages,
warning messages and error messages. |
class |
UnsupportedCallbackException
Signals that a
CallbackHandler does not
recognize a particular Callback. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegationPermission
This class is used to restrict the usage of the Kerberos
delegation model, ie: forwardable and proxiable tickets.
|
(package private) class |
JavaxSecurityAuthKerberosAccessImpl |
class |
KerberosKey
This class encapsulates a long term secret key for a Kerberos
principal.
|
class |
KerberosPrincipal
This class encapsulates a Kerberos principal.
|
class |
KerberosTicket
This class encapsulates a Kerberos ticket and associated
information as viewed from the client's point of view.
|
(package private) class |
KeyImpl
This class encapsulates a Kerberos encryption key.
|
class |
KeyTab
This class encapsulates a keytab file.
|
(package private) class |
KrbDelegationPermissionCollection |
(package private) class |
KrbServicePermissionCollection |
class |
ServicePermission
This class is used to protect Kerberos services and the
credentials necessary to access those services.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServicePermission.equals(Object obj)
Checks two ServicePermission objects for equality.
|
boolean |
KeyTab.equals(Object other)
Compares the specified Object with this KeyTab for equality.
|
boolean |
KeyImpl.equals(Object other) |
boolean |
KerberosTicket.equals(Object other)
Compares the specified Object with this KerberosTicket for equality.
|
boolean |
KerberosPrincipal.equals(Object other)
Compares the specified Object with this Principal for equality.
|
boolean |
KerberosKey.equals(Object other)
Compares the specified Object with this KerberosKey for equality.
|
boolean |
DelegationPermission.equals(Object obj)
Checks two DelegationPermission objects for equality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountException
A generic account exception.
|
class |
AccountExpiredException
Signals that a user account has expired.
|
class |
AccountLockedException
Signals that an account was locked.
|
class |
AccountNotFoundException
Signals that an account was not found.
|
class |
AppConfigurationEntry
This class represents a single
LoginModule entry
configured for the application specified in the
getAppConfigurationEntry(String appName)
method in the Configuration class. |
static class |
AppConfigurationEntry.LoginModuleControlFlag
This class represents whether or not a
LoginModule
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL. |
class |
Configuration
A Configuration object is responsible for specifying which LoginModules
should be used for a particular application, and in what order the
LoginModules should be invoked.
|
private static class |
Configuration.ConfigDelegate
This subclass is returned by the getInstance calls.
|
class |
ConfigurationSpi
This class defines the Service Provider Interface (SPI)
for the
Configuration class. |
class |
CredentialException
A generic credential exception.
|
class |
CredentialExpiredException
Signals that a
Credential has expired. |
class |
CredentialNotFoundException
Signals that a credential was not found.
|
class |
FailedLoginException
Signals that user authentication failed.
|
class |
LoginContext
The
LoginContext class describes the basic methods used
to authenticate Subjects and provides a way to develop an
application independent of the underlying authentication technology. |
private static class |
LoginContext.ModuleInfo
LoginModule information -
incapsulates Configuration info and actual module instances
|
private static class |
LoginContext.SecureCallbackHandler
Wrap the caller-specified CallbackHandler in our own
and invoke it within a privileged block, constrained by
the caller's AccessControlContext.
|
class |
LoginException
This is the basic login exception.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
LoginContext.ModuleInfo.module |
| Constructor and Description |
|---|
LoginContext.ModuleInfo(AppConfigurationEntry newEntry,
Object newModule) |
| Modifier and Type | Class and Description |
|---|---|
class |
X500Principal
This class represents an X.500
Principal. |
class |
X500PrivateCredential
This class represents an
X500PrivateCredential. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
X500Principal.equals(Object o)
Compares the specified
Object with this
X500Principal for equality. |
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateEncodingException
Certificate Encoding Exception.
|
class |
CertificateException
This exception indicates one of a variety of certificate problems.
|
class |
CertificateExpiredException
Certificate Expired Exception.
|
class |
CertificateNotYetValidException
Certificate is not yet valid exception.
|
class |
CertificateParsingException
Certificate Parsing Exception.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Certificate.equals(Object other)
Compares this certificate for equality with the specified
object.
|
private static X509Certificate |
X509Certificate.getInst(Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationException
This exception is thrown by a SASL mechanism implementation
to indicate that the SASL
exchange has failed due to reasons related to authentication, such as
an invalid identity, passphrase, or key.
|
class |
AuthorizeCallback
This callback is used by SaslServer to determine whether
one entity (identified by an authenticated authentication id)
can act on
behalf of another entity (identified by an authorization id).
|
class |
RealmCallback
This callback is used by SaslClient and SaslServer
to retrieve realm information.
|
class |
RealmChoiceCallback
This callback is used by SaslClient and SaslServer
to obtain a realm given a list of realm choices.
|
class |
Sasl
A static class for creating SASL clients and servers.
|
class |
SaslException
This class represents an error that has occurred when using SASL.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SaslServer.getNegotiatedProperty(String propName)
Retrieves the negotiated property.
|
Object |
SaslClient.getNegotiatedProperty(String propName)
Retrieves the negotiated property.
|
private static Object |
Sasl.loadFactory(Provider p,
String className) |
| Modifier and Type | Method and Description |
|---|---|
private static Set<Object> |
Sasl.getFactories(String serviceName) |
| Modifier and Type | Class and Description |
|---|---|
class |
Instrument
An instrument is a sound-synthesis algorithm with certain parameter
settings, usually designed to emulate a specific real-world
musical instrument or to achieve a specific sort of sound effect.
|
class |
InvalidMidiDataException
An
InvalidMidiDataException indicates that inappropriate MIDI
data was encountered. |
class |
MetaMessage
A
MetaMessage is a that is not meaningful to synthesizers, but
that can be stored in a MIDI file and interpreted by a sequencer program. |
static class |
MidiDevice.Info
A
MidiDevice.Info object contains assorted
data about a , including its
name, the company who created it, and descriptive text. |
class |
MidiEvent
MIDI events contain a MIDI message and a corresponding time-stamp
expressed in ticks, and can represent the MIDI event information
stored in a MIDI file or a
object. |
class |
MidiFileFormat
A
MidiFileFormat object encapsulates a MIDI file's
type, as well as its length and timing information. |
class |
MidiMessage
MidiMessage is the base class for MIDI messages. |
class |
MidiSystem
The
MidiSystem class provides access to the installed MIDI
system resources, including devices such as synthesizers, sequencers, and
MIDI input and output ports. |
class |
MidiUnavailableException
A
MidiUnavailableException is thrown when a requested MIDI
component cannot be opened or created because it is unavailable. |
class |
Patch
A
Patch object represents a location, on a MIDI
synthesizer, into which a single instrument is stored (loaded). |
class |
Sequence
A
Sequence is a data structure containing musical
information (often an entire song or composition) that can be played
back by a object. |
static class |
Sequencer.SyncMode
A
SyncMode object represents one of the ways in which
a MIDI sequencer's notion of time can be synchronized with a master
or slave device. |
class |
ShortMessage
A
ShortMessage contains a MIDI message that has at most
two data bytes following its status byte. |
class |
SoundbankResource
A
SoundbankResource represents any audio resource stored
in a . |
class |
SysexMessage
A
SysexMessage object represents a MIDI system exclusive message. |
class |
Track
A MIDI track is an independent stream of MIDI events (time-stamped MIDI
data) that can be stored along with other tracks in a standard MIDI file.
|
private static class |
Track.ImmutableEndOfTrack |
class |
VoiceStatus
A
VoiceStatus object contains information about the current
status of one of the voices produced by a Synthesizer. |
| Modifier and Type | Field and Description |
|---|---|
private HashMap<String,Object> |
MidiFileFormat.properties
The set of properties
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SysexMessage.clone()
Creates a new object of the same class and with the same contents
as this object.
|
Object |
ShortMessage.clone()
Creates a new object of the same class and with the same contents
as this object.
|
abstract Object |
MidiMessage.clone()
Creates a new object of the same class and with the same contents
as this object.
|
Object |
MetaMessage.clone()
Creates a new object of the same class and with the same contents
as this object.
|
abstract Object |
SoundbankResource.getData()
Obtains the sampled audio that is stored in this
SoundbankResource. |
Object |
MidiFileFormat.getProperty(String key)
Obtain the property value specified by the key.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
MidiFileFormat.properties()
Obtain an unmodifiable map of properties.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Sequencer.SyncMode.equals(Object obj)
Determines whether two objects are equal.
|
boolean |
MidiDevice.Info.equals(Object obj)
Reports whether two objects are equal.
|
| Constructor and Description |
|---|
MidiFileFormat(int type,
float divisionType,
int resolution,
int bytes,
long microseconds,
Map<String,Object> properties)
Construct a
MidiFileFormat with a set of properties. |
| Modifier and Type | Class and Description |
|---|---|
class |
MidiDeviceProvider
A
MidiDeviceProvider is a factory or provider for a particular
type of MIDI device. |
class |
MidiFileReader
A
MidiFileReader supplies MIDI file-reading services. |
class |
MidiFileWriter
A
MidiFileWriter supplies MIDI file-writing services. |
class |
SoundbankReader
A
SoundbankReader supplies soundbank file-reading services. |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioFileFormat
An instance of the
AudioFileFormat class describes
an audio file, including the file type, the file's length in bytes,
the length in sample frames of the audio data contained in the file,
and the format of the audio data. |
static class |
AudioFileFormat.Type
An instance of the
Type class represents one of the
standard types of audio file. |
class |
AudioFormat
AudioFormat is the class that specifies a particular arrangement of data in a sound stream. |
static class |
AudioFormat.Encoding
The
Encoding class names the specific type of data representation
used for an audio stream. |
class |
AudioInputStream
An audio input stream is an input stream with a specified audio format and
length.
|
private class |
AudioInputStream.TargetDataLineInputStream
Private inner class that makes a TargetDataLine look like an InputStream.
|
class |
AudioPermission
The
AudioPermission class represents access rights to the audio
system resources. |
class |
AudioSystem
The
AudioSystem class acts as the entry point to the
sampled-audio system resources. |
class |
BooleanControl
A
BooleanControl provides the ability to switch between
two possible settings that affect a line's audio. |
static class |
BooleanControl.Type
An instance of the
BooleanControl.Type class identifies one kind of
boolean control. |
class |
CompoundControl
A
CompoundControl, such as a graphic equalizer, provides control
over two or more related properties, each of which is itself represented as
a Control. |
static class |
CompoundControl.Type
An instance of the
CompoundControl.Type inner class identifies one kind of
compound control. |
class |
Control
Lines often have a set of controls, such as gain and pan, that affect
the audio signal passing through the line. |
static class |
Control.Type
An instance of the
Type class represents the type of
the control. |
static class |
DataLine.Info
Besides the class information inherited from its superclass,
DataLine.Info provides additional information specific to data lines. |
class |
EnumControl
A
EnumControl provides control over a set of
discrete possible values, each represented by an object. |
static class |
EnumControl.Type
An instance of the
EnumControl.Type inner class identifies one kind of
enumerated control. |
class |
FloatControl
A
FloatControl object provides control over a range of
floating-point values. |
static class |
FloatControl.Type
An instance of the
FloatControl.Type inner class identifies one kind of
float control. |
static class |
Line.Info
A
Line.Info object contains information about a line. |
class |
LineEvent
The
LineEvent class encapsulates information that a line
sends its listeners whenever the line opens, closes, starts, or stops. |
static class |
LineEvent.Type
The LineEvent.Type inner class identifies what kind of event occurred on a line.
|
class |
LineUnavailableException
A
LineUnavailableException is an exception indicating that a
line cannot be opened because it is unavailable. |
static class |
Mixer.Info
The
Mixer.Info class represents information about an audio mixer,
including the product's name, version, and vendor, along with a textual
description. |
static class |
Port.Info
The
Port.Info class extends
with additional information specific to ports, including the port's name
and whether it is a source or a target for its mixer. |
class |
ReverbType
The
ReverbType class provides methods for
accessing various reverberation settings to be applied to
an audio signal. |
class |
UnsupportedAudioFileException
An
UnsupportedAudioFileException is an exception indicating that an
operation failed because a file did not contain valid data of a recognized file
type and format. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
EnumControl.value
The current value.
|
private Object[] |
EnumControl.values
The set of possible values.
|
| Modifier and Type | Field and Description |
|---|---|
private HashMap<String,Object> |
AudioFormat.properties
The set of properties
|
private HashMap<String,Object> |
AudioFileFormat.properties
The set of properties
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AudioFormat.getProperty(String key)
Obtain the property value specified by the key.
|
Object |
AudioFileFormat.getProperty(String key)
Obtain the property value specified by the key.
|
Object |
EnumControl.getValue()
Obtains this control's current value.
|
Object[] |
EnumControl.getValues()
Returns the set of possible values for this control.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
AudioFormat.properties()
Obtain an unmodifiable map of properties.
|
Map<String,Object> |
AudioFileFormat.properties()
Obtain an unmodifiable map of properties.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReverbType.equals(Object obj)
Indicates whether the specified object is equal to this reverb type,
returning
true if the objects are identical. |
boolean |
Port.Info.equals(Object obj)
Finalizes the equals method
|
boolean |
Mixer.Info.equals(Object obj)
Indicates whether two info objects are equal, returning
true if
they are identical. |
boolean |
LineEvent.Type.equals(Object obj)
Indicates whether the specified object is equal to this event type,
returning
true if the objects are identical. |
boolean |
Control.Type.equals(Object obj)
Finalizes the equals method
|
boolean |
AudioFormat.Encoding.equals(Object obj)
Finalizes the equals method
|
boolean |
AudioFileFormat.Type.equals(Object obj)
Finalizes the equals method
|
private boolean |
EnumControl.isValueSupported(Object value)
Indicates whether the value specified is supported.
|
void |
EnumControl.setValue(Object value)
Sets the current value for the control.
|
| Constructor and Description |
|---|
EnumControl(EnumControl.Type type,
Object[] values,
Object value)
Constructs a new enumerated control object with the given parameters.
|
EnumControl(EnumControl.Type type,
Object[] values,
Object value)
Constructs a new enumerated control object with the given parameters.
|
| Constructor and Description |
|---|
AudioFileFormat(AudioFileFormat.Type type,
AudioFormat format,
int frameLength,
Map<String,Object> properties)
Construct an audio file format object with a set of
defined properties.
|
AudioFormat(AudioFormat.Encoding encoding,
float sampleRate,
int sampleSizeInBits,
int channels,
int frameSize,
float frameRate,
boolean bigEndian,
Map<String,Object> properties)
Constructs an
AudioFormat with the given parameters. |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioFileReader
Provider for audio file reading services.
|
class |
AudioFileWriter
Provider for audio file writing services.
|
class |
FormatConversionProvider
A format conversion provider provides format conversion services
from one or more input formats to one or more output formats.
|
class |
MixerProvider
A provider or factory for a particular mixer type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionEvent
An
Event object that provides information about the
source of a connection-related event. |
class |
RowSetEvent
An
Event object generated when an event occurs to a
RowSet object. |
class |
StatementEvent
A
StatementEvent is sent to all StatementEventListeners which were
registered with a PooledConnection. |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
RowSetInternal.getParams()
Retrieves the parameters that have been set for this
RowSet object's command. |
| Modifier and Type | Method and Description |
|---|---|
void |
RowSet.setObject(int parameterIndex,
Object x)
Sets the designated parameter in this
RowSet object's command
with a Java Object. |
void |
RowSet.setObject(int parameterIndex,
Object x,
int targetSqlType)
Sets the designated parameter in this
RowSet object's command
with a Java Object. |
void |
RowSet.setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
Sets the designated parameter in this
RowSet object's command
with the given Java Object. |
void |
RowSet.setObject(String parameterName,
Object x)
Sets the value of the designated parameter with the given object.
|
void |
RowSet.setObject(String parameterName,
Object x,
int targetSqlType)
Sets the value of the designated parameter with the given object.
|
void |
RowSet.setObject(String parameterName,
Object x,
int targetSqlType,
int scale)
Sets the value of the designated parameter with the given object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRowSet
An abstract class providing a
RowSet object with its basic functionality. |
class |
RowSetMetaDataImpl
Provides implementations for the methods that set and get
metadata information about a
RowSet object's columns. |
private class |
RowSetMetaDataImpl.ColInfo |
class |
RowSetProvider
A factory API that enables applications to obtain a
RowSetFactory implementation that can be used to create different
types of RowSet implementations. |
class |
RowSetWarning
An extension of
SQLException that provides information
about database warnings set on RowSet objects. |
| Modifier and Type | Field and Description |
|---|---|
private Hashtable<Integer,Object> |
BaseRowSet.params
A
Vector object that holds the parameters set
for this RowSet object's current command. |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
BaseRowSet.getParams()
Retrieves an array containing the parameter values (both Objects and
primitives) that have been set for this
RowSet object's command and throws an SQLException object
if all parameters have not been set. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Predicate.evaluate(Object value,
int column)
This method is called by a
FilteredRowSet object
to check whether the value lies between the filtering criterion (or criteria
if multiple constraints exist) set using the setFilter() method. |
boolean |
Predicate.evaluate(Object value,
String columnName)
This method is called by the
FilteredRowSet object
to check whether the value lies between the filtering criteria set
using the setFilter method. |
void |
BaseRowSet.setObject(int parameterIndex,
Object x)
Sets the designated parameter to an
Object in the Java
programming language. |
void |
BaseRowSet.setObject(int parameterIndex,
Object x,
int targetSqlType)
Sets the value of the designated parameter with the given
Object value. |
void |
BaseRowSet.setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale)
Sets the designated parameter to an
Object in the Java
programming language. |
void |
BaseRowSet.setObject(String parameterName,
Object x)
Sets the value of the designated parameter with the given object.
|
void |
BaseRowSet.setObject(String parameterName,
Object x,
int targetSqlType)
Sets the value of the designated parameter with the given object.
|
void |
BaseRowSet.setObject(String parameterName,
Object x,
int targetSqlType,
int scale)
Sets the value of the designated parameter with the given object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerialArray
A serialized version of an
Array
object, which is the mapping in the Java programming language of an SQL
ARRAY value. |
class |
SerialBlob
A serialized mapping in the Java programming language of an SQL
BLOB value. |
class |
SerialClob
A serialized mapping in the Java programming language of an SQL
CLOB value. |
class |
SerialDatalink
A serialized mapping in the Java programming language of an SQL
DATALINK value. |
class |
SerialException
Indicates and an error with the serialization or de-serialization of
SQL types such as
BLOB, CLOB, STRUCT or ARRAY in
addition to SQL types such as DATALINK and JAVAOBJECT |
class |
SerialJavaObject
A serializable mapping in the Java programming language of an SQL
JAVA_OBJECT value. |
class |
SerialRef
A serialized mapping of a
Ref object, which is the mapping in the
Java programming language of an SQL REF value. |
class |
SerialStruct
A serialized mapping in the Java programming language of an SQL
structured type.
|
class |
SQLInputImpl
An input stream used for custom mapping user-defined types (UDTs).
|
class |
SQLOutputImpl
The output stream for writing the attributes of a
custom-mapped user-defined type (UDT) back to the database.
|
| Modifier and Type | Field and Description |
|---|---|
private Object[] |
SQLInputImpl.attrib
The array of attributes to be read from this stream.
|
private Object[] |
SerialStruct.attribs
An array of
Object instances in which each
element is an attribute of the SQL structured type that this
SerialStruct object represents. |
private Object[] |
SerialArray.elements
A serialized array in which each element is an
Object
in the Java programming language that represents an element
in the SQL ARRAY value. |
private Object |
SerialJavaObject.obj
Placeholder for object to be serialized.
|
private Object |
SerialRef.object
This will store the type
Ref as an Object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
SerialArray.getArray()
Returns a new array that is a copy of this
SerialArray
object. |
Object |
SerialArray.getArray(long index,
int count)
Returns a new array that is a copy of a slice
of this
SerialArray object, starting with the
element at the given index and containing the given number
of consecutive elements. |
Object |
SerialArray.getArray(long index,
int count,
Map<String,Class<?>> map)
Returns a new array that is a copy of a slice
of this
SerialArray object, starting with the
element at the given index and containing the given number
of consecutive elements. |
Object |
SerialArray.getArray(Map<String,Class<?>> map)
Returns a new array that is a copy of this
SerialArray
object, using the given type map for the custom
mapping of each element when the elements are SQL UDTs. |
Object[] |
SerialStruct.getAttributes()
Retrieves an array of
Object values containing the
attributes of the SQL structured type that this
SerialStruct object represents. |
Object[] |
SerialStruct.getAttributes(Map<String,Class<?>> map)
Retrieves the attributes for the SQL structured type that
this
SerialStruct represents as an array of
Object values, using the given type map for
custom mapping if appropriate. |
private Object |
SQLInputImpl.getNextAttribute()
Retrieves the next attribute in this
SQLInputImpl object
as an Object in the Java programming language. |
Object |
SerialRef.getObject()
Returns an
Object representing the SQL structured type
to which this SerialRef object refers. |
Object |
SerialJavaObject.getObject()
Returns an
Object that is a copy of this SerialJavaObject
object. |
Object |
SerialRef.getObject(Map<String,Class<?>> map)
Returns an
Object representing the SQL structured type
to which this SerialRef object refers. |
Object |
SQLInputImpl.readObject()
Retrieves the value at the head of this
SQLInputImpl
object as an Object in the Java programming language. |
| Modifier and Type | Method and Description |
|---|---|
void |
SerialRef.setObject(Object obj)
Sets the SQL structured type that this
SerialRef object
references to the given Object object. |
| Constructor and Description |
|---|
SerialJavaObject(Object obj)
Constructor for
SerialJavaObject helper class. |
SQLInputImpl(Object[] attributes,
Map<String,Class<?>> map)
Creates an
SQLInputImpl object initialized with the
given array of attributes and the given type map. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ProviderImpl
Internal class that defines the lazy reference construct for each registered
SyncProvider implementation.
|
class |
SyncFactory
The Service Provider Interface (SPI) mechanism that generates
SyncProvider
instances to be used by disconnected RowSet objects. |
private static class |
SyncFactory.SyncFactoryHolder
Lazy initialization Holder class used by
getSyncFactory |
class |
SyncFactoryException
Indicates an error with
SyncFactory mechanism. |
class |
SyncProvider
The synchronization mechanism that provides reader/writer capabilities for
disconnected
RowSet objects. |
class |
SyncProviderException
Indicates an error with the
SyncProvider mechanism. |
| Modifier and Type | Field and Description |
|---|---|
private static Object |
SyncFactory.logSync
Internal sync object used to maintain the SPI as a singleton
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SyncResolver.getConflictValue(int index)
Retrieves the value in the designated column in the current row of this
SyncResolver object, which is the value in the data source
that caused a conflict. |
Object |
SyncResolver.getConflictValue(String columnName)
Retrieves the value in the designated column in the current row of this
SyncResolver object, which is the value in the data source
that caused a conflict. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncResolver.setResolvedValue(int index,
Object obj)
Sets obj as the value in column index in the current row of the
RowSet object that is being synchronized. |
void |
SyncResolver.setResolvedValue(String columnName,
Object obj)
Sets obj as the value in column columnName in the current row of the
RowSet object that is being synchronized. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAction
This class provides default implementations for the JFC
Action
interface. |
class |
AbstractButton
Defines common behaviors for buttons and menu items.
|
protected class |
AbstractButton.AccessibleAbstractButton
This class implements accessibility support for the
AbstractButton class. |
(package private) class |
AbstractButton.AccessibleAbstractButton.ButtonKeyBinding |
private static class |
AbstractButton.ButtonActionPropertyChangeListener |
protected class |
AbstractButton.ButtonChangeListener
Extends
ChangeListener to be serializable. |
(package private) class |
AbstractButton.Handler |
class |
AbstractCellEditor
A base class for
CellEditors, providing default
implementations for the methods in the CellEditor
interface except getCellEditorValue(). |
class |
AbstractListModel<E>
The abstract definition for the data model that provides
a
List with its contents. |
class |
AbstractSpinnerModel
This class provides the ChangeListener part of the
SpinnerModel interface that should be suitable for most concrete SpinnerModel
implementations.
|
class |
ActionMap
ActionMap provides mappings from
Objects
(called keys or Action names)
to Actions. |
(package private) class |
ActionPropertyChangeListener<T extends JComponent>
A package-private PropertyChangeListener which listens for
property changes on an Action and updates the properties
of an ActionEvent source.
|
private static class |
ActionPropertyChangeListener.OwnedWeakReference<U extends JComponent> |
(package private) class |
AncestorNotifier |
(package private) class |
ArrayTable |
(package private) class |
Autoscroller
Autoscroller is responsible for generating synthetic mouse dragged
events.
|
class |
BorderFactory
Factory class for vending standard
Border objects. |
class |
Box
A lightweight container
that uses a BoxLayout object as its layout manager.
|
protected class |
Box.AccessibleBox
This class implements accessibility support for the
Box class. |
static class |
Box.Filler
An implementation of a lightweight component that participates in
layout but has no view.
|
protected class |
Box.Filler.AccessibleBoxFiller
This class implements accessibility support for the
Box.Filler class. |
class |
BoxLayout
A layout manager that allows multiple components to be laid out either
vertically or horizontally.
|
(package private) class |
BufferStrategyPaintManager
A PaintManager implementation that uses a BufferStrategy for
rendering.
|
private class |
BufferStrategyPaintManager.BufferInfo
BufferInfo is used to track the BufferStrategy being used for
a particular Component.
|
class |
ButtonGroup
This class is used to create a multiple-exclusion scope for
a set of buttons.
|
class |
CellRendererPane
This class is inserted in between cell renderers and the components that
use them.
|
protected class |
CellRendererPane.AccessibleCellRendererPane
This class implements accessibility support for the
CellRendererPane class. |
(package private) class |
ColorChooserDialog |
(package private) class |
ColorChooserDialog.Closer |
(package private) static class |
ColorChooserDialog.DisposeOnClose |
(package private) class |
ColorTracker |
(package private) class |
CompareTabOrderComparator |
class |
ComponentInputMap
A
ComponentInputMap is an InputMap
associated with a particular JComponent. |
class |
DebugGraphics
Graphics subclass supporting graphics debugging.
|
(package private) class |
DebugGraphicsFilter
Color filter for DebugGraphics, used for images only.
|
(package private) class |
DebugGraphicsInfo
Class used by DebugGraphics for maintaining information about how
to render graphics calls.
|
(package private) class |
DebugGraphicsObserver
ImageObserver for DebugGraphics, used for images only.
|
class |
DefaultBoundedRangeModel
A generic implementation of BoundedRangeModel.
|
class |
DefaultButtonModel
The default implementation of a
Button component's data model. |
class |
DefaultCellEditor
The default editor for table and tree cells.
|
protected class |
DefaultCellEditor.EditorDelegate
The protected
EditorDelegate class. |
class |
DefaultComboBoxModel<E>
The default model for combo boxes.
|
class |
DefaultDesktopManager
This is an implementation of the
DesktopManager. |
class |
DefaultFocusManager
This class has been obsoleted by the 1.4 focus APIs.
|
class |
DefaultListCellRenderer
Renders an item in a list.
|
static class |
DefaultListCellRenderer.UIResource
A subclass of DefaultListCellRenderer that implements UIResource.
|
class |
DefaultListModel<E>
This class loosely implements the
java.util.Vector
API, in that it implements the 1.1.x version of
java.util.Vector, has no collection class support,
and notifies the ListDataListeners when changes occur. |
class |
DefaultListSelectionModel
Default data model for list selections.
|
class |
DefaultRowSorter<M,I>
An implementation of
RowSorter that provides sorting and
filtering around a grid-based data model. |
private class |
DefaultRowSorter.FilterEntry
RowFilter.Entry implementation that delegates to the ModelWrapper.
|
protected static class |
DefaultRowSorter.ModelWrapper<M,I>
DefaultRowSorter.ModelWrapper is responsible for providing
the data that gets sorted by DefaultRowSorter. |
private static class |
DefaultRowSorter.Row
Row is used to handle the actual sorting by way of Comparable.
|
class |
DefaultSingleSelectionModel
A generic implementation of SingleSelectionModel.
|
(package private) class |
DelegatingDefaultFocusManager
Provides a javax.swing.DefaultFocusManager view onto an arbitrary
java.awt.KeyboardFocusManager.
|
class |
GrayFilter
An image filter that "disables" an image by turning
it into a grayscale image, and brightening the pixels
in the image.
|
class |
GroupLayout
GroupLayout is a LayoutManager that hierarchically
groups components in order to position them in a Container. |
private static class |
GroupLayout.AutoPreferredGapMatch
Represents two springs that should have autopadding inserted between
them.
|
private class |
GroupLayout.AutoPreferredGapSpring
Spring reprensenting the distance between any number of sources and
targets.
|
private class |
GroupLayout.BaselineGroup
An extension of
ParallelGroup that aligns its
constituent Springs along the baseline. |
private class |
GroupLayout.ComponentInfo
Tracks the horizontal/vertical Springs for a Component.
|
private class |
GroupLayout.ComponentSpring |
private class |
GroupLayout.ContainerAutoPreferredGapSpring
An extension of AutopaddingSpring used for container level padding.
|
private class |
GroupLayout.GapSpring
Spring represented a certain amount of space.
|
class |
GroupLayout.Group
Group provides the basis for the two types of
operations supported by GroupLayout: laying out
components one after another (SequentialGroup)
or aligned (ParallelGroup). |
private static class |
GroupLayout.LinkInfo |
class |
GroupLayout.ParallelGroup
A
Group that aligns and sizes it's children. |
private class |
GroupLayout.PreferredGapSpring
Spring representing the preferred distance between two components.
|
class |
GroupLayout.SequentialGroup
A
Group that positions and sizes its elements
sequentially, one after another. |
private class |
GroupLayout.Spring
Spring consists of a range: min, pref and max, a value some where in
the middle of that, and a location.
|
private static class |
GroupLayout.SpringDelta
Used by SequentialGroup in calculating resizability of springs.
|
class |
ImageIcon
An implementation of the Icon interface that paints Icons
from Images.
|
protected class |
ImageIcon.AccessibleImageIcon
This class implements accessibility support for the
ImageIcon class. |
class |
InputMap
InputMap provides a binding between an input event
(currently only KeyStrokes are used)
and an Object. |
class |
InputVerifier
The purpose of this class is to help clients support smooth focus
navigation through GUIs with text fields.
|
class |
InternalFrameFocusTraversalPolicy
A FocusTraversalPolicy which can optionally provide an algorithm for
determining a JInternalFrame's initial Component.
|
class |
JApplet
An extended version of
java.applet.Applet that adds support for
the JFC/Swing component architecture. |
protected class |
JApplet.AccessibleJApplet
This class implements accessibility support for the
JApplet class. |
class |
JButton
An implementation of a "push" button.
|
protected class |
JButton.AccessibleJButton
This class implements accessibility support for the
JButton class. |
class |
JCheckBox
An implementation of a check box -- an item that can be selected or
deselected, and which displays its state to the user.
|
protected class |
JCheckBox.AccessibleJCheckBox
This class implements accessibility support for the
JCheckBox class. |
class |
JCheckBoxMenuItem
A menu item that can be selected or deselected.
|
protected class |
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
This class implements accessibility support for the
JCheckBoxMenuItem class. |
class |
JColorChooser
JColorChooser provides a pane of controls designed to allow
a user to manipulate and select a color. |
protected class |
JColorChooser.AccessibleJColorChooser
This class implements accessibility support for the
JColorChooser class. |
class |
JComboBox<E>
A component that combines a button or editable field and a drop-down list.
|
protected class |
JComboBox.AccessibleJComboBox
This class implements accessibility support for the
JComboBox class. |
private class |
JComboBox.AccessibleJComboBox.AccessibleEditor |
private class |
JComboBox.AccessibleJComboBox.AccessibleJComboBoxListSelectionListener |
private class |
JComboBox.AccessibleJComboBox.AccessibleJComboBoxPopupMenuListener |
private class |
JComboBox.AccessibleJComboBox.AccessibleJComboBoxPropertyChangeListener |
private class |
JComboBox.AccessibleJComboBox.EditorAccessibleContext |
private static class |
JComboBox.ComboBoxActionPropertyChangeListener |
(package private) class |
JComboBox.DefaultKeySelectionManager |
class |
JComponent
The base class for all Swing components except top-level containers.
|
class |
JComponent.AccessibleJComponent
Inner class of JComponent used to provide default support for
accessibility.
|
protected class |
JComponent.AccessibleJComponent.AccessibleContainerHandler
Fire PropertyChange listener, if one is registered,
when children added/removed.
|
protected class |
JComponent.AccessibleJComponent.AccessibleFocusHandler
Fire PropertyChange listener, if one is registered,
when focus events happen
|
(package private) class |
JComponent.ActionStandin
ActionStandin is used as a standin for
ActionListeners that are
added via registerKeyboardAction. |
(package private) static class |
JComponent.IntVector |
(package private) static class |
JComponent.KeyboardState |
private class |
JComponent.ReadObjectCallback
This object is the
ObjectInputStream callback
that's called after a complete graph of objects (including at least
one JComponent) has been read. |
class |
JDesktopPane
A container used to create a multiple-document interface or a virtual desktop.
|
protected class |
JDesktopPane.AccessibleJDesktopPane
This class implements accessibility support for the
JDesktopPane class. |
private static class |
JDesktopPane.ComponentPosition |
class |
JDialog
The main class for creating a dialog window.
|
protected class |
JDialog.AccessibleJDialog
This class implements accessibility support for the
JDialog class. |
class |
JEditorPane
A text component to edit various kinds of content.
|
protected class |
JEditorPane.AccessibleJEditorPane
This class implements accessibility support for the
JEditorPane class. |
protected class |
JEditorPane.AccessibleJEditorPaneHTML
This class provides support for
AccessibleHypertext,
and is used in instances where the EditorKit
installed in this JEditorPane is an instance of
HTMLEditorKit. |
(package private) static class |
JEditorPane.HeaderParser |
protected class |
JEditorPane.JEditorPaneAccessibleHypertextSupport
What's returned by
AccessibleJEditorPaneHTML.getAccessibleText. |
class |
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink |
private class |
JEditorPane.JEditorPaneAccessibleHypertextSupport.LinkVector |
(package private) class |
JEditorPane.PageLoader
Loads a stream into the text document model.
|
(package private) static class |
JEditorPane.PlainEditorKit |
(package private) static class |
JEditorPane.PlainEditorKit.PlainParagraph
Paragraph for representing plain-text lines that support
bidirectional text.
|
(package private) static class |
JEditorPane.PlainEditorKit.PlainParagraph.LogicalView
This class can be used to represent a logical view for
a flow.
|
class |
JFileChooser
JFileChooser provides a simple mechanism for the user to
choose a file. |
protected class |
JFileChooser.AccessibleJFileChooser
This class implements accessibility support for the
JFileChooser class. |
private static class |
JFileChooser.WeakPCL |
class |
JFormattedTextField
JFormattedTextField extends JTextField adding
support for formatting arbitrary values, as well as retrieving a particular
object once the user has edited the text. |
static class |
JFormattedTextField.AbstractFormatter
Instances of
AbstractFormatter are used by
JFormattedTextField to handle the conversion both
from an Object to a String, and back from a String to an Object. |
static class |
JFormattedTextField.AbstractFormatterFactory
Instances of
AbstractFormatterFactory are used by
JFormattedTextField to obtain instances of
AbstractFormatter which in turn are used to format values. |
private static class |
JFormattedTextField.CancelAction
CancelAction will reset the value in the JFormattedTextField when
actionPerformed is invoked. |
(package private) static class |
JFormattedTextField.CommitAction
Used to commit the edit.
|
private class |
JFormattedTextField.DocumentHandler
Sets the dirty state as the document changes.
|
private class |
JFormattedTextField.FocusLostHandler
FOCUS_LOST behavior implementation
|
class |
JFrame
An extended version of
java.awt.Frame that adds support for
the JFC/Swing component architecture. |
protected class |
JFrame.AccessibleJFrame
This class implements accessibility support for the
JFrame class. |
class |
JInternalFrame
A lightweight object that provides many of the features of
a native frame, including dragging, closing, becoming an icon,
resizing, title display, and support for a menu bar.
|
protected class |
JInternalFrame.AccessibleJInternalFrame
This class implements accessibility support for the
JInternalFrame class. |
private static class |
JInternalFrame.FocusPropertyChangeListener |
static class |
JInternalFrame.JDesktopIcon
This component represents an iconified version of a
JInternalFrame. |
protected class |
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
This class implements accessibility support for the
JInternalFrame.JDesktopIcon class. |
class |
JLabel
A display area for a short text string or an image,
or both.
|
protected class |
JLabel.AccessibleJLabel
The class used to obtain the accessible role for this object.
|
(package private) class |
JLabel.AccessibleJLabel.LabelKeyBinding |
class |
JLayer<V extends Component>
JLayer is a universal decorator for Swing components
which enables you to implement various advanced painting effects as well as
receive notifications of all AWTEvents generated within its borders. |
private static class |
JLayer.DefaultLayerGlassPane
The default glassPane for the
JLayer. |
private static class |
JLayer.LayerEventController
static AWTEventListener to be shared with all AbstractLayerUIs
|
class |
JLayeredPane
JLayeredPane adds depth to a JFC/Swing container,
allowing components to overlap each other when needed. |
protected class |
JLayeredPane.AccessibleJLayeredPane
This class implements accessibility support for the
JLayeredPane class. |
class |
JList<E>
A component that displays a list of objects and allows the user to select
one or more items.
|
protected class |
JList.AccessibleJList
This class implements accessibility support for the
JList class. |
protected class |
JList.AccessibleJList.AccessibleJListChild
This class implements accessibility support appropriate
for list children.
|
static class |
JList.DropLocation
A subclass of
TransferHandler.DropLocation representing
a drop location for a JList. |
private class |
JList.ListSelectionHandler |
class |
JMenu
An implementation of a menu -- a popup window containing
JMenuItems that
is displayed when the user selects an item on the JMenuBar. |
protected class |
JMenu.AccessibleJMenu
This class implements accessibility support for the
JMenu class. |
(package private) class |
JMenu.MenuChangeListener |
protected class |
JMenu.WinListener
A listener class that watches for a popup window closing.
|
class |
JMenuBar
An implementation of a menu bar.
|
protected class |
JMenuBar.AccessibleJMenuBar
This class implements accessibility support for the
JMenuBar class. |
class |
JMenuItem
An implementation of an item in a menu.
|
protected class |
JMenuItem.AccessibleJMenuItem
This class implements accessibility support for the
JMenuItem class. |
private static class |
JMenuItem.MenuItemFocusListener |
class |
JOptionPane
JOptionPane makes it easy to pop up a standard dialog box that
prompts users for a value or informs them of something. |
protected class |
JOptionPane.AccessibleJOptionPane
This class implements accessibility support for the
JOptionPane class. |
private static class |
JOptionPane.ModalPrivilegedAction
Retrieves a method from the provided class and makes it accessible.
|
class |
JPanel
JPanel is a generic lightweight container. |
protected class |
JPanel.AccessibleJPanel
This class implements accessibility support for the
JPanel class. |
class |
JPasswordField
JPasswordField is a lightweight component that allows
the editing of a single line of text where the view indicates
something was typed, but does not show the original characters. |
protected class |
JPasswordField.AccessibleJPasswordField
This class implements accessibility support for the
JPasswordField class. |
class |
JPopupMenu
An implementation of a popup menu -- a small window that pops up
and displays a series of choices.
|
protected class |
JPopupMenu.AccessibleJPopupMenu
This class implements accessibility support for the
JPopupMenu class. |
static class |
JPopupMenu.Separator
A popup menu-specific separator.
|
class |
JProgressBar
A component that visually displays the progress of some task.
|
protected class |
JProgressBar.AccessibleJProgressBar
This class implements accessibility support for the
JProgressBar class. |
private class |
JProgressBar.ModelListener |
class |
JRadioButton
An implementation of a radio button -- an item that can be selected or
deselected, and which displays its state to the user.
|
protected class |
JRadioButton.AccessibleJRadioButton
This class implements accessibility support for the
JRadioButton class. |
class |
JRadioButtonMenuItem
An implementation of a radio button menu item.
|
protected class |
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
This class implements accessibility support for the
JRadioButtonMenuItem class. |
class |
JRootPane
A lightweight container used behind the scenes by
JFrame, JDialog, JWindow,
JApplet, and JInternalFrame. |
protected class |
JRootPane.AccessibleJRootPane
This class implements accessibility support for the
JRootPane class. |
(package private) static class |
JRootPane.DefaultAction |
protected class |
JRootPane.RootLayout
A custom layout manager that is responsible for the layout of
layeredPane, glassPane, and menuBar.
|
class |
JScrollBar
An implementation of a scrollbar.
|
protected class |
JScrollBar.AccessibleJScrollBar
This class implements accessibility support for the
JScrollBar class. |
private class |
JScrollBar.ModelListener
This class listens to ChangeEvents on the model and forwards
AdjustmentEvents for the sake of backwards compatibility.
|
class |
JScrollPane
Provides a scrollable view of a lightweight component.
|
protected class |
JScrollPane.AccessibleJScrollPane
This class implements accessibility support for the
JScrollPane class. |
protected class |
JScrollPane.ScrollBar
By default
JScrollPane creates scrollbars
that are instances
of this class. |
class |
JSeparator
JSeparator provides a general purpose component for
implementing divider lines - most commonly used as a divider
between menu items that breaks them up into logical groupings. |
protected class |
JSeparator.AccessibleJSeparator
This class implements accessibility support for the
JSeparator class. |
class |
JSlider
A component that lets the user graphically select a value by sliding
a knob within a bounded interval.
|
protected class |
JSlider.AccessibleJSlider
This class implements accessibility support for the
JSlider class. |
private class |
JSlider.ModelListener
We pass Change events along to the listeners with the
the slider (instead of the model itself) as the event source.
|
class |
JSpinner
A single line input field that lets the user select a
number or an object value from an ordered sequence.
|
protected class |
JSpinner.AccessibleJSpinner
AccessibleJSpinner implements accessibility
support for the JSpinner class. |
static class |
JSpinner.DateEditor
An editor for a
JSpinner whose model is a
SpinnerDateModel. |
private static class |
JSpinner.DateEditorFormatter
This subclass of javax.swing.DateFormatter maps the minimum/maximum
properties to te start/end properties of a SpinnerDateModel.
|
static class |
JSpinner.DefaultEditor
A simple base class for more specialized editors
that displays a read-only view of the model's current
value with a
JFormattedTextField. |
private static class |
JSpinner.DisabledAction
An Action implementation that is always disabled.
|
static class |
JSpinner.ListEditor
An editor for a
JSpinner whose model is a
SpinnerListModel. |
private class |
JSpinner.ListEditor.ListFormatter
ListFormatter provides completion while text is being input
into the JFormattedTextField.
|
private class |
JSpinner.ListEditor.ListFormatter.Filter |
private class |
JSpinner.ModelListener
We pass
Change events along to the listeners with the
the slider (instead of the model itself) as the event source. |
static class |
JSpinner.NumberEditor
An editor for a
JSpinner whose model is a
SpinnerNumberModel. |
private static class |
JSpinner.NumberEditorFormatter
This subclass of javax.swing.NumberFormatter maps the minimum/maximum
properties to a SpinnerNumberModel and initializes the valueClass
of the NumberFormatter to match the type of the initial models value.
|
class |
JSplitPane
JSplitPane is used to divide two (and only two)
Components. |
protected class |
JSplitPane.AccessibleJSplitPane
This class implements accessibility support for the
JSplitPane class. |
class |
JTabbedPane
A component that lets the user switch between a group of components by
clicking on a tab with a given title and/or icon.
|
protected class |
JTabbedPane.AccessibleJTabbedPane
This class implements accessibility support for the
JTabbedPane class. |
protected class |
JTabbedPane.ModelListener
We pass
ModelChanged events along to the listeners with
the tabbedpane (instead of the model itself) as the event source. |
private class |
JTabbedPane.Page |
class |
JTable
The
JTable is used to display and edit regular two-dimensional tables
of cells. |
protected class |
JTable.AccessibleJTable
This class implements accessibility support for the
JTable class. |
protected class |
JTable.AccessibleJTable.AccessibleJTableCell
The class provides an implementation of the Java Accessibility
API appropriate to table cells.
|
private class |
JTable.AccessibleJTable.AccessibleJTableHeaderCell
This class implements accessibility for JTable header cells.
|
protected class |
JTable.AccessibleJTable.AccessibleJTableModelChange |
private class |
JTable.AccessibleJTable.AccessibleTableHeader |
(package private) static class |
JTable.BooleanEditor |
(package private) static class |
JTable.BooleanRenderer |
(package private) class |
JTable.CellEditorRemover |
(package private) static class |
JTable.DateRenderer |
(package private) static class |
JTable.DoubleRenderer |
static class |
JTable.DropLocation
A subclass of
TransferHandler.DropLocation representing
a drop location for a JTable. |
(package private) static class |
JTable.GenericEditor
Default Editors
|
(package private) static class |
JTable.IconRenderer |
private class |
JTable.ModelChange
ModelChange is used when sorting to restore state, it corresponds
to data from a TableModelEvent.
|
(package private) static class |
JTable.NumberEditor |
(package private) static class |
JTable.NumberRenderer
Default Renderers
|
private class |
JTable.SortManager
SortManager provides support for managing the selection and variable
row heights when sorting is enabled.
|
private class |
JTable.ThreadSafePrintable
A
Printable implementation that wraps another
Printable, making it safe for printing on another thread. |
class |
JTextArea
A
JTextArea is a multi-line area that displays plain text. |
protected class |
JTextArea.AccessibleJTextArea
This class implements accessibility support for the
JTextArea class. |
class |
JTextField
JTextField is a lightweight component that allows the editing
of a single line of text. |
protected class |
JTextField.AccessibleJTextField
This class implements accessibility support for the
JTextField class. |
(package private) static class |
JTextField.NotifyAction |
(package private) class |
JTextField.ScrollRepainter |
private static class |
JTextField.TextFieldActionPropertyChangeListener |
class |
JTextPane
A text component that can be marked up with attributes that are
represented graphically.
|
class |
JToggleButton
An implementation of a two-state button.
|
protected class |
JToggleButton.AccessibleJToggleButton
This class implements accessibility support for the
JToggleButton class. |
static class |
JToggleButton.ToggleButtonModel
The ToggleButton model
|
class |
JToolBar
JToolBar provides a component that is useful for
displaying commonly used Actions or controls. |
protected class |
JToolBar.AccessibleJToolBar
This class implements accessibility support for the
JToolBar class. |
private class |
JToolBar.DefaultToolBarLayout |
static class |
JToolBar.Separator
A toolbar-specific separator.
|
class |
JToolTip
Used to display a "Tip" for a Component.
|
protected class |
JToolTip.AccessibleJToolTip
This class implements accessibility support for the
JToolTip class. |
class |
JTree
|
protected class |
JTree.AccessibleJTree
This class implements accessibility support for the
JTree class. |
protected class |
JTree.AccessibleJTree.AccessibleJTreeNode
This class implements accessibility support for the
JTree child. |
static class |
JTree.DropLocation
A subclass of
TransferHandler.DropLocation representing
a drop location for a JTree. |
static class |
JTree.DynamicUtilTreeNode
DynamicUtilTreeNode can wrap
vectors/hashtables/arrays/strings and
create the appropriate children tree nodes as necessary. |
protected static class |
JTree.EmptySelectionModel
EmptySelectionModel is a TreeSelectionModel
that does not allow anything to be selected. |
protected class |
JTree.TreeModelHandler
Listens to the model and updates the
expandedState
accordingly when nodes are removed, or changed. |
protected class |
JTree.TreeSelectionRedirector
Handles creating a new
TreeSelectionEvent with the
JTree as the
source and passing it off to all the listeners. |
private class |
JTree.TreeTimer |
class |
JViewport
The "viewport" or "porthole" through which you see the underlying
information.
|
protected class |
JViewport.AccessibleJViewport
This class implements accessibility support for the
JViewport class. |
protected class |
JViewport.ViewListener
A listener for the view.
|
class |
JWindow
A
JWindow is a container that can be displayed anywhere on the
user's desktop. |
protected class |
JWindow.AccessibleJWindow
This class implements accessibility support for the
JWindow class. |
(package private) class |
KeyboardManager
The KeyboardManager class is used to help dispatch keyboard actions for the
WHEN_IN_FOCUSED_WINDOW style actions.
|
(package private) class |
KeyboardManager.ComponentKeyStrokePair
This class is used to create keys for a hashtable
which looks up topContainers based on component, keystroke pairs
This is used to make unregistering KeyStrokes fast
|
class |
KeyStroke
A KeyStroke represents a key action on the keyboard, or equivalent input
device.
|
(package private) class |
LayoutComparator
Comparator which attempts to sort Components based on their size and
position.
|
class |
LayoutFocusTraversalPolicy
A SortingFocusTraversalPolicy which sorts Components based on their size,
position, and orientation.
|
class |
LayoutStyle
LayoutStyle provides information about how to position
components. |
(package private) class |
LegacyGlueFocusTraversalPolicy
A FocusTraversalPolicy which provides support for legacy applications which
handle focus traversal via JComponent.setNextFocusableComponent or by
installing a custom DefaultFocusManager.
|
(package private) class |
LegacyLayoutFocusTraversalPolicy |
class |
LookAndFeel
LookAndFeel, as the name implies, encapsulates a look and
feel. |
class |
MenuSelectionManager
A MenuSelectionManager owns the selection in menu hierarchy.
|
private static class |
MultiUIDefaults.MultiUIDefaultsEnumerator |
class |
OverlayLayout
A layout manager to arrange components over the top
of each other.
|
class |
Popup
Popups are used to display a
Component to the user, typically
on top of all the other Components in a particular containment
hierarchy. |
(package private) static class |
Popup.DefaultFrame
Used if no valid Window ancestor of the supplied owner is found.
|
(package private) static class |
Popup.HeavyWeightWindow
Component used to house window.
|
class |
PopupFactory
PopupFactory, as the name implies, is used to obtain
instances of Popups. |
private static class |
PopupFactory.ContainerPopup
ContainerPopup consolidates the common code used in the light/medium
weight implementations of
Popup. |
private static class |
PopupFactory.HeadlessPopup
Popup implementation that is used in headless environment.
|
private static class |
PopupFactory.HeavyWeightPopup
Popup implementation that uses a Window as the popup.
|
private static class |
PopupFactory.LightWeightPopup
Popup implementation that uses a JPanel as the popup.
|
private static class |
PopupFactory.MediumWeightPopup
Popup implementation that uses a Panel as the popup.
|
private static class |
PopupFactory.MediumWeightPopup.MediumWeightComponent |
class |
ProgressMonitor
A class to monitor the progress of some operation.
|
protected class |
ProgressMonitor.AccessibleProgressMonitor
AccessibleProgressMonitor implements accessibility
support for the ProgressMonitor class. |
private class |
ProgressMonitor.ProgressOptionPane |
class |
ProgressMonitorInputStream
Monitors the progress of reading from some InputStream.
|
class |
RepaintManager
This class manages repaint requests, allowing the number
of repaints to be minimized, for example by collapsing multiple
requests into a single repaint for members of a component tree.
|
private static class |
RepaintManager.DisplayChangedHandler
Listener installed to detect display changes.
|
private static class |
RepaintManager.DisplayChangedRunnable |
private class |
RepaintManager.DoubleBufferInfo |
(package private) static class |
RepaintManager.PaintManager
PaintManager is used to handle all double buffered painting for
Swing.
|
private class |
RepaintManager.ProcessingRunnable
Runnable used to process all repaint/revalidate requests.
|
class |
RowFilter<M,I>
RowFilter is used to filter out entries from the
model so that they are not shown in the view. |
private static class |
RowFilter.AndFilter<M,I> |
private static class |
RowFilter.DateFilter |
static class |
RowFilter.Entry<M,I>
An
Entry object is passed to instances of
RowFilter, allowing the filter to get the value of the
entry's data, and thus to determine whether the entry should be shown. |
private static class |
RowFilter.GeneralFilter |
private static class |
RowFilter.NotFilter<M,I> |
private static class |
RowFilter.NumberFilter |
private static class |
RowFilter.OrFilter<M,I> |
private static class |
RowFilter.RegexFilter |
class |
RowSorter<M>
RowSorter provides the basis for sorting and filtering. |
static class |
RowSorter.SortKey
SortKey describes the sort order for a particular column.
|
class |
ScrollPaneLayout
The layout manager used by
JScrollPane. |
static class |
ScrollPaneLayout.UIResource
The UI resource version of
ScrollPaneLayout. |
class |
SizeRequirements
For the convenience of layout managers,
calculates information about the size and position of components.
|
class |
SizeSequence
A
SizeSequence object
efficiently maintains an ordered list
of sizes and corresponding positions. |
class |
SortingFocusTraversalPolicy
A FocusTraversalPolicy that determines traversal order by sorting the
Components of a focus traversal cycle based on a given Comparator.
|
class |
SpinnerDateModel
A
SpinnerModel for sequences of Dates. |
class |
SpinnerListModel
A simple implementation of
SpinnerModel whose
values are defined by an array or a List. |
class |
SpinnerNumberModel
A
SpinnerModel for sequences of numbers. |
class |
Spring
An instance of the
Spring class holds three properties that
characterize its behavior: the minimum, preferred, and
maximum values. |
(package private) static class |
Spring.AbstractSpring |
(package private) static class |
Spring.CompoundSpring |
(package private) static class |
Spring.HeightSpring |
private static class |
Spring.MaxSpring |
private static class |
Spring.NegativeSpring |
private static class |
Spring.ScaleSpring |
(package private) static class |
Spring.SpringMap |
private static class |
Spring.StaticSpring |
private static class |
Spring.SumSpring |
(package private) static class |
Spring.WidthSpring |
class |
SpringLayout
A
SpringLayout lays out the children of its associated container
according to a set of constraints. |
static class |
SpringLayout.Constraints
A
Constraints object holds the
constraints that govern the way a component's size and position
change in a container controlled by a SpringLayout. |
private static class |
SpringLayout.SpringProxy |
(package private) class |
SwingContainerOrderFocusTraversalPolicy |
(package private) class |
SwingDefaultFocusTraversalPolicy |
(package private) class |
SwingPaintEventDispatcher
Swing's PaintEventDispatcher.
|
class |
SwingUtilities
A collection of utility methods for Swing.
|
(package private) static class |
SwingUtilities.SharedOwnerFrame |
class |
SwingWorker<T,V>
An abstract class to perform lengthy GUI-interaction tasks in a
background thread.
|
private static class |
SwingWorker.DoSubmitAccumulativeRunnable |
private class |
SwingWorker.SwingWorkerPropertyChangeSupport |
(package private) class |
TablePrintable
An implementation of
Printable for printing
JTables. |
class |
Timer
Fires one or more
ActionEvents at specified
intervals. |
(package private) class |
Timer.DoPostEvent
DoPostEvent is a runnable class that fires actionEvents to
the listeners on the EventDispatchThread, via invokeLater.
|
(package private) class |
TimerQueue
Internal class to manage all Timers using one thread.
|
(package private) static class |
TimerQueue.DelayedTimer |
class |
ToolTipManager
Manages all the
ToolTips in the system. |
private class |
ToolTipManager.AccessibilityKeyListener |
protected class |
ToolTipManager.insideTimerAction |
private class |
ToolTipManager.MoveBeforeEnterListener |
protected class |
ToolTipManager.outsideTimerAction |
protected class |
ToolTipManager.stillInsideTimerAction |
class |
TransferHandler
This class is used to handle the transfer of a
Transferable
to and from Swing components. |
private static class |
TransferHandler.DragHandler
This is the default drag handler for drag and drop operations that
use the
TransferHandler. |
private static class |
TransferHandler.DropHandler |
static class |
TransferHandler.DropLocation
Represents a location where dropped data should be inserted.
|
(package private) static class |
TransferHandler.PropertyTransferable |
private static class |
TransferHandler.SwingDragGestureRecognizer |
(package private) static class |
TransferHandler.SwingDropTarget
This is the default drop target for drag and drop operations if
one isn't provided by the developer.
|
(package private) static class |
TransferHandler.TransferAction |
static class |
TransferHandler.TransferSupport
This class encapsulates all relevant details of a clipboard
or drag and drop transfer, and also allows for customizing
aspects of the drag and drop experience.
|
class |
UIDefaults
A table of defaults for Swing components.
|
static class |
UIDefaults.LazyInputMap
LazyInputMap will create a InputMap
in its createValue
method. |
static class |
UIDefaults.ProxyLazyValue
This class provides an implementation of
LazyValue
which can be
used to delay loading of the Class for the instance to be created. |
private static class |
UIDefaults.TextAndMnemonicHashMap
TextAndMnemonicHashMap stores swing resource strings. |
class |
UIManager
UIManager manages the current look and feel, the set of
available look and feels, PropertyChangeListeners that
are notified when the look and feel changes, look and feel defaults, and
convenience methods for obtaining various default values. |
private static class |
UIManager.LAFState
This class defines the state managed by the
UIManager. |
static class |
UIManager.LookAndFeelInfo
Provides a little information about an installed
LookAndFeel for the sake of configuring a menu or
for initial application set up. |
class |
UnsupportedLookAndFeelException
An exception that indicates the requested look & feel
management classes are not present on the user's system.
|
class |
ViewportLayout
The default layout manager for
JViewport. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
JComponent.aaTextInfo
AA text hints.
|
private Object[] |
UIDefaults.ProxyLazyValue.args |
private Object[] |
UIDefaults.LazyInputMap.bindings
Key bindings are registered under.
|
private Object[] |
ProgressMonitor.cancelOption |
protected Object |
JTree.DynamicUtilTreeNode.childValue
Value to create children with.
|
private static Object |
UIManager.classLock |
private static Object |
TimerQueue.classLock |
private static Object |
JPopupMenu.classLock |
(package private) Object |
KeyboardManager.ComponentKeyStrokePair.component |
private static Object |
JComponent.componentObtainingGraphicsFromLock |
private static Object |
JFrame.defaultLookAndFeelDecoratedKey
Key into the AppContext, used to check if should provide decorations
by default.
|
private static Object |
JDialog.defaultLookAndFeelDecoratedKey
Key into the AppContext, used to check if should provide decorations
by default.
|
private static Object |
JPopupMenu.defaultLWPopupEnabledKey
Key used in AppContext to determine if light way popups are the default.
|
private static Object |
SwingWorker.DO_SUBMIT_KEY |
(package private) static Object |
JViewport.EnableWindowBlit
Property used to indicate window blitting should not be done.
|
private static Object |
TimerQueue.expiredTimersKey |
private static Object |
PopupFactory.HeavyWeightPopup.heavyWeightPopupCacheKey |
protected Object |
JOptionPane.initialSelectionValue
Initial value to select in
selectionValues. |
protected Object |
JOptionPane.initialValue
Value that should be initially selected in
options. |
private static Object |
JComponent.INPUT_VERIFIER_SOURCE_KEY
Key used to look up a value from the AppContext to determine the
JComponent the InputVerifier is running for.
|
protected Object |
JOptionPane.inputValue
Value the user has input.
|
private static Object |
JComponent.KeyboardState.keyCodesKey |
(package private) Object |
KeyboardManager.ComponentKeyStrokePair.keyStroke |
private static Object |
JEditorPane.kitLoaderRegistryKey |
private static Object |
JEditorPane.kitRegistryKey |
private static Object |
JEditorPane.kitTypeRegistryKey |
private static Object |
PopupFactory.LightWeightPopup.lightWeightPopupCacheKey |
private Object |
JFormattedTextField.mask
Masked used to set the AbstractFormatterFactory.
|
private static Object |
PopupFactory.MediumWeightPopup.mediumWeightPopupCacheKey |
private Object |
ProgressMonitor.message |
protected Object |
JOptionPane.message
Message to display.
|
private Object |
JTree.AccessibleJTree.AccessibleJTreeNode.obj |
private Object |
ProgressMonitor.AccessibleProgressMonitor.oldModelValue |
private Object |
JSpinner.AccessibleJSpinner.oldModelValue |
protected Object[] |
JOptionPane.options
Options to display to the user.
|
private static Object |
UIDefaults.PENDING |
private static Object |
JInternalFrame.PROPERTY_CHANGE_LISTENER_KEY |
private E |
JList.prototypeCellValue |
private E |
JComboBox.prototypeDisplayValue |
private static Object |
RepaintManager.repaintManagerKey |
private static Object |
TransferHandler.TransferAction.SandboxClipboardKey
Key used in app context to lookup Clipboard to use if access to
System clipboard is denied.
|
protected Object |
JComboBox.selectedItemReminder
This protected field is implementation specific.
|
(package private) Object |
DefaultComboBoxModel.selectedObject |
protected Object[] |
JOptionPane.selectionValues
Array of values the user can choose from.
|
private static Object |
JOptionPane.sharedFrameKey |
private static Object |
TimerQueue.sharedInstanceKey |
private static Object |
PopupFactory.SharedInstanceKey
The shared instanceof
PopupFactory is per
AppContext. |
private static Object |
SwingUtilities.sharedOwnerFrameKey |
private Object |
TransferHandler.TransferSupport.source
The source is a
DropTargetDragEvent or
DropTargetDropEvent for drops,
and a Transferable otherwise |
private Object |
TransferHandler.DropHandler.state |
private Object |
ArrayTable.table |
private static Object |
ToolTipManager.TOOL_TIP_MANAGER_KEY |
private static Object |
ImageIcon.TRACKER_KEY |
static Object |
JOptionPane.UNINITIALIZED_VALUE
Indicates that the user has not yet selected a value.
|
(package private) Object |
JTable.GenericEditor.value |
protected Object |
JOptionPane.value
Currently selected value, will be a valid option, or
UNINITIALIZED_VALUE or null. |
private Object |
JFormattedTextField.value
Last valid value.
|
protected Object |
DefaultCellEditor.EditorDelegate.value
The value of this cell.
|
| Modifier and Type | Field and Description |
|---|---|
private Iterator<Map.Entry<Object,Object>> |
MultiUIDefaults.MultiUIDefaultsEnumerator.iterator |
private Iterator<Map.Entry<Object,Object>> |
MultiUIDefaults.MultiUIDefaultsEnumerator.iterator |
private SwingWorker<URL,Object> |
JEditorPane.pageLoader |
private Hashtable<String,Object> |
JEditorPane.pageProperties |
private Map<Locale,Map<String,Object>> |
UIDefaults.resourceCache
Maps from a Locale to a cached Map of the ResourceBundle.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ActionMap.allKeys()
Returns an array of the keys defined in this
ActionMap and
its parent. |
(package private) static Object |
SwingUtilities.appContextGet(Object key) |
protected Object |
JFormattedTextField.AbstractFormatter.clone()
Clones the
AbstractFormatter. |
Object |
DefaultListSelectionModel.clone()
Returns a clone of this selection model with the same selection.
|
Object |
ArrayTable.clone() |
protected Object |
AbstractAction.clone()
Clones the abstract action.
|
Object |
UIDefaults.LazyValue.createValue(UIDefaults table)
Creates the actual value retrieved from the
UIDefaults
table. |
Object |
UIDefaults.ActiveValue.createValue(UIDefaults table)
Creates the value retrieved from the
UIDefaults table. |
Object |
UIDefaults.ProxyLazyValue.createValue(UIDefaults table)
Creates the value retrieved from the
UIDefaults table. |
Object |
UIDefaults.LazyInputMap.createValue(UIDefaults table)
Creates an
InputMap with the bindings that are
passed in. |
(package private) Object |
SpinnerListModel.findNextMatch(String substring)
Returns the next object that starts with
substring. |
Object |
InputMap.get(KeyStroke keyStroke)
Returns the binding for
keyStroke, messaging the
parent InputMap if the binding is not locally defined. |
static Object |
UIManager.get(Object key)
Returns an object from the defaults.
|
Object |
UIDefaults.get(Object key)
Returns the value for key.
|
Object |
UIDefaults.TextAndMnemonicHashMap.get(Object key) |
Object |
MultiUIDefaults.get(Object key) |
Object |
ArrayTable.get(Object key) |
static Object |
UIManager.get(Object key,
Locale l)
Returns an object from the defaults that is appropriate for
the given locale.
|
Object |
UIDefaults.get(Object key,
Locale l)
Returns the value for key associated with the given locale.
|
Object |
MultiUIDefaults.get(Object key,
Locale l) |
Object |
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionAnchor(int i)
Return an object that represents the link anchor,
as appropriate for that link.
|
Object |
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionObject(int i)
Returns a URL object that represents the link.
|
Object |
JLabel.AccessibleJLabel.LabelKeyBinding.getAccessibleKeyBinding(int i)
Returns a key binding for this object.
|
Object |
AbstractButton.AccessibleAbstractButton.ButtonKeyBinding.getAccessibleKeyBinding(int i)
Returns a key binding for this object.
|
private Object |
JTree.getArchivableExpandedState()
Returns an object that can be archived indicating what nodes are
expanded and what aren't.
|
Object |
JTable.GenericEditor.getCellEditorValue() |
Object |
DefaultCellEditor.getCellEditorValue()
Forwards the message from the
CellEditor to
the delegate. |
Object |
DefaultCellEditor.EditorDelegate.getCellEditorValue()
Returns the value of this cell.
|
Object |
CellEditor.getCellEditorValue()
Returns the value contained in the editor.
|
Object |
JComponent.getClientProperty(Object key)
Returns the value of the property with the specified key.
|
static Object |
LookAndFeel.getDesktopPropertyValue(String systemPropertyName,
Object fallbackValue)
Returns the value of the specified system desktop property by
invoking
Toolkit.getDefaultToolkit().getDesktopProperty(). |
private Object |
UIDefaults.getFromHashtable(Object key)
Looks up up the given key in our Hashtable and resolves LazyValues
or ActiveValues.
|
private Object |
UIDefaults.getFromResourceBundle(Object key,
Locale l)
Looks up given key in our resource bundles.
|
Object |
JOptionPane.getInitialSelectionValue()
Returns the input value that is displayed as initially selected to the user.
|
Object |
JOptionPane.getInitialValue()
Returns the initial value.
|
Object |
JOptionPane.getInputValue()
Returns the value the user has input, if
wantsInput
is true. |
Object |
ComboBoxEditor.getItem()
Return the edited item
|
Object[] |
AbstractAction.getKeys()
Returns an array of
Objects which are keys for
which values have been set for this AbstractAction,
or null if no keys have values set. |
Object[] |
ArrayTable.getKeys(Object[] keys)
Returns the keys of the table, or
null if there
are currently no bindings. |
Object |
JTree.getLastSelectedPathComponent()
Returns the last path component of the selected path.
|
Object |
JOptionPane.getMessage()
Returns the message-object this pane displays.
|
Object |
SpinnerNumberModel.getNextValue()
Returns the next number in the sequence.
|
Object |
SpinnerModel.getNextValue()
Return the object in the sequence that comes after the object returned
by
getValue(). |
Object |
SpinnerListModel.getNextValue()
Returns the next legal value of the underlying sequence or
null if value is already the last element. |
Object |
SpinnerDateModel.getNextValue()
Returns the next
Date in the sequence, or null if
the next date is after end. |
Object |
JSpinner.getNextValue()
Returns the object in the sequence that comes after the object returned
by
getValue(). |
Object[] |
JOptionPane.getOptions()
Returns the choices the user can make.
|
private Object |
JEditorPane.getPostData() |
Object |
SpinnerNumberModel.getPreviousValue()
Returns the previous number in the sequence.
|
Object |
SpinnerModel.getPreviousValue()
Return the object in the sequence that comes before the object returned
by
getValue(). |
Object |
SpinnerListModel.getPreviousValue()
Returns the previous element of the underlying sequence or
null if value is already the first element. |
Object |
SpinnerDateModel.getPreviousValue()
Returns the previous
Date in the sequence, or null
if the previous date is before start. |
Object |
JSpinner.getPreviousValue()
Returns the object in the sequence that comes
before the object returned by
getValue(). |
Object |
JComboBox.getSelectedItem()
Returns the current selected item.
|
Object |
DefaultComboBoxModel.getSelectedItem() |
Object |
ComboBoxModel.getSelectedItem()
Returns the selected item
|
Object[] |
JComboBox.getSelectedObjects()
Returns an array containing the selected item.
|
Object[] |
JCheckBoxMenuItem.getSelectedObjects()
Returns an array (length 1) containing the check box menu item
label or null if the check box is not selected.
|
Object[] |
DefaultButtonModel.getSelectedObjects()
Overridden to return
null. |
Object[] |
AbstractButton.getSelectedObjects()
Returns an array (length 1) containing the label or
null if the button is not selected. |
Object[] |
JList.getSelectedValues()
Deprecated.
As of JDK 1.7, replaced by
JList.getSelectedValuesList() |
Object[] |
JOptionPane.getSelectionValues()
Returns the input selection values.
|
Object |
TransferHandler.PropertyTransferable.getTransferData(DataFlavor flavor)
Returns an object which represents the data to be transferred.
|
Object |
SpinnerNumberModel.getValue()
Returns the value of the current element of the sequence.
|
Object |
SpinnerModel.getValue()
The current element of the sequence.
|
Object |
SpinnerListModel.getValue()
Returns the current element of the sequence.
|
Object |
SpinnerDateModel.getValue()
Returns the current element in this sequence of
Dates. |
Object |
JSpinner.getValue()
Returns the current value of the model, typically
this value is displayed by the
editor. |
Object |
JOptionPane.getValue()
Returns the value the user has selected.
|
Object |
JFormattedTextField.getValue()
Returns the last valid value.
|
abstract Object |
RowFilter.Entry.getValue(int index)
Returns the value at the specified index.
|
Object |
DefaultRowSorter.FilterEntry.getValue(int index) |
Object |
JSpinner.DisabledAction.getValue(String key) |
Object |
JComponent.ActionStandin.getValue(String key) |
Object |
Action.getValue(String key)
Gets one of this object's properties
using the associated key.
|
Object |
AbstractAction.getValue(String key)
Gets the
Object associated with the specified key. |
Object |
JTable.getValueAt(int row,
int column)
Returns the cell value at
row and column. |
abstract Object |
DefaultRowSorter.ModelWrapper.getValueAt(int row,
int column)
Returns the value at the specified index.
|
Object[] |
ActionMap.keys()
Returns the
Action names that are bound in this ActionMap. |
static Object |
LookAndFeel.makeIcon(Class<?> baseClass,
String gifFile)
Creates and returns a
UIDefault.LazyValue that loads an
image. |
Object |
MultiUIDefaults.MultiUIDefaultsEnumerator.nextElement() |
static Object |
UIManager.put(Object key,
Object value)
Stores an object in the developer defaults.
|
Object |
UIDefaults.put(Object key,
Object value)
Sets the value of
key to value for all locales. |
private Object |
Timer.readResolve() |
Object |
MultiUIDefaults.remove(Object key) |
Object |
ArrayTable.remove(Object key) |
(package private) Object |
JTree.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
(package private) Object |
JTable.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
(package private) Object |
JList.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
(package private) Object |
JComponent.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
static Object |
JOptionPane.showInputDialog(Component parentComponent,
Object message,
String title,
int messageType,
Icon icon,
Object[] selectionValues,
Object initialSelectionValue)
Prompts the user for input in a blocking dialog where the
initial selection, possible selections, and all other options can
be specified.
|
static Object |
JOptionPane.showInternalInputDialog(Component parentComponent,
Object message,
String title,
int messageType,
Icon icon,
Object[] selectionValues,
Object initialSelectionValue)
Prompts the user for input in a blocking internal dialog where
the initial selection, possible selections, and all other
options can be specified.
|
Object |
JSpinner.ListEditor.ListFormatter.stringToValue(String string) |
abstract Object |
JFormattedTextField.AbstractFormatter.stringToValue(String text)
Parses
text returning an arbitrary Object. |
Object[] |
DefaultListModel.toArray()
Returns an array containing all of the elements in this list in the
correct order.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Object> |
MultiUIDefaults.elements() |
Set<Map.Entry<Object,Object>> |
MultiUIDefaults.entrySet() |
Set<Map.Entry<Object,Object>> |
MultiUIDefaults.entrySet() |
private Map<String,Object> |
UIDefaults.getResourceCache(Locale l)
Returns a Map of the known resources for the given locale.
|
Enumeration<Object> |
MultiUIDefaults.keys() |
| Modifier and Type | Method and Description |
|---|---|
void |
JTabbedPane.add(Component component,
Object constraints)
Adds a
component to the tabbed pane. |
void |
JTabbedPane.add(Component component,
Object constraints,
int index)
Adds a
component at the specified tab index. |
protected void |
JWindow.addImpl(Component comp,
Object constraints,
int index)
Adds the specified child
Component. |
protected void |
JViewport.addImpl(Component child,
Object constraints,
int index)
Sets the
JViewport's one lightweight child,
which can be null. |
protected void |
JToolBar.addImpl(Component comp,
Object constraints,
int index)
If a
JButton is being added, it is initially
set to be disabled. |
protected void |
JSplitPane.addImpl(Component comp,
Object constraints,
int index)
Adds the specified component to this split pane.
|
protected void |
JRootPane.addImpl(Component comp,
Object constraints,
int index)
Overridden to enforce the position of the glass component as
the zero child.
|
protected void |
JLayeredPane.addImpl(Component comp,
Object constraints,
int index) |
protected void |
JLayer.addImpl(Component comp,
Object constraints,
int index)
This method is not supported by
JLayer
and always throws UnsupportedOperationException |
protected void |
JInternalFrame.addImpl(Component comp,
Object constraints,
int index)
Adds the specified child
Component. |
protected void |
JFrame.addImpl(Component comp,
Object constraints,
int index)
Adds the specified child
Component. |
protected void |
JDialog.addImpl(Component comp,
Object constraints,
int index)
Adds the specified child
Component. |
protected void |
JDesktopPane.addImpl(Component comp,
Object constraints,
int index)
Adds the specified component to this container at the specified
index.
|
protected void |
JApplet.addImpl(Component comp,
Object constraints,
int index)
Adds the specified child
Component. |
protected void |
CellRendererPane.addImpl(Component x,
Object constraints,
int index)
If the specified component is already a child of this then we don't
bother doing anything - stacking order doesn't matter for cell
renderer components (CellRendererPane doesn't paint anyway).<
|
protected void |
AbstractButton.addImpl(Component comp,
Object constraints,
int index)
Adds the specified component to this container at the specified
index, refer to
Container.addImpl(Component, Object, int)
for a complete description of this method. |
void |
SpringLayout.addLayoutComponent(Component component,
Object constraints)
If
constraints is an instance of
SpringLayout.Constraints,
associates the constraints with the specified component. |
void |
OverlayLayout.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to the layout, using the specified
constraint object.
|
void |
JToolBar.DefaultToolBarLayout.addLayoutComponent(Component comp,
Object constraints) |
void |
JRootPane.RootLayout.addLayoutComponent(Component comp,
Object constraints) |
void |
GroupLayout.addLayoutComponent(Component component,
Object constraints)
Notification that a
Component has been added to
the parent container. |
void |
BoxLayout.addLayoutComponent(Component comp,
Object constraints)
Not used by this class.
|
(package private) static Object |
SwingUtilities.appContextGet(Object key) |
(package private) static void |
SwingUtilities.appContextPut(Object key,
Object value) |
(package private) static void |
SwingUtilities.appContextRemove(Object key) |
private static void |
Spring.checkArg(Object s)
If
s is null, this throws an NullPointerException. |
(package private) void |
JComponent.clientPropertyChanged(Object key,
Object oldValue,
Object newValue) |
(package private) void |
AbstractButton.clientPropertyChanged(Object key,
Object oldValue,
Object newValue) |
void |
JComboBox.configureEditor(ComboBoxEditor anEditor,
Object anItem)
Initializes the editor with the specified item.
|
boolean |
DefaultListModel.contains(Object elem)
Tests whether the specified object is a component in this list.
|
boolean |
ArrayTable.containsKey(Object key) |
String |
JTree.convertValueToText(Object value,
boolean selected,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus)
Called by the renderers to convert the specified value to
text.
|
void |
DefaultListModel.copyInto(Object[] anArray)
Copies the components of this list into the specified array.
|
static void |
JTree.DynamicUtilTreeNode.createChildren(DefaultMutableTreeNode parent,
Object children)
Adds to parent all the children in
children. |
protected static TreeModel |
JTree.createTreeModel(Object value)
Returns a
TreeModel wrapping the specified object. |
(package private) boolean |
JPasswordField.customSetUIProperty(String propertyName,
Object value)
This method is a hack to get around the fact that we cannot
directly override setUIProperty because part of the inheritance heirarchy
goes outside of the javax.swing package, and therefore calling a package
private method isn't allowed.
|
boolean |
RowSorter.SortKey.equals(Object o)
Returns true if this object equals the specified object.
|
boolean |
KeyboardManager.ComponentKeyStrokePair.equals(Object o) |
protected void |
AbstractListModel.fireContentsChanged(Object source,
int index0,
int index1)
AbstractListModel subclasses must call this method
after
one or more elements of the list change. |
protected void |
AbstractListModel.fireIntervalAdded(Object source,
int index0,
int index1)
AbstractListModel subclasses must call this method
after
one or more elements are added to the model. |
protected void |
AbstractListModel.fireIntervalRemoved(Object source,
int index0,
int index1)
AbstractListModel subclasses must call this method
after one or more elements are removed from the model. |
protected void |
UIDefaults.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes.
|
void |
SwingWorker.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Reports a bound property update to any registered listeners.
|
protected void |
JViewport.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Notifies listeners of a property change.
|
void |
JComboBox.AccessibleJComboBox.EditorAccessibleContext.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes.
|
protected void |
DefaultListCellRenderer.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Overridden for performance reasons.
|
protected void |
AbstractAction.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Supports reporting bound property changes.
|
protected void |
JComponent.fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
Supports reporting constrained property changes.
|
static Object |
UIManager.get(Object key)
Returns an object from the defaults.
|
Object |
UIDefaults.get(Object key)
Returns the value for key.
|
Object |
UIDefaults.TextAndMnemonicHashMap.get(Object key) |
Object |
MultiUIDefaults.get(Object key) |
Object |
ArrayTable.get(Object key) |
Action |
ActionMap.get(Object key)
Returns the binding for
key, messaging the
parent ActionMap if the binding is not locally defined. |
static Object |
UIManager.get(Object key,
Locale l)
Returns an object from the defaults that is appropriate for
the given locale.
|
Object |
UIDefaults.get(Object key,
Locale l)
Returns the value for key associated with the given locale.
|
Object |
MultiUIDefaults.get(Object key,
Locale l) |
static boolean |
UIManager.getBoolean(Object key)
Returns a boolean from the defaults which is associated with
the key value.
|
boolean |
UIDefaults.getBoolean(Object key)
If the value of
key is boolean, return the
boolean value, otherwise return false. |
static boolean |
UIManager.getBoolean(Object key,
Locale l)
Returns a boolean from the defaults which is associated with
the key value and the given
Locale. |
boolean |
UIDefaults.getBoolean(Object key,
Locale l)
If the value of
key for the given Locale
is boolean, return the boolean value, otherwise return false. |
static Border |
UIManager.getBorder(Object key)
Returns a border from the defaults.
|
Border |
UIDefaults.getBorder(Object key)
If the value of
key is a Border return it,
otherwise return null. |
static Border |
UIManager.getBorder(Object key,
Locale l)
Returns a border from the defaults that is appropriate
for the given locale.
|
Border |
UIDefaults.getBorder(Object key,
Locale l)
If the value of
key for the given Locale
is a Border return it, otherwise return null. |
private Class[] |
UIDefaults.ProxyLazyValue.getClassArray(Object[] args) |
Object |
JComponent.getClientProperty(Object key)
Returns the value of the property with the specified key.
|
static Color |
UIManager.getColor(Object key)
Returns a color from the defaults.
|
Color |
UIDefaults.getColor(Object key)
If the value of
key is a Color return it,
otherwise return null. |
static Color |
UIManager.getColor(Object key,
Locale l)
Returns a color from the defaults that is appropriate
for the given locale.
|
Color |
UIDefaults.getColor(Object key,
Locale l)
If the value of
key for the given Locale
is a Color return it, otherwise return null. |
TableColumn |
JTable.getColumn(Object identifier)
Returns the
TableColumn object for the column in the table
whose identifier is equal to identifier, when compared using
equals. |
private JFormattedTextField.AbstractFormatterFactory |
JFormattedTextField.getDefaultFormatterFactory(Object type)
Returns an AbstractFormatterFactory suitable for the passed in
Object type.
|
static Object |
LookAndFeel.getDesktopPropertyValue(String systemPropertyName,
Object fallbackValue)
Returns the value of the specified system desktop property by
invoking
Toolkit.getDefaultToolkit().getDesktopProperty(). |
static Dimension |
UIManager.getDimension(Object key)
Returns a dimension from the defaults.
|
Dimension |
UIDefaults.getDimension(Object key)
If the value of
key is a Dimension return it,
otherwise return null. |
static Dimension |
UIManager.getDimension(Object key,
Locale l)
Returns a dimension from the defaults that is appropriate
for the given locale.
|
Dimension |
UIDefaults.getDimension(Object key,
Locale l)
If the value of
key for the given Locale
is a Dimension return it, otherwise return null. |
static Font |
UIManager.getFont(Object key)
Returns a font from the defaults.
|
Font |
UIDefaults.getFont(Object key)
If the value of
key is a Font return it,
otherwise return null. |
static Font |
UIManager.getFont(Object key,
Locale l)
Returns a font from the defaults that is appropriate
for the given locale.
|
Font |
UIDefaults.getFont(Object key,
Locale l)
If the value of
key for the given Locale
is a Font return it, otherwise return null. |
private Object |
UIDefaults.getFromHashtable(Object key)
Looks up up the given key in our Hashtable and resolves LazyValues
or ActiveValues.
|
private Object |
UIDefaults.getFromResourceBundle(Object key,
Locale l)
Looks up given key in our resource bundles.
|
static Icon |
UIManager.getIcon(Object key)
Returns an
Icon from the defaults. |
Icon |
UIDefaults.getIcon(Object key)
If the value of
key is an Icon return it,
otherwise return null. |
static Icon |
UIManager.getIcon(Object key,
Locale l)
Returns an
Icon from the defaults that is appropriate
for the given locale. |
Icon |
UIDefaults.getIcon(Object key,
Locale l)
If the value of
key for the given Locale
is an Icon return it, otherwise return null. |
int |
DefaultComboBoxModel.getIndexOf(Object anObject)
Returns the index-position of the specified object in the list.
|
static Insets |
UIManager.getInsets(Object key)
Returns an
Insets object from the defaults. |
Insets |
UIDefaults.getInsets(Object key)
If the value of
key is an Insets return it,
otherwise return null. |
static Insets |
UIManager.getInsets(Object key,
Locale l)
Returns an
Insets object from the defaults that is
appropriate for the given locale. |
Insets |
UIDefaults.getInsets(Object key,
Locale l)
If the value of
key for the given Locale
is an Insets return it, otherwise return null. |
static int |
UIManager.getInt(Object key)
Returns an integer from the defaults.
|
int |
UIDefaults.getInt(Object key)
If the value of
key is an Integer return its
integer value, otherwise return 0. |
static int |
UIManager.getInt(Object key,
Locale l)
Returns an integer from the defaults that is appropriate
for the given locale.
|
int |
UIDefaults.getInt(Object key,
Locale l)
If the value of
key for the given Locale
is an Integer return its integer value, otherwise return 0. |
Object[] |
ArrayTable.getKeys(Object[] keys)
Returns the keys of the table, or
null if there
are currently no bindings. |
Component |
DefaultListCellRenderer.getListCellRendererComponent(JList<?> list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus) |
static String |
UIManager.getString(Object key)
Returns a string from the defaults.
|
String |
UIDefaults.getString(Object key)
If the value of
key is a String return it,
otherwise return null. |
(package private) static String |
UIManager.getString(Object key,
Component c)
Returns a string from the defaults that is appropriate for the
given locale.
|
static String |
UIManager.getString(Object key,
Locale l)
Returns a string from the defaults that is appropriate for the
given locale.
|
String |
UIDefaults.getString(Object key,
Locale l)
If the value of
key for the given Locale
is a String return it, otherwise return null. |
Component |
JTable.GenericEditor.getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
Component |
DefaultCellEditor.getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
Implements the
TableCellEditor interface. |
Component |
JTable.BooleanRenderer.getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
Component |
DefaultCellEditor.getTreeCellEditorComponent(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row)
Implements the
TreeCellEditor interface. |
private void |
JEditorPane.handlePostData(HttpURLConnection conn,
Object postData) |
int |
DefaultListModel.indexOf(Object elem)
Searches for the first occurrence of
elem. |
int |
DefaultListModel.indexOf(Object elem,
int index)
Searches for the first occurrence of
elem, beginning
the search at index. |
static void |
LookAndFeel.installProperty(JComponent c,
String propertyName,
Object propertyValue)
Convenience method for installing a property with the specified name
and value on a component if that property has not already been set
by the developer.
|
boolean |
TransferHandler.TransferAction.isEnabled(Object sender) |
int |
DefaultListModel.lastIndexOf(Object elem)
Returns the index of the last occurrence of
elem. |
int |
DefaultListModel.lastIndexOf(Object elem,
int index)
Searches backwards for
elem, starting from the
specified index, and returns an index to it. |
static void |
LookAndFeel.loadKeyBindings(InputMap retMap,
Object[] keys)
Populates an
InputMap with the specified bindings. |
static ComponentInputMap |
LookAndFeel.makeComponentInputMap(JComponent c,
Object[] keys)
Creates a
ComponentInputMapUIResource from
keys. |
static InputMap |
LookAndFeel.makeInputMap(Object[] keys)
Creates a
InputMapUIResource from keys. |
static JTextComponent.KeyBinding[] |
LookAndFeel.makeKeyBindings(Object[] keyBindingList)
Convenience method for building an array of
KeyBindings. |
static boolean |
SwingUtilities.notifyAction(Action action,
KeyStroke ks,
KeyEvent event,
Object sender,
int modifiers)
Invokes
actionPerformed on action if
action is enabled (and non-null). |
private String |
UIDefaults.ProxyLazyValue.printArgs(Object[] array) |
protected void |
SwingWorker.publish(V... chunks)
Sends data chunks to the
SwingWorker.process(java.util.List<V>) method. |
void |
InputMap.put(KeyStroke keyStroke,
Object actionMapKey)
Adds a binding for
keyStroke to actionMapKey. |
void |
ComponentInputMap.put(KeyStroke keyStroke,
Object actionMapKey)
Adds a binding for
keyStroke to actionMapKey. |
void |
ActionMap.put(Object key,
Action action)
Adds a binding for
key to action. |
static Object |
UIManager.put(Object key,
Object value)
Stores an object in the developer defaults.
|
Object |
UIDefaults.put(Object key,
Object value)
Sets the value of
key to value for all locales. |
void |
ArrayTable.put(Object key,
Object value) |
void |
JComponent.putClientProperty(Object key,
Object value)
Adds an arbitrary key/value "client property" to this component.
|
void |
UIDefaults.putDefaults(Object[] keyValueList)
Puts all of the key/value pairs in the database and
unconditionally generates one
PropertyChangeEvent. |
void |
JSpinner.DisabledAction.putValue(String key,
Object value) |
void |
JComponent.ActionStandin.putValue(String key,
Object value) |
void |
Action.putValue(String key,
Object value)
Sets one of this object's properties
using the associated key.
|
void |
AbstractAction.putValue(String key,
Object newValue)
Sets the
Value associated with the specified key. |
void |
JEditorPane.read(InputStream in,
Object desc)
This method initializes from a stream.
|
Object |
MultiUIDefaults.remove(Object key) |
Object |
ArrayTable.remove(Object key) |
void |
ActionMap.remove(Object key)
Removes the binding for
key from this ActionMap. |
void |
MutableComboBoxModel.removeElement(Object obj)
Removes an item from the model.
|
boolean |
DefaultListModel.removeElement(Object obj)
Removes the first (lowest-indexed) occurrence of the argument
from this list.
|
void |
DefaultComboBoxModel.removeElement(Object anObject) |
void |
JComboBox.removeItem(Object anObject)
Removes an item from the item list.
|
(package private) Object |
JTree.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
(package private) Object |
JTable.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
(package private) Object |
JList.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
(package private) Object |
JComponent.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
void |
JOptionPane.setInitialSelectionValue(Object newValue)
Sets the input value that is initially displayed as selected to the user.
|
void |
JOptionPane.setInitialValue(Object newInitialValue)
Sets the initial value that is to be enabled -- the
Component
that has the focus when the pane is initially displayed. |
void |
JOptionPane.setInputValue(Object newValue)
Sets the input value that was selected or input by the user.
|
void |
ComboBoxEditor.setItem(Object anObject)
Set the item that should be edited.
|
void |
JList.setListData(E[] listData)
Constructs a read-only
ListModel from an array of items,
and calls setModel with this model. |
void |
JOptionPane.setMessage(Object newMessage)
Sets the option pane's message-object.
|
void |
JOptionPane.setOptions(Object[] newOptions)
Sets the options this pane displays.
|
void |
JComboBox.setSelectedItem(Object anObject)
Sets the selected item in the combo box display area to the object in
the argument.
|
void |
DefaultComboBoxModel.setSelectedItem(Object anObject)
Set the value of the selected item.
|
void |
ComboBoxModel.setSelectedItem(Object anItem)
Set the selected item.
|
void |
JList.setSelectedValue(Object anObject,
boolean shouldScroll)
Selects the specified object from the list.
|
void |
JOptionPane.setSelectionValues(Object[] newValues)
Sets the input selection values for a pane that provides the user
with a list of items to choose from.
|
(package private) void |
JTree.setUIProperty(String propertyName,
Object value) |
(package private) void |
JTable.setUIProperty(String propertyName,
Object value) |
(package private) void |
JSplitPane.setUIProperty(String propertyName,
Object value) |
(package private) void |
JDesktopPane.setUIProperty(String propertyName,
Object value) |
(package private) void |
JComponent.setUIProperty(String propertyName,
Object value) |
(package private) void |
AbstractButton.setUIProperty(String propertyName,
Object value) |
void |
SpinnerNumberModel.setValue(Object value)
Sets the current value for this sequence.
|
void |
SpinnerModel.setValue(Object value)
Changes current value of the model, typically this value is displayed
by the
editor part of a JSpinner. |
void |
SpinnerListModel.setValue(Object elt)
Changes the current element of the sequence and notifies
ChangeListeners. |
void |
SpinnerDateModel.setValue(Object value)
Sets the current
Date for this sequence. |
void |
JTable.DoubleRenderer.setValue(Object value) |
void |
JTable.DateRenderer.setValue(Object value) |
void |
JTable.IconRenderer.setValue(Object value) |
void |
JSpinner.setValue(Object value)
Changes current value of the model, typically
this value is displayed by the
editor. |
void |
JOptionPane.setValue(Object newValue)
Sets the value the user has chosen.
|
void |
JFormattedTextField.setValue(Object value)
Sets the value that will be formatted by an
AbstractFormatter obtained from the current
AbstractFormatterFactory. |
void |
DefaultCellEditor.EditorDelegate.setValue(Object value)
Sets the value of this cell.
|
void |
Renderer.setValue(Object aValue,
boolean isSelected)
Specifies the value to display and whether or not the
value should be portrayed as "currently selected".
|
private void |
JFormattedTextField.setValue(Object value,
boolean createFormat,
boolean firePC)
Does the setting of the value.
|
void |
JTable.setValueAt(Object aValue,
int row,
int column)
Sets the value for the cell in the table model at
row
and column. |
static int |
JOptionPane.showConfirmDialog(Component parentComponent,
Object message)
Brings up a dialog with the options Yes,
No and Cancel; with the
title, Select an Option.
|
static int |
JOptionPane.showConfirmDialog(Component parentComponent,
Object message,
String title,
int optionType)
Brings up a dialog where the number of choices is determined
by the
optionType parameter. |
static int |
JOptionPane.showConfirmDialog(Component parentComponent,
Object message,
String title,
int optionType,
int messageType)
Brings up a dialog where the number of choices is determined
by the
optionType parameter, where the
messageType
parameter determines the icon to display. |
static int |
JOptionPane.showConfirmDialog(Component parentComponent,
Object message,
String title,
int optionType,
int messageType,
Icon icon)
Brings up a dialog with a specified icon, where the number of
choices is determined by the
optionType parameter. |
static String |
JOptionPane.showInputDialog(Component parentComponent,
Object message)
Shows a question-message dialog requesting input from the user
parented to
parentComponent. |
static String |
JOptionPane.showInputDialog(Component parentComponent,
Object message,
Object initialSelectionValue)
Shows a question-message dialog requesting input from the user and
parented to
parentComponent. |
static String |
JOptionPane.showInputDialog(Component parentComponent,
Object message,
String title,
int messageType)
Shows a dialog requesting input from the user parented to
parentComponent with the dialog having the title
title and message type messageType. |
static Object |
JOptionPane.showInputDialog(Component parentComponent,
Object message,
String title,
int messageType,
Icon icon,
Object[] selectionValues,
Object initialSelectionValue)
Prompts the user for input in a blocking dialog where the
initial selection, possible selections, and all other options can
be specified.
|
static Object |
JOptionPane.showInputDialog(Component parentComponent,
Object message,
String title,
int messageType,
Icon icon,
Object[] selectionValues,
Object initialSelectionValue)
Prompts the user for input in a blocking dialog where the
initial selection, possible selections, and all other options can
be specified.
|
static String |
JOptionPane.showInputDialog(Object message)
Shows a question-message dialog requesting input from the user.
|
static String |
JOptionPane.showInputDialog(Object message,
Object initialSelectionValue)
Shows a question-message dialog requesting input from the user, with
the input value initialized to
initialSelectionValue. |
static int |
JOptionPane.showInternalConfirmDialog(Component parentComponent,
Object message)
Brings up an internal dialog panel with the options Yes, No
and Cancel; with the title, Select an Option.
|
static int |
JOptionPane.showInternalConfirmDialog(Component parentComponent,
Object message,
String title,
int optionType)
Brings up a internal dialog panel where the number of choices
is determined by the
optionType parameter. |
static int |
JOptionPane.showInternalConfirmDialog(Component parentComponent,
Object message,
String title,
int optionType,
int messageType)
Brings up an internal dialog panel where the number of choices
is determined by the
optionType parameter, where
the messageType parameter determines the icon to display. |
static int |
JOptionPane.showInternalConfirmDialog(Component parentComponent,
Object message,
String title,
int optionType,
int messageType,
Icon icon)
Brings up an internal dialog panel with a specified icon, where
the number of choices is determined by the
optionType
parameter. |
static String |
JOptionPane.showInternalInputDialog(Component parentComponent,
Object message)
Shows an internal question-message dialog requesting input from
the user parented to
parentComponent. |
static String |
JOptionPane.showInternalInputDialog(Component parentComponent,
Object message,
String title,
int messageType)
Shows an internal dialog requesting input from the user parented
to
parentComponent with the dialog having the title
title and message type messageType. |
static Object |
JOptionPane.showInternalInputDialog(Component parentComponent,
Object message,
String title,
int messageType,
Icon icon,
Object[] selectionValues,
Object initialSelectionValue)
Prompts the user for input in a blocking internal dialog where
the initial selection, possible selections, and all other
options can be specified.
|
static Object |
JOptionPane.showInternalInputDialog(Component parentComponent,
Object message,
String title,
int messageType,
Icon icon,
Object[] selectionValues,
Object initialSelectionValue)
Prompts the user for input in a blocking internal dialog where
the initial selection, possible selections, and all other
options can be specified.
|
static void |
JOptionPane.showInternalMessageDialog(Component parentComponent,
Object message)
Brings up an internal confirmation dialog panel.
|
static void |
JOptionPane.showInternalMessageDialog(Component parentComponent,
Object message,
String title,
int messageType)
Brings up an internal dialog panel that displays a message
using a default icon determined by the
messageType
parameter. |
static void |
JOptionPane.showInternalMessageDialog(Component parentComponent,
Object message,
String title,
int messageType,
Icon icon)
Brings up an internal dialog panel displaying a message,
specifying all parameters.
|
static int |
JOptionPane.showInternalOptionDialog(Component parentComponent,
Object message,
String title,
int optionType,
int messageType,
Icon icon,
Object[] options,
Object initialValue)
Brings up an internal dialog panel with a specified icon, where
the initial choice is determined by the
initialValue
parameter and the number of choices is determined by the
optionType parameter. |
static int |
JOptionPane.showInternalOptionDialog(Component parentComponent,
Object message,
String title,
int optionType,
int messageType,
Icon icon,
Object[] options,
Object initialValue)
Brings up an internal dialog panel with a specified icon, where
the initial choice is determined by the
initialValue
parameter and the number of choices is determined by the
optionType parameter. |
static void |
JOptionPane.showMessageDialog(Component parentComponent,
Object message)
Brings up an information-message dialog titled "Message".
|
static void |
JOptionPane.showMessageDialog(Component parentComponent,
Object message,
String title,
int messageType)
Brings up a dialog that displays a message using a default
icon determined by the
messageType parameter. |
static void |
JOptionPane.showMessageDialog(Component parentComponent,
Object message,
String title,
int messageType,
Icon icon)
Brings up a dialog displaying a message, specifying all parameters.
|
static int |
JOptionPane.showOptionDialog(Component parentComponent,
Object message,
String title,
int optionType,
int messageType,
Icon icon,
Object[] options,
Object initialValue)
Brings up a dialog with a specified icon, where the initial
choice is determined by the
initialValue parameter and
the number of choices is determined by the optionType
parameter. |
static int |
JOptionPane.showOptionDialog(Component parentComponent,
Object message,
String title,
int optionType,
int messageType,
Icon icon,
Object[] options,
Object initialValue)
Brings up a dialog with a specified icon, where the initial
choice is determined by the
initialValue parameter and
the number of choices is determined by the optionType
parameter. |
private void |
JTree.unarchiveExpandedState(Object state)
Updates the expanded state of nodes in the tree based on the
previously archived state
state. |
(package private) static void |
SwingUtilities.updateRendererOrEditorUI(Object rendererOrEditor) |
String |
JSpinner.ListEditor.ListFormatter.valueToString(Object value) |
abstract String |
JFormattedTextField.AbstractFormatter.valueToString(Object value)
Returns the string value to display for
value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RowFilter.GeneralFilter.include(RowFilter.Entry<? extends Object,? extends Object> value) |
boolean |
RowFilter.GeneralFilter.include(RowFilter.Entry<? extends Object,? extends Object> value) |
protected abstract boolean |
RowFilter.GeneralFilter.include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
protected abstract boolean |
RowFilter.GeneralFilter.include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
protected boolean |
RowFilter.RegexFilter.include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
protected boolean |
RowFilter.RegexFilter.include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
protected boolean |
RowFilter.DateFilter.include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
protected boolean |
RowFilter.DateFilter.include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
protected boolean |
RowFilter.NumberFilter.include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
protected boolean |
RowFilter.NumberFilter.include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
| Constructor and Description |
|---|
DefaultComboBoxModel(E[] items)
Constructs a DefaultComboBoxModel object initialized with
an array of objects.
|
JComboBox(E[] items)
Creates a
JComboBox that contains the elements
in the specified array. |
JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory,
Object currentValue)
Creates a
JFormattedTextField with the specified
AbstractFormatterFactory and initial value. |
JFormattedTextField(Object value)
Creates a JFormattedTextField with the specified value.
|
JList(E[] listData)
Constructs a
JList that displays the elements in
the specified array. |
JOptionPane(Object message)
Creates a instance of
JOptionPane to display a
message using the
plain-message message type and the default options delivered by
the UI. |
JOptionPane(Object message,
int messageType)
Creates an instance of
JOptionPane to display a message
with the specified message type and the default options, |
JOptionPane(Object message,
int messageType,
int optionType)
Creates an instance of
JOptionPane to display a message
with the specified message type and options. |
JOptionPane(Object message,
int messageType,
int optionType,
Icon icon)
Creates an instance of
JOptionPane to display a message
with the specified message type, options, and icon. |
JOptionPane(Object message,
int messageType,
int optionType,
Icon icon,
Object[] options)
Creates an instance of
JOptionPane to display a message
with the specified message type, icon, and options. |
JOptionPane(Object message,
int messageType,
int optionType,
Icon icon,
Object[] options)
Creates an instance of
JOptionPane to display a message
with the specified message type, icon, and options. |
JOptionPane(Object message,
int messageType,
int optionType,
Icon icon,
Object[] options,
Object initialValue)
Creates an instance of
JOptionPane to display a message
with the specified message type, icon, and options, with the
initially-selected option specified. |
JOptionPane(Object message,
int messageType,
int optionType,
Icon icon,
Object[] options,
Object initialValue)
Creates an instance of
JOptionPane to display a message
with the specified message type, icon, and options, with the
initially-selected option specified. |
JTable(Object[][] rowData,
Object[] columnNames)
Constructs a
JTable to display the values in the two dimensional array,
rowData, with column names, columnNames. |
JTable(Object[][] rowData,
Object[] columnNames)
Constructs a
JTable to display the values in the two dimensional array,
rowData, with column names, columnNames. |
JTree.DynamicUtilTreeNode(Object value,
Object children)
Creates a node with the specified object as its value and
with the specified children.
|
JTree(Object[] value)
Returns a
JTree with each element of the
specified array as the
child of a new root node which is not displayed. |
KeyboardManager.ComponentKeyStrokePair(Object comp,
Object key) |
ProgressMonitor.ProgressOptionPane(Object messageList) |
ProgressMonitor(Component parentComponent,
Object message,
String note,
int min,
int max)
Constructs a graphic object that shows progress, typically by filling
in a rectangular bar as the process nears completion.
|
ProgressMonitor(Component parentComponent,
Object message,
String note,
int min,
int max,
ProgressMonitor group) |
ProgressMonitorInputStream(Component parentComponent,
Object message,
InputStream in)
Constructs an object to monitor the progress of an input stream.
|
SpinnerListModel(Object[] values)
Constructs a
SpinnerModel whose sequence of values
is defined by the specified array. |
SwingWorker.SwingWorkerPropertyChangeSupport(Object source) |
UIDefaults.LazyInputMap(Object[] bindings) |
UIDefaults.ProxyLazyValue(String c,
Object[] o)
Creates a
LazyValue which will construct an instance
when asked. |
UIDefaults.ProxyLazyValue(String c,
String m,
Object[] o)
Creates a
LazyValue which will construct an instance
when asked. |
UIDefaults(Object[] keyValueList)
Creates a defaults table initialized with the specified
key/value pairs.
|
| Constructor and Description |
|---|
MultiUIDefaults.MultiUIDefaultsEnumerator(MultiUIDefaults.MultiUIDefaultsEnumerator.Type type,
Set<Map.Entry<Object,Object>> entries) |
MultiUIDefaults.MultiUIDefaultsEnumerator(MultiUIDefaults.MultiUIDefaultsEnumerator.Type type,
Set<Map.Entry<Object,Object>> entries) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBorder
A class that implements an empty border with no size.
|
class |
BevelBorder
A class which implements a simple two-line bevel border.
|
class |
CompoundBorder
A composite Border class used to compose two Border objects
into a single border by nesting an inside Border object within
the insets of an outside Border object.
|
class |
EmptyBorder
A class which provides an empty, transparent border which
takes up space but does no drawing.
|
class |
EtchedBorder
A class which implements a simple etched border which can
either be etched-in or etched-out.
|
class |
LineBorder
A class which implements a line border of arbitrary thickness
and of a single color.
|
class |
MatteBorder
A class which provides a matte-like border of either a solid color
or a tiled icon.
|
class |
SoftBevelBorder
A class which implements a raised or lowered bevel with
softened corners.
|
class |
StrokeBorder
A class which implements a border of an arbitrary stroke.
|
class |
TitledBorder
A class which implements an arbitrary border
with the addition of a String title in a
specified position and justification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColorChooserPanel
This is the abstract superclass for color choosers.
|
class |
ColorChooserComponentFactory
A class designed to produce preconfigured "accessory" objects to
insert into color choosers.
|
(package private) class |
ColorChooserPanel |
(package private) class |
ColorModel |
(package private) class |
ColorModelCMYK |
(package private) class |
ColorModelHSL |
(package private) class |
ColorModelHSV |
(package private) class |
ColorPanel |
class |
DefaultColorSelectionModel
A generic implementation of
ColorSelectionModel. |
(package private) class |
DefaultPreviewPanel
The standard preview panel for the color chooser.
|
(package private) class |
DefaultSwatchChooserPanel
The standard color swatch chooser.
|
private class |
DefaultSwatchChooserPanel.MainSwatchKeyListener |
(package private) class |
DefaultSwatchChooserPanel.MainSwatchListener |
private class |
DefaultSwatchChooserPanel.RecentSwatchKeyListener |
(package private) class |
DefaultSwatchChooserPanel.RecentSwatchListener |
(package private) class |
DiagramComponent |
(package private) class |
MainSwatchPanel |
(package private) class |
RecentSwatchPanel |
(package private) class |
SlidingSpinner |
(package private) class |
SmartGridLayout
A better GridLayout class
|
(package private) class |
SwatchPanel |
(package private) class |
ValueFormatter |
| Modifier and Type | Method and Description |
|---|---|
Object |
ValueFormatter.stringToValue(String text) |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
AbstractColorChooserPanel.getInt(Object key,
int defaultValue)
Returns an integer from the defaults table.
|
String |
ValueFormatter.valueToString(Object object) |
| Modifier and Type | Class and Description |
|---|---|
class |
AncestorEvent
An event reported to a child component that originated from an
ancestor in the component hierarchy.
|
class |
CaretEvent
CaretEvent is used to notify interested parties that
the text caret has changed in the event source.
|
class |
ChangeEvent
ChangeEvent is used to notify interested parties that
state has changed in the event source.
|
static class |
DocumentEvent.EventType
Enumeration for document event types
|
class |
EventListenerList
A class that holds a list of EventListeners.
|
class |
HyperlinkEvent
HyperlinkEvent is used to notify interested parties that
something has happened with respect to a hypertext link.
|
static class |
HyperlinkEvent.EventType
Defines the ENTERED, EXITED, and ACTIVATED event types, along
with their string representations, returned by toString().
|
class |
InternalFrameAdapter
An abstract adapter class for receiving internal frame events.
|
class |
InternalFrameEvent
An
AWTEvent that adds support for
JInternalFrame objects as the event source. |
class |
ListDataEvent
Defines an event that encapsulates changes to a list.
|
class |
ListSelectionEvent
An event that characterizes a change in selection.
|
class |
MenuDragMouseEvent
MenuDragMouseEvent is used to notify interested parties that
the menu element has received a MouseEvent forwarded to it
under drag conditions.
|
class |
MenuEvent
MenuEvent is used to notify interested parties that
the menu which is the event source has been posted,
selected, or canceled.
|
class |
MenuKeyEvent
MenuKeyEvent is used to notify interested parties that
the menu element has received a KeyEvent forwarded to it
in a menu tree.
|
class |
MouseInputAdapter
An empty implementation of the
MouseInputListener interface, provided
as a convenience to simplify the task of creating listeners, by extending
and implementing only the methods of interest. |
class |
PopupMenuEvent
PopupMenuEvent only contains the source of the event which is the JPoupMenu
sending the event
|
class |
RowSorterEvent
RowSorterEvent provides notification of changes to
a RowSorter. |
class |
SwingPropertyChangeSupport
This subclass of
java.beans.PropertyChangeSupport is almost
identical in functionality. |
class |
TableColumnModelEvent
TableColumnModelEvent is used to notify listeners that a table
column model has changed, such as a column was added, removed, or
moved.
|
class |
TableModelEvent
TableModelEvent is used to notify listeners that a table model
has changed.
|
class |
TreeExpansionEvent
An event used to identify a single path in a tree.
|
class |
TreeModelEvent
Encapsulates information describing changes to a tree model, and
used to notify tree model listeners of the change.
|
class |
TreeSelectionEvent
An event that characterizes a change in the current
selection.
|
class |
UndoableEditEvent
An event indicating that an operation which can be undone has occurred.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
TreeModelEvent.children
Children that have been removed.
|
protected Object[] |
EventListenerList.listenerList |
private static Object[] |
EventListenerList.NULL_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
Object |
TreeSelectionEvent.cloneWithSource(Object newSource)
Returns a copy of the receiver, but with the source being newSource.
|
Object[] |
TreeModelEvent.getChildren()
Returns the objects that are children of the node identified by
getPath at the locations specified by
getChildIndices. |
Object[] |
EventListenerList.getListenerList()
Passes back the event listener list as an array
of ListenerType-listener pairs.
|
Object[] |
TreeModelEvent.getPath()
Convenience method to get the array of objects from the TreePath
instance that this event wraps.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
TreeSelectionEvent.cloneWithSource(Object newSource)
Returns a copy of the receiver, but with the source being newSource.
|
private int |
EventListenerList.getListenerCount(Object[] list,
Class t) |
| Constructor and Description |
|---|
CaretEvent(Object source)
Creates a new CaretEvent object.
|
ChangeEvent(Object source)
Constructs a ChangeEvent object.
|
HyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL u)
Creates a new object representing a hypertext link event.
|
HyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL u,
String desc)
Creates a new object representing a hypertext link event.
|
HyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL u,
String desc,
Element sourceElement)
Creates a new object representing a hypertext link event.
|
HyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL u,
String desc,
Element sourceElement,
InputEvent inputEvent)
Creates a new object representing a hypertext link event.
|
ListDataEvent(Object source,
int type,
int index0,
int index1)
Constructs a ListDataEvent object.
|
ListSelectionEvent(Object source,
int firstIndex,
int lastIndex,
boolean isAdjusting)
Represents a change in selection status between
firstIndex and
lastIndex, inclusive. |
MenuEvent(Object source)
Constructs a MenuEvent object.
|
PopupMenuEvent(Object source)
Constructs a PopupMenuEvent object.
|
SwingPropertyChangeSupport(Object sourceBean)
Constructs a SwingPropertyChangeSupport object.
|
SwingPropertyChangeSupport(Object sourceBean,
boolean notifyOnEDT)
Constructs a SwingPropertyChangeSupport object.
|
TreeExpansionEvent(Object source,
TreePath path)
Constructs a TreeExpansionEvent object.
|
TreeModelEvent(Object source,
Object[] path)
Used to create an event when the node structure has changed in some way,
identifying the path to the root of a modified subtree as an array of
Objects.
|
TreeModelEvent(Object source,
Object[] path)
Used to create an event when the node structure has changed in some way,
identifying the path to the root of a modified subtree as an array of
Objects.
|
TreeModelEvent(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Used to create an event when nodes have been changed, inserted, or
removed, identifying the path to the parent of the modified items as
an array of Objects.
|
TreeModelEvent(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Used to create an event when nodes have been changed, inserted, or
removed, identifying the path to the parent of the modified items as
an array of Objects.
|
TreeModelEvent(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Used to create an event when nodes have been changed, inserted, or
removed, identifying the path to the parent of the modified items as
an array of Objects.
|
TreeModelEvent(Object source,
TreePath path)
Used to create an event when the node structure has changed in some way,
identifying the path to the root of the modified subtree as a TreePath
object.
|
TreeModelEvent(Object source,
TreePath path,
int[] childIndices,
Object[] children)
Used to create an event when nodes have been changed, inserted, or
removed, identifying the path to the parent of the modified items as
a TreePath object.
|
TreeModelEvent(Object source,
TreePath path,
int[] childIndices,
Object[] children)
Used to create an event when nodes have been changed, inserted, or
removed, identifying the path to the parent of the modified items as
a TreePath object.
|
TreeSelectionEvent(Object source,
TreePath[] paths,
boolean[] areNew,
TreePath oldLeadSelectionPath,
TreePath newLeadSelectionPath)
Represents a change in the selection of a TreeSelectionModel.
|
TreeSelectionEvent(Object source,
TreePath path,
boolean isNew,
TreePath oldLeadSelectionPath,
TreePath newLeadSelectionPath)
Represents a change in the selection of a TreeSelectionModel.
|
UndoableEditEvent(Object source,
UndoableEdit edit)
Constructs an UndoableEditEvent object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileFilter
FileFilter is an abstract class used by JFileChooser
for filtering the set of files shown to the user. |
class |
FileNameExtensionFilter
An implementation of
FileFilter that filters using a
specified set of extensions. |
class |
FileSystemView
FileSystemView is JFileChooser's gateway to the
file system.
|
(package private) static class |
FileSystemView.FileSystemRoot |
class |
FileView
FileView defines an abstract class that can be implemented
to provide the filechooser with UI information for a File. |
(package private) class |
GenericFileSystemView
Fallthrough FileSystemView in case we can't determine the OS.
|
(package private) class |
UnixFileSystemView
FileSystemView that handles some specific unix-isms.
|
(package private) class |
WindowsFileSystemView
FileSystemView that handles some specific windows concepts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionMapUIResource
A subclass of javax.swing.ActionMap that implements UIResource.
|
class |
BorderUIResource |
static class |
BorderUIResource.BevelBorderUIResource |
static class |
BorderUIResource.CompoundBorderUIResource |
static class |
BorderUIResource.EmptyBorderUIResource |
static class |
BorderUIResource.EtchedBorderUIResource |
static class |
BorderUIResource.LineBorderUIResource |
static class |
BorderUIResource.MatteBorderUIResource |
static class |
BorderUIResource.TitledBorderUIResource |
class |
ButtonUI
Pluggable look and feel interface for JButton.
|
class |
ColorChooserUI
Pluggable look and feel interface for JColorChooser.
|
class |
ColorUIResource |
class |
ComboBoxUI
Pluggable look and feel interface for JComboBox.
|
class |
ComponentInputMapUIResource
A subclass of javax.swing.ComponentInputMap that implements UIResource.
|
class |
ComponentUI
The base class for all UI delegate objects in the Swing pluggable
look and feel architecture.
|
class |
DesktopIconUI
Pluggable look and feel interface for JDesktopIcon.
|
class |
DesktopPaneUI
Pluggable look and feel interface for JDesktopPane.
|
class |
DimensionUIResource |
class |
FileChooserUI
Pluggable look and feel interface for
JFileChooser. |
class |
FontUIResource
A subclass of java.awt.Font that implements UIResource.
|
class |
IconUIResource
An Icon wrapper class which implements UIResource.
|
class |
InputMapUIResource
A subclass of javax.swing.InputMap that implements UIResource.
|
class |
InsetsUIResource |
class |
InternalFrameUI
Pluggable look and feel interface for JInternalFrame.
|
class |
LabelUI
Pluggable look and feel interface for JLabel.
|
class |
LayerUI<V extends Component>
The base class for all
JLayer's UI delegates. |
class |
ListUI
The
JList pluggable look and feel delegate. |
class |
MenuBarUI
Pluggable look and feel interface for JMenuBar.
|
class |
MenuItemUI
Pluggable look and feel interface for JMenuItem.
|
class |
OptionPaneUI
Pluggable look and feel interface for JOptionPane.
|
class |
PanelUI
Pluggable look and feel interface for Panel.
|
class |
PopupMenuUI
Pluggable look and feel interface for JPopupMenu.
|
class |
ProgressBarUI
Pluggable look and feel interface for JProgressBar.
|
class |
RootPaneUI
Pluggable look and feel interface for JRootPane.
|
class |
ScrollBarUI
Pluggable look and feel interface for JScrollBar.
|
class |
ScrollPaneUI
Pluggable look and feel interface for JScrollPane.
|
class |
SeparatorUI
Pluggable look and feel interface for JSeparator.
|
class |
SliderUI
Pluggable look and feel interface for JSlider.
|
class |
SpinnerUI
Pluggable look and feel interface for JSpinner
|
class |
SplitPaneUI
Pluggable look and feel interface for JSplitPane.
|
class |
TabbedPaneUI
Pluggable look and feel interface for JTabbedPane.
|
class |
TableHeaderUI
Pluggable look and feel interface for JTableHeader.
|
class |
TableUI
Pluggable look and feel interface for JTable.
|
class |
TextUI
Text editor user interface
|
class |
ToolBarUI
Pluggable look and feel interface for JToolBar.
|
class |
ToolTipUI
Pluggable look and feel interface for JToolTip.
|
class |
TreeUI
Pluggable look and feel interface for JTree.
|
class |
ViewportUI
Pluggable look and feel interface for JViewport.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LayerUI.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes for Object properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicArrowButton
JButton object that draws a scaled Arrow in one of the cardinal directions.
|
class |
BasicBorders
Factory object that can vend Borders appropriate for the basic L & F.
|
static class |
BasicBorders.ButtonBorder |
static class |
BasicBorders.FieldBorder |
static class |
BasicBorders.MarginBorder |
static class |
BasicBorders.MenuBarBorder |
static class |
BasicBorders.RadioButtonBorder |
static class |
BasicBorders.RolloverButtonBorder
Special thin border for rollover toolbar buttons.
|
(package private) static class |
BasicBorders.RolloverMarginBorder
A border which is like a Margin border but it will only honor the margin
if the margin has been explicitly set by the developer.
|
static class |
BasicBorders.SplitPaneBorder
Draws the border around the splitpane.
|
(package private) static class |
BasicBorders.SplitPaneDividerBorder
Draws the border around the divider in a splitpane
(when BasicSplitPaneUI is used).
|
static class |
BasicBorders.ToggleButtonBorder |
class |
BasicButtonListener
Button Listener
|
private static class |
BasicButtonListener.Actions
Actions for Buttons.
|
class |
BasicButtonUI
BasicButton implementation
|
class |
BasicCheckBoxMenuItemUI
BasicCheckboxMenuItem implementation
|
class |
BasicCheckBoxUI
CheckboxUI implementation for BasicCheckboxUI
|
class |
BasicColorChooserUI
Provides the basic look and feel for a JColorChooser.
|
(package private) static class |
BasicColorChooserUI.ColorTransferHandler |
private class |
BasicColorChooserUI.Handler |
class |
BasicColorChooserUI.PropertyHandler
This class should be treated as a "protected" inner class.
|
class |
BasicComboBoxEditor
The default editor for editable combo boxes.
|
(package private) static class |
BasicComboBoxEditor.BorderlessTextField |
static class |
BasicComboBoxEditor.UIResource
A subclass of BasicComboBoxEditor that implements UIResource.
|
class |
BasicComboBoxRenderer
ComboBox renderer
|
static class |
BasicComboBoxRenderer.UIResource
A subclass of BasicComboBoxRenderer that implements UIResource.
|
class |
BasicComboBoxUI
Basic UI implementation for JComboBox.
|
private static class |
BasicComboBoxUI.Actions |
class |
BasicComboBoxUI.ComboBoxLayoutManager
This layout manager handles the 'standard' layout of combo boxes.
|
(package private) class |
BasicComboBoxUI.DefaultKeySelectionManager |
class |
BasicComboBoxUI.FocusHandler
This listener hides the popup when the focus is lost.
|
private class |
BasicComboBoxUI.Handler |
class |
BasicComboBoxUI.ItemHandler
This listener watches for changes to the selection in the
combo box.
|
class |
BasicComboBoxUI.KeyHandler
This listener checks to see if the key event isn't a navigation key.
|
class |
BasicComboBoxUI.ListDataHandler
This listener watches for changes in the
ComboBoxModel. |
class |
BasicComboBoxUI.PropertyChangeHandler
This listener watches for bound properties that have changed in the
combo box.
|
class |
BasicComboPopup
This is a basic implementation of the
ComboPopup interface. |
private class |
BasicComboPopup.AutoScrollActionHandler |
private static class |
BasicComboPopup.EmptyListModelClass |
private class |
BasicComboPopup.Handler |
class |
BasicComboPopup.InvocationKeyHandler
As of Java 2 platform v 1.4, this class is now obsolete and is only included for
backwards API compatibility.
|
protected class |
BasicComboPopup.InvocationMouseHandler
A listener to be registered upon the combo box
(not its popup menu)
to handle mouse events
that affect the state of the popup menu.
|
protected class |
BasicComboPopup.InvocationMouseMotionHandler
This listener watches for dragging and updates the current selection in the
list if it is dragging over the list.
|
protected class |
BasicComboPopup.ItemHandler
This listener watches for changes to the selection in the
combo box.
|
class |
BasicComboPopup.ListDataHandler
As of 1.4, this class is now obsolete, doesn't do anything, and
is only included for backwards API compatibility.
|
protected class |
BasicComboPopup.ListMouseHandler
This listener hides the popup when the mouse is released in the list.
|
protected class |
BasicComboPopup.ListMouseMotionHandler
This listener changes the selected item as you move the mouse over the list.
|
protected class |
BasicComboPopup.ListSelectionHandler
As of Java 2 platform v 1.4, this class is now obsolete, doesn't do anything, and
is only included for backwards API compatibility.
|
protected class |
BasicComboPopup.PropertyChangeHandler
This listener watches for bound properties that have changed in the
combo box.
|
class |
BasicDesktopIconUI
Basic L&F for a minimized window on a desktop.
|
class |
BasicDesktopIconUI.MouseInputHandler
Listens for mouse movements and acts on them.
|
class |
BasicDesktopPaneUI
Basic L&F for a desktop.
|
private static class |
BasicDesktopPaneUI.Actions |
private class |
BasicDesktopPaneUI.BasicDesktopManager
The default DesktopManager installed by the UI.
|
protected class |
BasicDesktopPaneUI.CloseAction
Handles closing an internal frame.
|
private class |
BasicDesktopPaneUI.Handler |
protected class |
BasicDesktopPaneUI.MaximizeAction
Handles maximizing an internal frame.
|
protected class |
BasicDesktopPaneUI.MinimizeAction
Handles minimizing an internal frame.
|
protected class |
BasicDesktopPaneUI.NavigateAction
Handles navigating to the next internal frame.
|
protected class |
BasicDesktopPaneUI.OpenAction
Handles restoring a minimized or maximized internal frame.
|
class |
BasicDirectoryModel
Basic implementation of a file list.
|
(package private) class |
BasicDirectoryModel.DoChangeContents |
(package private) class |
BasicDirectoryModel.LoadFilesThread |
class |
BasicEditorPaneUI
Provides the look and feel for a JEditorPane.
|
(package private) static class |
BasicEditorPaneUI.StyleSheetUIResource |
class |
BasicFileChooserUI
Basic L&F implementation of a FileChooser.
|
protected class |
BasicFileChooserUI.AcceptAllFileFilter |
protected class |
BasicFileChooserUI.ApproveSelectionAction
Responds to an Open or Save request
|
protected class |
BasicFileChooserUI.BasicFileView |
protected class |
BasicFileChooserUI.CancelSelectionAction
Responds to a cancel request.
|
protected class |
BasicFileChooserUI.ChangeToParentDirectoryAction |
protected class |
BasicFileChooserUI.DoubleClickListener |
(package private) static class |
BasicFileChooserUI.FileTransferHandler
Data transfer support for the file chooser.
|
(package private) static class |
BasicFileChooserUI.FileTransferHandler.FileTransferable |
(package private) class |
BasicFileChooserUI.GlobFilter |
protected class |
BasicFileChooserUI.GoHomeAction
Acts on the "home" key event or equivalent event.
|
private class |
BasicFileChooserUI.Handler |
protected class |
BasicFileChooserUI.NewFolderAction
Creates a new folder.
|
protected class |
BasicFileChooserUI.SelectionListener |
protected class |
BasicFileChooserUI.UpdateAction
Rescans the files in the current directory
|
class |
BasicFormattedTextFieldUI
Provides the look and feel implementation for
JFormattedTextField. |
class |
BasicGraphicsUtils |
class |
BasicHTML
Support for providing html views for the swing components.
|
(package private) static class |
BasicHTML.BasicDocument
The subclass of HTMLDocument that is used as the model.
|
(package private) static class |
BasicHTML.BasicEditorKit
The views produced for the ComponentUI implementations aren't
going to be edited and don't need full html support.
|
(package private) static class |
BasicHTML.BasicHTMLViewFactory
BasicHTMLViewFactory extends HTMLFactory to force images to be loaded
synchronously.
|
(package private) static class |
BasicHTML.Renderer
Root text view that acts as an HTML renderer.
|
class |
BasicIconFactory
Factory object that can vend Icons appropriate for the basic L & F.
|
private static class |
BasicIconFactory.CheckBoxIcon |
private static class |
BasicIconFactory.CheckBoxMenuItemIcon |
private static class |
BasicIconFactory.EmptyFrameIcon |
private static class |
BasicIconFactory.MenuArrowIcon |
private static class |
BasicIconFactory.MenuItemArrowIcon |
private static class |
BasicIconFactory.MenuItemCheckIcon |
private static class |
BasicIconFactory.RadioButtonIcon |
private static class |
BasicIconFactory.RadioButtonMenuItemIcon |
class |
BasicInternalFrameTitlePane
The class that manages a basic title bar
|
class |
BasicInternalFrameTitlePane.CloseAction
This class should be treated as a "protected" inner class.
|
private class |
BasicInternalFrameTitlePane.Handler |
class |
BasicInternalFrameTitlePane.IconifyAction
This class should be treated as a "protected" inner class.
|
class |
BasicInternalFrameTitlePane.MaximizeAction
This class should be treated as a "protected" inner class.
|
class |
BasicInternalFrameTitlePane.MoveAction
This class should be treated as a "protected" inner class.
|
private class |
BasicInternalFrameTitlePane.NoFocusButton |
class |
BasicInternalFrameTitlePane.PropertyChangeHandler
This class should be treated as a "protected" inner class.
|
class |
BasicInternalFrameTitlePane.RestoreAction
This class should be treated as a "protected" inner class.
|
private class |
BasicInternalFrameTitlePane.ShowSystemMenuAction |
class |
BasicInternalFrameTitlePane.SizeAction
This class should be treated as a "protected" inner class.
|
class |
BasicInternalFrameTitlePane.SystemMenuBar
This class should be treated as a "protected" inner class.
|
class |
BasicInternalFrameTitlePane.TitlePaneLayout
This class should be treated as a "protected" inner class.
|
class |
BasicInternalFrameUI
A basic L&F implementation of JInternalFrame.
|
protected class |
BasicInternalFrameUI.BasicInternalFrameListener |
protected class |
BasicInternalFrameUI.BorderListener
Listens for border adjustments.
|
protected class |
BasicInternalFrameUI.ComponentHandler |
protected class |
BasicInternalFrameUI.GlassPaneDispatcher |
private class |
BasicInternalFrameUI.Handler |
class |
BasicInternalFrameUI.InternalFrameLayout |
class |
BasicInternalFrameUI.InternalFramePropertyChangeListener |
class |
BasicLabelUI
A Windows L&F implementation of LabelUI.
|
private static class |
BasicLabelUI.Actions |
class |
BasicListUI
An extensible implementation of
ListUI. |
private static class |
BasicListUI.Actions |
class |
BasicListUI.FocusHandler
This class should be treated as a "protected" inner class.
|
private class |
BasicListUI.Handler |
class |
BasicListUI.ListDataHandler
The ListDataListener that's added to the JLists model at
installUI time, and whenever the JList.model property changes.
|
class |
BasicListUI.ListSelectionHandler
The ListSelectionListener that's added to the JLists selection
model at installUI time, and whenever the JList.selectionModel property
changes.
|
(package private) static class |
BasicListUI.ListTransferHandler |
class |
BasicListUI.MouseInputHandler
Mouse input, and focus handling for JList.
|
class |
BasicListUI.PropertyChangeHandler
The PropertyChangeListener that's added to the JList at
installUI time.
|
class |
BasicLookAndFeel
A base class to use in creating a look and feel for Swing.
|
private class |
BasicLookAndFeel.AudioAction
Pass the name String to the super constructor.
|
(package private) class |
BasicLookAndFeel.AWTEventHelper
This class contains listener that watches for all the mouse
events that can possibly invoke popup on the component
|
class |
BasicMenuBarUI
A default L&F implementation of MenuBarUI.
|
private static class |
BasicMenuBarUI.Actions |
private class |
BasicMenuBarUI.Handler |
class |
BasicMenuItemUI
BasicMenuItem implementation
|
private static class |
BasicMenuItemUI.Actions |
(package private) class |
BasicMenuItemUI.Handler |
protected class |
BasicMenuItemUI.MouseInputHandler |
class |
BasicMenuUI
A default L&F implementation of MenuUI.
|
private static class |
BasicMenuUI.Actions |
class |
BasicMenuUI.ChangeHandler
As of Java 2 platform 1.4, this previously undocumented class
is now obsolete.
|
private class |
BasicMenuUI.Handler |
protected class |
BasicMenuUI.MouseInputHandler
Instantiated and used by a menu item to handle the current menu selection
from mouse events.
|
class |
BasicOptionPaneUI
Provides the basic look and feel for a
JOptionPane. |
private static class |
BasicOptionPaneUI.Actions
Registered in the ActionMap.
|
class |
BasicOptionPaneUI.ButtonActionListener
This class should be treated as a "protected" inner class.
|
static class |
BasicOptionPaneUI.ButtonAreaLayout
ButtonAreaLayout behaves in a similar manner to
FlowLayout. |
private static class |
BasicOptionPaneUI.ButtonFactory
This class is used to create the default buttons.
|
private static class |
BasicOptionPaneUI.ButtonFactory.ConstrainedButton |
private class |
BasicOptionPaneUI.Handler |
private static class |
BasicOptionPaneUI.MultiplexingTextField
A JTextField that allows you to specify an array of KeyStrokes that
that will have their bindings processed regardless of whether or
not they are registered on the JTextField.
|
class |
BasicOptionPaneUI.PropertyChangeHandler
This class should be treated as a "protected" inner class.
|
class |
BasicPanelUI
BasicPanel implementation
|
class |
BasicPasswordFieldUI
Provides the Windows look and feel for a password field.
|
class |
BasicPopupMenuSeparatorUI
A Basic L&F implementation of PopupMenuSeparatorUI.
|
class |
BasicPopupMenuUI
A Windows L&F implementation of PopupMenuUI.
|
private static class |
BasicPopupMenuUI.Actions |
private class |
BasicPopupMenuUI.BasicMenuKeyListener
Handles mnemonic for children JMenuItems.
|
private class |
BasicPopupMenuUI.BasicPopupMenuListener
This Listener fires the Action that provides the correct auditory
feedback.
|
(package private) static class |
BasicPopupMenuUI.MenuKeyboardHelper
This helper is added to MenuSelectionManager as a ChangeListener to
listen to menu selection changes.
|
(package private) static class |
BasicPopupMenuUI.MouseGrabber |
class |
BasicProgressBarUI
A Basic L&F implementation of ProgressBarUI.
|
private class |
BasicProgressBarUI.Animator
Implements an animation thread that invokes repaint
at a fixed rate.
|
class |
BasicProgressBarUI.ChangeHandler
This class should be treated as a "protected" inner class.
|
private class |
BasicProgressBarUI.Handler |
class |
BasicRadioButtonMenuItemUI
BasicRadioButtonMenuItem implementation
|
class |
BasicRadioButtonUI
RadioButtonUI implementation for BasicRadioButtonUI
|
private class |
BasicRadioButtonUI.ButtonGroupInfo
ButtonGroupInfo, used to get related info in button group
for given radio button
|
private class |
BasicRadioButtonUI.KeyHandler
Radiobutton KeyListener
|
private class |
BasicRadioButtonUI.SelectNextBtn |
private class |
BasicRadioButtonUI.SelectPreviousBtn |
class |
BasicRootPaneUI
Basic implementation of RootPaneUI, there is one shared between all
JRootPane instances.
|
(package private) static class |
BasicRootPaneUI.Actions |
private static class |
BasicRootPaneUI.RootPaneInputMap |
class |
BasicScrollBarUI
Implementation of ScrollBarUI for the Basic Look and Feel
|
private static class |
BasicScrollBarUI.Actions
Used for scrolling the scrollbar.
|
protected class |
BasicScrollBarUI.ArrowButtonListener
Listener for cursor keys.
|
private class |
BasicScrollBarUI.Handler |
protected class |
BasicScrollBarUI.ModelListener
A listener to listen for model changes.
|
class |
BasicScrollBarUI.PropertyChangeHandler |
protected class |
BasicScrollBarUI.ScrollListener
Listener for scrolling events initiated in the
ScrollPane. |
protected class |
BasicScrollBarUI.TrackListener
Track mouse drags.
|
class |
BasicScrollPaneUI
A default L&F implementation of ScrollPaneUI.
|
private static class |
BasicScrollPaneUI.Actions |
(package private) class |
BasicScrollPaneUI.Handler |
class |
BasicScrollPaneUI.HSBChangeListener
Horizontal scrollbar listener.
|
protected class |
BasicScrollPaneUI.MouseWheelHandler
MouseWheelHandler is an inner class which implements the
MouseWheelListener interface.
|
class |
BasicScrollPaneUI.PropertyChangeHandler |
class |
BasicScrollPaneUI.ViewportChangeHandler
Listener for viewport events.
|
class |
BasicScrollPaneUI.VSBChangeListener
Vertical scrollbar listener.
|
class |
BasicSeparatorUI
A Basic L&F implementation of SeparatorUI.
|
class |
BasicSliderUI
A Basic L&F implementation of SliderUI.
|
private static class |
BasicSliderUI.Actions |
class |
BasicSliderUI.ActionScroller
As of Java 2 platform v1.3 this undocumented class is no longer used.
|
class |
BasicSliderUI.ChangeHandler
Data model listener.
|
class |
BasicSliderUI.ComponentHandler
Listener for resizing events.
|
class |
BasicSliderUI.FocusHandler
Focus-change listener.
|
private class |
BasicSliderUI.Handler |
class |
BasicSliderUI.PropertyChangeHandler |
class |
BasicSliderUI.ScrollListener
Scroll-event listener.
|
(package private) static class |
BasicSliderUI.SharedActionScroller
A static version of the above.
|
class |
BasicSliderUI.TrackListener
Track mouse movements.
|
class |
BasicSpinnerUI
The default Spinner UI delegate.
|
private static class |
BasicSpinnerUI.ArrowButtonHandler
A handler for spinner arrow button mouse and action events.
|
private static class |
BasicSpinnerUI.Handler |
class |
BasicSplitPaneDivider
Divider used by BasicSplitPaneUI.
|
protected class |
BasicSplitPaneDivider.DividerLayout
Used to layout a
BasicSplitPaneDivider. |
protected class |
BasicSplitPaneDivider.DragController
Handles the events during a dragging session for a
HORIZONTAL_SPLIT oriented split pane.
|
protected class |
BasicSplitPaneDivider.MouseHandler
MouseHandler is responsible for converting mouse events
(released, dragged...) into the appropriate DragController
methods.
|
private class |
BasicSplitPaneDivider.OneTouchActionHandler
Listeners installed on the one touch expandable buttons.
|
protected class |
BasicSplitPaneDivider.VerticalDragController
Handles the events during a dragging session for a
VERTICAL_SPLIT oriented split pane.
|
class |
BasicSplitPaneUI
A Basic L&F implementation of the SplitPaneUI.
|
private static class |
BasicSplitPaneUI.Actions |
class |
BasicSplitPaneUI.BasicHorizontalLayoutManager
LayoutManager for JSplitPanes that have an orientation of
HORIZONTAL_SPLIT.
|
class |
BasicSplitPaneUI.BasicVerticalLayoutManager
LayoutManager used for JSplitPanes with an orientation of
VERTICAL_SPLIT.
|
class |
BasicSplitPaneUI.FocusHandler
Implementation of the FocusListener that the JSplitPane UI uses.
|
private class |
BasicSplitPaneUI.Handler |
class |
BasicSplitPaneUI.KeyboardDownRightHandler
Implementation of an ActionListener that the JSplitPane UI uses for
handling specific key presses.
|
class |
BasicSplitPaneUI.KeyboardEndHandler
Implementation of an ActionListener that the JSplitPane UI uses for
handling specific key presses.
|
class |
BasicSplitPaneUI.KeyboardHomeHandler
Implementation of an ActionListener that the JSplitPane UI uses for
handling specific key presses.
|
class |
BasicSplitPaneUI.KeyboardResizeToggleHandler
Implementation of an ActionListener that the JSplitPane UI uses for
handling specific key presses.
|
class |
BasicSplitPaneUI.KeyboardUpLeftHandler
Implementation of an ActionListener that the JSplitPane UI uses for
handling specific key presses.
|
class |
BasicSplitPaneUI.PropertyHandler
Implementation of the PropertyChangeListener
that the JSplitPane UI uses.
|
class |
BasicTabbedPaneUI
A Basic L&F implementation of TabbedPaneUI.
|
private static class |
BasicTabbedPaneUI.Actions |
private class |
BasicTabbedPaneUI.CroppedEdge |
class |
BasicTabbedPaneUI.FocusHandler
This class should be treated as a "protected" inner class.
|
private class |
BasicTabbedPaneUI.Handler |
class |
BasicTabbedPaneUI.MouseHandler
This class should be treated as a "protected" inner class.
|
class |
BasicTabbedPaneUI.PropertyChangeHandler
This class should be treated as a "protected" inner class.
|
private class |
BasicTabbedPaneUI.ScrollableTabButton |
private class |
BasicTabbedPaneUI.ScrollableTabPanel |
private class |
BasicTabbedPaneUI.ScrollableTabSupport |
private class |
BasicTabbedPaneUI.ScrollableTabViewport |
class |
BasicTabbedPaneUI.TabbedPaneLayout
This class should be treated as a "protected" inner class.
|
private class |
BasicTabbedPaneUI.TabbedPaneScrollLayout |
private class |
BasicTabbedPaneUI.TabContainer |
class |
BasicTabbedPaneUI.TabSelectionHandler
This class should be treated as a "protected" inner class.
|
class |
BasicTableHeaderUI
BasicTableHeaderUI implementation
|
private static class |
BasicTableHeaderUI.Actions |
class |
BasicTableHeaderUI.MouseInputHandler
This class should be treated as a "protected" inner class.
|
class |
BasicTableUI
BasicTableUI implementation
|
private static class |
BasicTableUI.Actions |
class |
BasicTableUI.FocusHandler
This class should be treated as a "protected" inner class.
|
private class |
BasicTableUI.Handler |
class |
BasicTableUI.KeyHandler
This class should be treated as a "protected" inner class.
|
class |
BasicTableUI.MouseInputHandler
This class should be treated as a "protected" inner class.
|
(package private) static class |
BasicTableUI.TableTransferHandler |
class |
BasicTextAreaUI
Provides the look and feel for a plain text editor.
|
(package private) static class |
BasicTextAreaUI.PlainParagraph
Paragraph for representing plain-text lines that support
bidirectional text.
|
(package private) static class |
BasicTextAreaUI.PlainParagraph.LogicalView
This class can be used to represent a logical view for
a flow.
|
class |
BasicTextFieldUI
Basis of a look and feel for a JTextField.
|
(package private) static class |
BasicTextFieldUI.I18nFieldView
A field view that support bidirectional text via the
support provided by ParagraphView.
|
class |
BasicTextPaneUI
Provides the look and feel for a styled text editor.
|
class |
BasicTextUI
Basis of a text components look-and-feel.
|
static class |
BasicTextUI.BasicCaret |
(package private) static class |
BasicTextUI.BasicCursor |
static class |
BasicTextUI.BasicHighlighter |
(package private) static class |
BasicTextUI.DragListener
Listens for mouse events for the purposes of detecting drag gestures.
|
(package private) class |
BasicTextUI.FocusAction
Registered in the ActionMap.
|
(package private) class |
BasicTextUI.RootView
Root view that acts as a gateway between the component
and the View hierarchy.
|
(package private) class |
BasicTextUI.TextActionWrapper
Wrapper for text actions to return isEnabled false in case editor is non editable
|
(package private) static class |
BasicTextUI.TextTransferHandler |
(package private) static class |
BasicTextUI.TextTransferHandler.TextTransferable
A possible implementation of the Transferable interface
for text components.
|
(package private) class |
BasicTextUI.UpdateHandler
Handles updates from various places.
|
class |
BasicToggleButtonUI
BasicToggleButton implementation
|
class |
BasicToolBarSeparatorUI
A Basic L&F implementation of ToolBarSeparatorUI.
|
class |
BasicToolBarUI
A Basic L&F implementation of ToolBarUI.
|
private static class |
BasicToolBarUI.Actions |
class |
BasicToolBarUI.DockingListener
This class should be treated as a "protected" inner class.
|
protected class |
BasicToolBarUI.DragWindow |
protected class |
BasicToolBarUI.FrameListener |
private class |
BasicToolBarUI.Handler |
protected class |
BasicToolBarUI.PropertyListener |
protected class |
BasicToolBarUI.ToolBarContListener |
protected class |
BasicToolBarUI.ToolBarFocusListener |
class |
BasicToolTipUI
Standard tool tip L&F.
|
private static class |
BasicToolTipUI.PropertyChangeHandler |
(package private) class |
BasicTransferable
A transferable implementation for the default data transfer of some Swing
components.
|
class |
BasicTreeUI
The basic L&F for a hierarchical data structure.
|
private static class |
BasicTreeUI.Actions |
class |
BasicTreeUI.CellEditorHandler
Listener responsible for getting cell editing events and updating
the tree accordingly.
|
class |
BasicTreeUI.ComponentHandler
Updates the preferred size when scrolling (if necessary).
|
class |
BasicTreeUI.FocusHandler
Repaints the lead selection row when focus is lost/gained.
|
private class |
BasicTreeUI.Handler |
class |
BasicTreeUI.KeyHandler
This is used to get mutliple key down events to appropriately generate
events.
|
class |
BasicTreeUI.MouseHandler
TreeMouseListener is responsible for updating the selection
based on mouse events.
|
class |
BasicTreeUI.MouseInputHandler
MouseInputHandler handles passing all mouse events,
including mouse motion events, until the mouse is released to
the destination it is constructed with.
|
class |
BasicTreeUI.NodeDimensionsHandler
Class responsible for getting size of node, method is forwarded
to BasicTreeUI method.
|
class |
BasicTreeUI.PropertyChangeHandler
PropertyChangeListener for the tree.
|
class |
BasicTreeUI.SelectionModelPropertyChangeHandler
Listener on the TreeSelectionModel, resets the row selection if
any of the properties of the model change.
|
class |
BasicTreeUI.TreeCancelEditingAction
ActionListener that invokes cancelEditing when action performed.
|
class |
BasicTreeUI.TreeExpansionHandler
Updates the TreeState in response to nodes expanding/collapsing.
|
class |
BasicTreeUI.TreeHomeAction
TreeHomeAction is used to handle end/home actions.
|
class |
BasicTreeUI.TreeIncrementAction
TreeIncrementAction is used to handle up/down actions.
|
class |
BasicTreeUI.TreeModelHandler
Forwards all TreeModel events to the TreeState.
|
class |
BasicTreeUI.TreePageAction
TreePageAction handles page up and page down events.
|
class |
BasicTreeUI.TreeSelectionHandler
Listens for changes in the selection model and updates the display
accordingly.
|
class |
BasicTreeUI.TreeToggleAction
For the first selected row expandedness will be toggled.
|
(package private) static class |
BasicTreeUI.TreeTransferHandler |
class |
BasicTreeUI.TreeTraverseAction
TreeTraverseAction is the action used for left/right keys. |
class |
BasicViewportUI
BasicViewport implementation
|
(package private) class |
CenterLayout
Center-positioning layout manager.
|
class |
DefaultMenuLayout
The default layout manager for Popup menus and menubars.
|
(package private) class |
DragRecognitionSupport
Drag gesture recognition support for classes that have a
TransferHandler. |
(package private) class |
LazyActionMap
An ActionMap that populates its contents as necessary.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
LazyActionMap._loader
Object to invoke
loadActionMap on. |
private Object |
BasicLookAndFeel.audioLock
Lock used when manipulating clipPlaying.
|
private static Object |
BasicButtonUI.BASIC_BUTTON_UI_KEY |
private static Object |
BasicCheckBoxUI.BASIC_CHECK_BOX_UI_KEY |
private static Object |
BasicLabelUI.BASIC_LABEL_UI_KEY |
private static Object |
BasicRadioButtonUI.BASIC_RADIO_BUTTON_UI_KEY |
private static Object |
BasicToggleButtonUI.BASIC_TOGGLE_BUTTON_UI_KEY |
private static Object |
BasicComboBoxUI.COMBO_UI_LIST_CELL_RENDERER_KEY |
(package private) Object[] |
BasicFileChooserUI.FileTransferHandler.FileTransferable.fileData |
private Object |
BasicComboBoxEditor.oldValue |
| Modifier and Type | Field and Description |
|---|---|
private Hashtable<Component,Object> |
BasicTextUI.UpdateHandler.constraints
The "layout constraints" for the LayoutManager2 implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
LazyActionMap.allKeys() |
protected Object[] |
BasicOptionPaneUI.getButtons()
Returns the buttons to display from the JOptionPane the receiver is
providing the look and feel for.
|
Object |
BasicDirectoryModel.getElementAt(int index) |
Object |
BasicComboPopup.EmptyListModelClass.getElementAt(int index) |
Object |
BasicComboBoxEditor.getItem() |
protected Object |
BasicOptionPaneUI.getMessage()
Returns the message to display from the JOptionPane the receiver is
providing the look and feel for.
|
protected Object |
BasicTransferable.getRicherData(DataFlavor flavor) |
protected Object |
BasicTextUI.TextTransferHandler.TextTransferable.getRicherData(DataFlavor flavor)
The only richer format supported is the file list flavor
|
protected Object |
BasicFileChooserUI.FileTransferHandler.FileTransferable.getRicherData(DataFlavor flavor)
The only richer format supported is the file list flavor
|
Object |
BasicTransferable.getTransferData(DataFlavor flavor)
Returns an object which represents the data to be transferred.
|
(package private) static Object |
BasicLookAndFeel.getUIOfType(ComponentUI ui,
Class klass)
Returns the ui that is of type
klass, or null if
one can not be found. |
Object[] |
LazyActionMap.keys() |
Object |
BasicLookAndFeel.AWTEventHelper.run() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicOptionPaneUI.addButtonComponents(Container container,
Object[] buttons,
int initialIndex)
Creates the appropriate object to represent each of the objects in
buttons and adds it to container. |
void |
BasicTextUI.UpdateHandler.addLayoutComponent(Component comp,
Object constraint)
Adds the specified component to the layout, using the specified
constraint object.
|
void |
BasicSplitPaneUI.BasicHorizontalLayoutManager.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to the layout, using the specified
constraint object.
|
protected void |
BasicOptionPaneUI.addMessageComponents(Container container,
GridBagConstraints cons,
Object msg,
int maxll,
boolean internallyCreated)
Creates the appropriate object to represent
msg and
places it into container. |
boolean |
BasicDirectoryModel.contains(Object o) |
(package private) boolean |
BasicRadioButtonUI.ButtonGroupInfo.containsInGroup(Object obj) |
protected Action |
BasicLookAndFeel.createAudioAction(Object key)
Creates and returns an
Action used to play a sound. |
protected void |
BasicDirectoryModel.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes for boolean properties.
|
Action |
LazyActionMap.get(Object key) |
Component |
BasicComboBoxRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Rectangle |
BasicTreeUI.NodeDimensionsHandler.getNodeDimensions(Object value,
int row,
int depth,
boolean expanded,
Rectangle size)
Responsible for getting the size of a particular node.
|
int |
BasicDirectoryModel.indexOf(Object o) |
private boolean |
BasicToolBarUI.isBlocked(Component comp,
Object constraint) |
boolean |
BasicTreeUI.Actions.isEnabled(Object o) |
boolean |
BasicTableUI.Actions.isEnabled(Object sender) |
boolean |
BasicTableHeaderUI.Actions.isEnabled(Object sender) |
boolean |
BasicRootPaneUI.Actions.isEnabled(Object sender) |
boolean |
BasicMenuUI.Actions.isEnabled(Object c) |
boolean |
BasicListUI.Actions.isEnabled(Object c) |
boolean |
BasicDesktopPaneUI.Actions.isEnabled(Object sender) |
boolean |
BasicComboBoxUI.Actions.isEnabled(Object c) |
boolean |
BasicButtonListener.Actions.isEnabled(Object sender) |
private boolean |
BasicRadioButtonUI.isValidRadioButtonObj(Object obj) |
(package private) static void |
BasicLookAndFeel.playSound(JComponent c,
Object actionKey)
Helper method to play a named sound.
|
void |
LazyActionMap.put(Object key,
Action action) |
void |
LazyActionMap.remove(Object key) |
void |
BasicComboBoxEditor.setItem(Object anObject)
Sets the item that should be edited.
|
| Constructor and Description |
|---|
BasicFileChooserUI.FileTransferHandler.FileTransferable(String plainData,
String htmlData,
Object[] fileData) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BumpBuffer |
class |
DefaultMetalTheme
A concrete implementation of
MetalTheme providing
the original look of the Java Look and Feel, code-named "Steel". |
private static class |
DefaultMetalTheme.FontDelegate
FontDelegates add an extra level of indirection to obtaining fonts.
|
private static class |
DefaultMetalTheme.WindowsFontDelegate
The WindowsFontDelegate uses DesktopProperties to obtain fonts.
|
class |
MetalBorders
Factory object that can vend Borders appropriate for the metal L & F.
|
static class |
MetalBorders.ButtonBorder |
(package private) static class |
MetalBorders.DialogBorder
Border for a Frame.
|
(package private) static class |
MetalBorders.ErrorDialogBorder
Border for an Error Dialog.
|
static class |
MetalBorders.Flush3DBorder |
(package private) static class |
MetalBorders.FrameBorder
Border for a Frame.
|
static class |
MetalBorders.InternalFrameBorder |
static class |
MetalBorders.MenuBarBorder |
static class |
MetalBorders.MenuItemBorder |
static class |
MetalBorders.OptionDialogBorder |
static class |
MetalBorders.PaletteBorder
Border for a Palette.
|
static class |
MetalBorders.PopupMenuBorder |
(package private) static class |
MetalBorders.QuestionDialogBorder
Border for a QuestionDialog.
|
static class |
MetalBorders.RolloverButtonBorder |
(package private) static class |
MetalBorders.RolloverMarginBorder
A border which is like a Margin border but it will only honor the margin
if the margin has been explicitly set by the developer.
|
static class |
MetalBorders.ScrollPaneBorder |
static class |
MetalBorders.TableHeaderBorder
Border for a Table Header
|
static class |
MetalBorders.TextFieldBorder |
static class |
MetalBorders.ToggleButtonBorder |
static class |
MetalBorders.ToolBarBorder |
(package private) static class |
MetalBorders.WarningDialogBorder
Border for a Warning Dialog.
|
(package private) class |
MetalBumps
Implements the bumps used throughout the Metal Look and Feel.
|
class |
MetalButtonUI
MetalButtonUI implementation
|
class |
MetalCheckBoxIcon
CheckboxIcon implementation for OrganicCheckBoxUI
|
class |
MetalCheckBoxUI
CheckboxUI implementation for MetalCheckboxUI
|
class |
MetalComboBoxButton
JButton subclass to help out MetalComboBoxUI
|
class |
MetalComboBoxEditor
The default editor for Metal editable combo boxes
|
(package private) class |
MetalComboBoxEditor.EditorBorder |
static class |
MetalComboBoxEditor.UIResource
A subclass of BasicComboBoxEditor that implements UIResource.
|
class |
MetalComboBoxIcon
This utility class draws the horizontal bars which indicate a MetalComboBox
|
class |
MetalComboBoxUI
Metal UI for JComboBox
|
class |
MetalComboBoxUI.MetalComboBoxLayoutManager
This class should be treated as a "protected" inner class.
|
class |
MetalComboBoxUI.MetalComboPopup
Deprecated.
As of Java 2 platform v1.4.
|
class |
MetalComboBoxUI.MetalPropertyChangeListener
This class should be treated as a "protected" inner class.
|
class |
MetalDesktopIconUI
Metal desktop icon.
|
(package private) class |
MetalDesktopIconUI.TitleListener |
class |
MetalFileChooserUI
Metal L&F implementation of a FileChooser.
|
private class |
MetalFileChooserUI.AlignedLabel |
private static class |
MetalFileChooserUI.ButtonAreaLayout
ButtonAreaLayout behaves in a similar manner to
FlowLayout. |
protected class |
MetalFileChooserUI.DirectoryComboBoxAction
Acts when DirectoryComboBox has changed the selected item.
|
protected class |
MetalFileChooserUI.DirectoryComboBoxModel
Data model for a type-face selection combo-box.
|
(package private) class |
MetalFileChooserUI.DirectoryComboBoxRenderer |
protected class |
MetalFileChooserUI.FileRenderer |
protected class |
MetalFileChooserUI.FilterComboBoxModel
Data model for a type-face selection combo-box.
|
class |
MetalFileChooserUI.FilterComboBoxRenderer
Render different type sizes and styles.
|
(package private) class |
MetalFileChooserUI.IndentIcon |
private class |
MetalFileChooserUI.MetalFileChooserUIAccessor |
protected class |
MetalFileChooserUI.SingleClickListener |
(package private) class |
MetalFontDesktopProperty
DesktopProperty that only uses font height in configuring font.
|
(package private) class |
MetalHighContrastTheme
A high contrast theme.
|
class |
MetalIconFactory
Factory object that vends
Icons for
the JavaTM look and feel (Metal). |
private static class |
MetalIconFactory.CheckBoxIcon |
private static class |
MetalIconFactory.CheckBoxMenuItemIcon |
private static class |
MetalIconFactory.FileChooserDetailViewIcon |
private static class |
MetalIconFactory.FileChooserHomeFolderIcon |
private static class |
MetalIconFactory.FileChooserListViewIcon |
private static class |
MetalIconFactory.FileChooserNewFolderIcon |
private static class |
MetalIconFactory.FileChooserUpFolderIcon |
static class |
MetalIconFactory.FileIcon16
Warning:
Serialized objects of this class will not be compatible with
future Swing releases.
|
static class |
MetalIconFactory.FolderIcon16
Warning:
Serialized objects of this class will not be compatible with
future Swing releases.
|
private static class |
MetalIconFactory.HorizontalSliderThumbIcon |
(package private) static class |
MetalIconFactory.ImageCacher
Utility class for caching icon images.
|
(package private) class |
MetalIconFactory.ImageCacher.ImageGcPair |
private static class |
MetalIconFactory.InternalFrameAltMaximizeIcon |
private static class |
MetalIconFactory.InternalFrameCloseIcon |
private static class |
MetalIconFactory.InternalFrameDefaultMenuIcon |
private static class |
MetalIconFactory.InternalFrameMaximizeIcon |
private static class |
MetalIconFactory.InternalFrameMinimizeIcon |
private static class |
MetalIconFactory.MenuArrowIcon |
private static class |
MetalIconFactory.MenuItemArrowIcon |
private static class |
MetalIconFactory.OceanHorizontalSliderThumbIcon |
private static class |
MetalIconFactory.OceanVerticalSliderThumbIcon |
static class |
MetalIconFactory.PaletteCloseIcon
Defines an icon for Palette close
|
private static class |
MetalIconFactory.RadioButtonIcon |
private static class |
MetalIconFactory.RadioButtonMenuItemIcon |
private static class |
MetalIconFactory.TreeComputerIcon |
static class |
MetalIconFactory.TreeControlIcon
Warning:
Serialized objects of this class will not be compatible with
future Swing releases.
|
private static class |
MetalIconFactory.TreeFloppyDriveIcon |
static class |
MetalIconFactory.TreeFolderIcon
Warning:
Serialized objects of this class will not be compatible with
future Swing releases.
|
private static class |
MetalIconFactory.TreeHardDriveIcon |
static class |
MetalIconFactory.TreeLeafIcon |
private static class |
MetalIconFactory.VerticalSliderThumbIcon |
class |
MetalInternalFrameTitlePane
Class that manages a JLF title bar
|
(package private) class |
MetalInternalFrameTitlePane.MetalPropertyChangeHandler |
(package private) class |
MetalInternalFrameTitlePane.MetalTitlePaneLayout |
class |
MetalInternalFrameUI
Metal implementation of JInternalFrame.
|
private class |
MetalInternalFrameUI.BorderListener1 |
private static class |
MetalInternalFrameUI.MetalPropertyChangeHandler |
class |
MetalLabelUI
A Windows L&F implementation of LabelUI.
|
class |
MetalLookAndFeel
The Java Look and Feel, otherwise known as Metal.
|
(package private) static class |
MetalLookAndFeel.AATextListener |
private static class |
MetalLookAndFeel.FontActiveValue
FontActiveValue redirects to the appropriate metal theme method.
|
private static class |
MetalLookAndFeel.MetalLayoutStyle |
private static class |
MetalLookAndFeel.MetalLazyValue
MetalLazyValue is a slimmed down version of
ProxyLaxyValue. |
class |
MetalMenuBarUI
Metal implementation of
MenuBarUI. |
class |
MetalPopupMenuSeparatorUI
A Metal L&F implementation of PopupMenuSeparatorUI.
|
class |
MetalProgressBarUI
The Metal implementation of ProgressBarUI.
|
class |
MetalRadioButtonUI
RadioButtonUI implementation for MetalRadioButtonUI
|
class |
MetalRootPaneUI
Provides the metal look and feel implementation of
RootPaneUI. |
private static class |
MetalRootPaneUI.MetalRootLayout
A custom layout manager that is responsible for the layout of
layeredPane, glassPane, menuBar and titlePane, if one has been
installed.
|
private class |
MetalRootPaneUI.MouseInputHandler
MouseInputHandler is responsible for handling resize/moving of
the Window.
|
class |
MetalScrollBarUI
Implementation of ScrollBarUI for the Metal Look and Feel
|
(package private) class |
MetalScrollBarUI.ScrollBarListener |
class |
MetalScrollButton
JButton object for Metal scrollbar arrows.
|
class |
MetalScrollPaneUI
A Metal L&F implementation of ScrollPaneUI.
|
class |
MetalSeparatorUI
A Metal L&F implementation of SeparatorUI.
|
class |
MetalSliderUI
A Java L&F implementation of SliderUI.
|
protected class |
MetalSliderUI.MetalPropertyListener |
(package private) class |
MetalSplitPaneDivider
Metal's split pane divider
|
class |
MetalSplitPaneDivider.MetalDividerLayout
Used to layout a MetalSplitPaneDivider.
|
class |
MetalSplitPaneUI
Metal split pane.
|
class |
MetalTabbedPaneUI
The Metal subclass of BasicTabbedPaneUI.
|
class |
MetalTabbedPaneUI.TabbedPaneLayout
This class should be treated as a "protected" inner class.
|
class |
MetalTextFieldUI
Basis of a look and feel for a JTextField.
|
class |
MetalTheme
MetalTheme provides the color palette and fonts used by
the Java Look and Feel. |
(package private) class |
MetalTitlePane
Class that manages a JLF awt.Window-descendant class's title bar.
|
private class |
MetalTitlePane.CloseAction
Actions used to
close the Window. |
private class |
MetalTitlePane.IconifyAction
Actions used to
iconfiy the Frame. |
private class |
MetalTitlePane.MaximizeAction
Actions used to
restore the Frame. |
private class |
MetalTitlePane.PropertyChangeHandler
PropertyChangeListener installed on the Window.
|
private class |
MetalTitlePane.RestoreAction
Actions used to
restore the Frame. |
private class |
MetalTitlePane.SystemMenuBar
Class responsible for drawing the system menu.
|
private class |
MetalTitlePane.TitlePaneLayout |
private class |
MetalTitlePane.WindowHandler
WindowListener installed on the Window, updates the state as necessary.
|
class |
MetalToggleButtonUI
MetalToggleButton implementation
|
class |
MetalToolBarUI
A Metal Look and Feel implementation of ToolBarUI.
|
protected class |
MetalToolBarUI.MetalContainerListener |
protected class |
MetalToolBarUI.MetalDockingListener |
protected class |
MetalToolBarUI.MetalRolloverListener |
class |
MetalToolTipUI
A Metal L&F extension of BasicToolTipUI.
|
class |
MetalTreeUI
The metal look and feel implementation of
TreeUI. |
(package private) class |
MetalTreeUI.LineListener
This class listens for changes in line style
|
(package private) class |
MetalUtils
This is a dumping ground for random stuff we want to use in several places.
|
private static class |
MetalUtils.GradientPainter |
private static class |
MetalUtils.OceanDisabledButtonImageFilter
Used to create a disabled Icon with the ocean look.
|
private static class |
MetalUtils.OceanToolBarImageFilter
Used to create the rollover icons with the ocean look.
|
class |
OceanTheme
The default theme for the
MetalLookAndFeel. |
private static class |
OceanTheme.COIcon |
private static class |
OceanTheme.IFIcon |
| Modifier and Type | Field and Description |
|---|---|
private static Object |
MetalBumps.METAL_BUMPS |
private static Object |
MetalButtonUI.METAL_BUTTON_UI_KEY |
private static Object |
MetalCheckBoxUI.METAL_CHECK_BOX_UI_KEY |
private static Object |
MetalLabelUI.METAL_LABEL_UI_KEY |
private static Object |
MetalRadioButtonUI.METAL_RADIO_BUTTON_UI_KEY |
private static Object |
MetalToggleButtonUI.METAL_TOGGLE_BUTTON_UI_KEY |
(package private) static Object |
MetalBorders.NO_BUTTON_ROLLOVER
Client property indicating the button shouldn't provide a rollover
indicator.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MetalFontDesktopProperty.configureValue(Object value)
Overriden to create a Font with the size coming from the desktop
and the style and name coming from DefaultMetalTheme.
|
Object |
MetalLookAndFeel.MetalLazyValue.createValue(UIDefaults table) |
Object |
MetalLookAndFeel.FontActiveValue.createValue(UIDefaults table) |
(package private) static Object |
MetalToolBarUI.findRegisteredComponentOfType(JComponent from,
Class target)
Finds a previously registered component of class
target
that shares the JRootPane ancestor of from. |
protected Object |
MetalFontDesktopProperty.getDefaultValue()
Returns the default font.
|
Object |
MetalFileChooserUI.DirectoryComboBoxModel.getElementAt(int index) |
Object |
MetalFileChooserUI.FilterComboBoxModel.getElementAt(int index) |
private Object |
OceanTheme.getIconResource(String iconID) |
Object |
MetalFileChooserUI.DirectoryComboBoxModel.getSelectedItem() |
Object |
MetalFileChooserUI.FilterComboBoxModel.getSelectedItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetalRootPaneUI.MetalRootLayout.addLayoutComponent(Component comp,
Object constraints) |
protected Object |
MetalFontDesktopProperty.configureValue(Object value)
Overriden to create a Font with the size coming from the desktop
and the style and name coming from DefaultMetalTheme.
|
protected Image |
MetalIconFactory.OceanVerticalSliderThumbIcon.createImage(Component c,
int w,
int h,
GraphicsConfiguration config,
Object[] args) |
protected Image |
MetalIconFactory.OceanHorizontalSliderThumbIcon.createImage(Component c,
int w,
int h,
GraphicsConfiguration config,
Object[] args) |
protected void |
MetalTreeUI.decodeLineStyle(Object lineStyleFlag)
this function converts between the string passed into the client property
and the internal representation (currently and int)
|
(package private) static int |
MetalUtils.getInt(Object key,
int defaultValue) |
Component |
MetalFileChooserUI.DirectoryComboBoxRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Component |
MetalFileChooserUI.FilterComboBoxRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
MetalScrollBarUI.ScrollBarListener.handlePropertyChange(Object newValue) |
protected void |
MetalUtils.GradientPainter.paintImage(Component c,
Graphics g,
int x,
int y,
int imageW,
int imageH,
Image image,
Object[] args) |
protected void |
MetalUtils.GradientPainter.paintToImage(Component c,
Image image,
Graphics g,
int w,
int h,
Object[] args) |
protected void |
MetalIconFactory.OceanVerticalSliderThumbIcon.paintToImage(Component c,
Image image,
Graphics g2,
int w,
int h,
Object[] args) |
protected void |
MetalIconFactory.OceanHorizontalSliderThumbIcon.paintToImage(Component c,
Image image,
Graphics g2,
int w,
int h,
Object[] args) |
void |
MetalFileChooserUI.DirectoryComboBoxModel.setSelectedItem(Object selectedDirectory) |
void |
MetalFileChooserUI.FilterComboBoxModel.setSelectedItem(Object filter) |
private void |
MetalInternalFrameUI.stripContentBorder(Object c) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiButtonUI
A multiplexing UI used to combine
ButtonUIs. |
class |
MultiColorChooserUI
A multiplexing UI used to combine
ColorChooserUIs. |
class |
MultiComboBoxUI
A multiplexing UI used to combine
ComboBoxUIs. |
class |
MultiDesktopIconUI
A multiplexing UI used to combine
DesktopIconUIs. |
class |
MultiDesktopPaneUI
A multiplexing UI used to combine
DesktopPaneUIs. |
class |
MultiFileChooserUI
A multiplexing UI used to combine
FileChooserUIs. |
class |
MultiInternalFrameUI
A multiplexing UI used to combine
InternalFrameUIs. |
class |
MultiLabelUI
A multiplexing UI used to combine
LabelUIs. |
class |
MultiListUI
A multiplexing UI used to combine
ListUIs. |
class |
MultiLookAndFeel
A multiplexing look and feel that allows more than one UI
to be associated with a component at the same time.
|
class |
MultiMenuBarUI
A multiplexing UI used to combine
MenuBarUIs. |
class |
MultiMenuItemUI
A multiplexing UI used to combine
MenuItemUIs. |
class |
MultiOptionPaneUI
A multiplexing UI used to combine
OptionPaneUIs. |
class |
MultiPanelUI
A multiplexing UI used to combine
PanelUIs. |
class |
MultiPopupMenuUI
A multiplexing UI used to combine
PopupMenuUIs. |
class |
MultiProgressBarUI
A multiplexing UI used to combine
ProgressBarUIs. |
class |
MultiRootPaneUI
A multiplexing UI used to combine
RootPaneUIs. |
class |
MultiScrollBarUI
A multiplexing UI used to combine
ScrollBarUIs. |
class |
MultiScrollPaneUI
A multiplexing UI used to combine
ScrollPaneUIs. |
class |
MultiSeparatorUI
A multiplexing UI used to combine
SeparatorUIs. |
class |
MultiSliderUI
A multiplexing UI used to combine
SliderUIs. |
class |
MultiSpinnerUI
A multiplexing UI used to combine
SpinnerUIs. |
class |
MultiSplitPaneUI
A multiplexing UI used to combine
SplitPaneUIs. |
class |
MultiTabbedPaneUI
A multiplexing UI used to combine
TabbedPaneUIs. |
class |
MultiTableHeaderUI
A multiplexing UI used to combine
TableHeaderUIs. |
class |
MultiTableUI
A multiplexing UI used to combine
TableUIs. |
class |
MultiTextUI
A multiplexing UI used to combine
TextUIs. |
class |
MultiToolBarUI
A multiplexing UI used to combine
ToolBarUIs. |
class |
MultiToolTipUI
A multiplexing UI used to combine
ToolTipUIs. |
class |
MultiTreeUI
A multiplexing UI used to combine
TreeUIs. |
(package private) class |
MultiUIDefaults
We want the Multiplexing LookAndFeel to be quiet and fallback
gracefully if it cannot find a UI.
|
class |
MultiViewportUI
A multiplexing UI used to combine
ViewportUIs. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegionPainter
Convenient base class for defining Painter instances for rendering a
region or component in Nimbus.
|
protected static class |
AbstractRegionPainter.PaintContext
A class encapsulating state useful when painting.
|
(package private) class |
ArrowButtonPainter |
(package private) class |
ButtonPainter |
(package private) class |
CheckBoxMenuItemPainter |
(package private) class |
CheckBoxPainter |
(package private) class |
ComboBoxArrowButtonEditableState |
(package private) class |
ComboBoxArrowButtonPainter |
(package private) class |
ComboBoxEditableState |
(package private) class |
ComboBoxPainter |
(package private) class |
ComboBoxTextFieldPainter |
(package private) class |
DerivedColor
DerivedColor - A color implementation that is derived from a UIManager
defaults table color and a set of offsets.
|
(package private) static class |
DerivedColor.UIResource |
(package private) class |
DesktopIconPainter |
(package private) class |
DesktopPanePainter |
(package private) class |
DropShadowEffect
DropShadowEffect - This effect currently only works with ARGB type buffered
images.
|
(package private) class |
EditorPanePainter |
(package private) class |
Effect
Effect
|
protected static class |
Effect.ArrayCache |
(package private) class |
EffectUtils
EffectUtils
|
(package private) class |
FileChooserPainter |
(package private) class |
FormattedTextFieldPainter |
(package private) class |
ImageCache
ImageCache - A fixed pixel count sized cache of Images keyed by arbitrary set of arguments.
|
private static class |
ImageCache.PixelCountSoftReference
Extended SoftReference that stores the pixel count even after the image is lost
|
(package private) class |
ImageScalingHelper
ImageScalingHelper
|
(package private) class |
InnerGlowEffect
InnerGlowEffect
|
(package private) class |
InnerShadowEffect
InnerShadowEffect - This effect currently only works with ARGB type buffered
images.
|
(package private) class |
InternalFramePainter |
(package private) class |
InternalFrameTitlePaneCloseButtonPainter |
(package private) class |
InternalFrameTitlePaneCloseButtonWindowNotFocusedState |
(package private) class |
InternalFrameTitlePaneIconifyButtonPainter |
(package private) class |
InternalFrameTitlePaneIconifyButtonWindowNotFocusedState |
(package private) class |
InternalFrameTitlePaneMaximizeButtonPainter |
(package private) class |
InternalFrameTitlePaneMaximizeButtonWindowMaximizedState |
(package private) class |
InternalFrameTitlePaneMaximizeButtonWindowNotFocusedState |
(package private) class |
InternalFrameTitlePaneMenuButtonPainter |
(package private) class |
InternalFrameTitlePaneMenuButtonWindowNotFocusedState |
(package private) class |
InternalFrameTitlePanePainter |
(package private) class |
InternalFrameTitlePaneWindowFocusedState |
(package private) class |
InternalFrameWindowFocusedState |
(package private) class |
LoweredBorder
LoweredBorder - A recessed rounded inner shadowed border.
|
(package private) class |
MenuBarMenuPainter |
(package private) class |
MenuBarPainter |
(package private) class |
MenuItemPainter |
(package private) class |
MenuPainter |
(package private) class |
NimbusDefaults
This class contains all the implementation details related to
Nimbus.
|
private class |
NimbusDefaults.ColorTree |
(package private) class |
NimbusDefaults.ColorTree.Node |
private class |
NimbusDefaults.DefaultsListener
Listener to update derived colors on UIManager Defaults changes
|
(package private) static class |
NimbusDefaults.DerivedFont
Derives its font value based on a parent font and a set of offsets and
attributes.
|
private static class |
NimbusDefaults.LazyPainter
This class is private because it relies on the constructor of the
auto-generated AbstractRegionPainter subclasses.
|
private class |
NimbusDefaults.LazyStyle
A class which creates the NimbusStyle associated with it lazily, but also
manages a lot more information about the style.
|
private class |
NimbusDefaults.LazyStyle.Part |
private static class |
NimbusDefaults.PainterBorder |
(package private) class |
NimbusIcon
An icon that delegates to a painter.
|
class |
NimbusLookAndFeel
The NimbusLookAndFeel class.
|
private class |
NimbusLookAndFeel.DefaultsListener |
private class |
NimbusLookAndFeel.LinkProperty
Simple Symbolic Link style UIDefalts Property
|
private class |
NimbusLookAndFeel.NimbusProperty
Nimbus Property that looks up Nimbus keys for standard key names.
|
class |
NimbusStyle
A SynthStyle implementation used by Nimbus.
|
private static class |
NimbusStyle.CacheKey
This implementation presupposes that key is never null and that
the two keys being checked for equality are never null
|
private class |
NimbusStyle.RuntimeState
Contains values such as the UIDefaults and painters asssociated with
a state.
|
private static class |
NimbusStyle.Values
Essentially a struct of data for a style.
|
(package private) class |
OptionPaneMessageAreaOptionPaneLabelPainter |
(package private) class |
OptionPaneMessageAreaPainter |
(package private) class |
OptionPanePainter |
(package private) class |
OuterGlowEffect
InnerGlowEffect
|
(package private) class |
PasswordFieldPainter |
(package private) class |
PopupMenuPainter |
(package private) class |
PopupMenuSeparatorPainter |
(package private) class |
ProgressBarFinishedState |
(package private) class |
ProgressBarIndeterminateState |
(package private) class |
ProgressBarPainter |
(package private) class |
RadioButtonMenuItemPainter |
(package private) class |
RadioButtonPainter |
(package private) class |
ScrollBarButtonPainter |
(package private) class |
ScrollBarPainter |
(package private) class |
ScrollBarThumbPainter |
(package private) class |
ScrollBarTrackPainter |
(package private) class |
ScrollPanePainter |
(package private) class |
SeparatorPainter |
(package private) class |
ShadowEffect
ShadowEffect - base class with all the standard properties for shadow effects
|
(package private) class |
SliderArrowShapeState |
(package private) class |
SliderPainter |
(package private) class |
SliderThumbArrowShapeState |
(package private) class |
SliderThumbPainter |
(package private) class |
SliderTrackArrowShapeState |
(package private) class |
SliderTrackPainter |
(package private) class |
SpinnerNextButtonPainter |
(package private) class |
SpinnerPainter |
(package private) class |
SpinnerPanelSpinnerFormattedTextFieldPainter |
(package private) class |
SpinnerPreviousButtonPainter |
(package private) class |
SplitPaneDividerPainter |
(package private) class |
SplitPaneDividerVerticalState |
(package private) class |
SplitPanePainter |
(package private) class |
SplitPaneVerticalState |
class |
State<T extends JComponent>
Represents a built in, or custom, state in Nimbus.
|
(package private) static class |
State.StandardState |
(package private) class |
SynthPainterImpl |
(package private) class |
TabbedPanePainter |
(package private) class |
TabbedPaneTabAreaPainter |
(package private) class |
TabbedPaneTabPainter |
(package private) class |
TableEditorPainter |
(package private) class |
TableHeaderPainter |
(package private) class |
TableHeaderRendererPainter |
(package private) class |
TableHeaderRendererSortedState |
(package private) class |
TableScrollPaneCorner
TableScrollPaneCorner - A simple component that paints itself using the table
header background painter.
|
(package private) class |
TextAreaNotInScrollPaneState |
(package private) class |
TextAreaPainter |
(package private) class |
TextFieldPainter |
(package private) class |
TextPanePainter |
(package private) class |
ToggleButtonPainter |
(package private) class |
ToolBarButtonPainter |
(package private) class |
ToolBarEastState |
(package private) class |
ToolBarNorthState |
(package private) class |
ToolBarPainter |
(package private) class |
ToolBarSeparatorPainter
A special painter implementation for tool bar separators in Nimbus.
|
(package private) class |
ToolBarSouthState |
(package private) class |
ToolBarToggleButtonPainter |
(package private) class |
ToolBarWestState |
(package private) class |
ToolTipPainter |
(package private) class |
TreeCellEditorPainter |
(package private) class |
TreeCellPainter |
(package private) class |
TreePainter |
| Modifier and Type | Field and Description |
|---|---|
private Object[] |
ImageCache.PixelCountSoftReference.args |
private Object[] |
SpinnerPainter.componentColors |
private Object[] |
SliderPainter.componentColors |
private Object[] |
SplitPanePainter.componentColors |
private Object[] |
TabbedPanePainter.componentColors |
private Object[] |
InternalFrameTitlePanePainter.componentColors |
private Object[] |
OptionPaneMessageAreaPainter.componentColors |
private Object[] |
ScrollBarPainter.componentColors |
private Object[] |
TreePainter.componentColors |
private Object[] |
TreeCellPainter.componentColors |
private Object[] |
TreeCellEditorPainter.componentColors |
private Object[] |
ToolTipPainter.componentColors |
private Object[] |
ToolBarToggleButtonPainter.componentColors |
private Object[] |
ToolBarPainter.componentColors |
private Object[] |
ToolBarButtonPainter.componentColors |
private Object[] |
ToggleButtonPainter.componentColors |
private Object[] |
TextPanePainter.componentColors |
private Object[] |
TextFieldPainter.componentColors |
private Object[] |
TextAreaPainter.componentColors |
private Object[] |
TableHeaderRendererPainter.componentColors |
private Object[] |
TableHeaderPainter.componentColors |
private Object[] |
TableEditorPainter.componentColors |
private Object[] |
TabbedPaneTabPainter.componentColors |
private Object[] |
TabbedPaneTabAreaPainter.componentColors |
private Object[] |
SplitPaneDividerPainter.componentColors |
private Object[] |
SpinnerPreviousButtonPainter.componentColors |
private Object[] |
SpinnerPanelSpinnerFormattedTextFieldPainter.componentColors |
private Object[] |
SpinnerNextButtonPainter.componentColors |
private Object[] |
SliderTrackPainter.componentColors |
private Object[] |
SliderThumbPainter.componentColors |
private Object[] |
SeparatorPainter.componentColors |
private Object[] |
ScrollPanePainter.componentColors |
private Object[] |
ScrollBarTrackPainter.componentColors |
private Object[] |
ScrollBarThumbPainter.componentColors |
private Object[] |
ScrollBarButtonPainter.componentColors |
private Object[] |
RadioButtonPainter.componentColors |
private Object[] |
RadioButtonMenuItemPainter.componentColors |
private Object[] |
ProgressBarPainter.componentColors |
private Object[] |
PopupMenuSeparatorPainter.componentColors |
private Object[] |
PopupMenuPainter.componentColors |
private Object[] |
PasswordFieldPainter.componentColors |
private Object[] |
OptionPanePainter.componentColors |
private Object[] |
OptionPaneMessageAreaOptionPaneLabelPainter.componentColors |
private Object[] |
MenuPainter.componentColors |
private Object[] |
MenuItemPainter.componentColors |
private Object[] |
MenuBarPainter.componentColors |
private Object[] |
MenuBarMenuPainter.componentColors |
private Object[] |
InternalFrameTitlePaneMenuButtonPainter.componentColors |
private Object[] |
InternalFrameTitlePaneMaximizeButtonPainter.componentColors |
private Object[] |
InternalFrameTitlePaneIconifyButtonPainter.componentColors |
private Object[] |
InternalFrameTitlePaneCloseButtonPainter.componentColors |
private Object[] |
InternalFramePainter.componentColors |
private Object[] |
FormattedTextFieldPainter.componentColors |
private Object[] |
FileChooserPainter.componentColors |
private Object[] |
EditorPanePainter.componentColors |
private Object[] |
DesktopPanePainter.componentColors |
private Object[] |
DesktopIconPainter.componentColors |
private Object[] |
ComboBoxTextFieldPainter.componentColors |
private Object[] |
ComboBoxPainter.componentColors |
private Object[] |
ComboBoxArrowButtonPainter.componentColors |
private Object[] |
CheckBoxPainter.componentColors |
private Object[] |
CheckBoxMenuItemPainter.componentColors |
private Object[] |
ButtonPainter.componentColors |
private Object[] |
ArrowButtonPainter.componentColors |
private static Object |
NimbusStyle.NULL
Special constant used for performance reasons during the get() method.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<NimbusStyle.CacheKey,Object> |
NimbusStyle.Values.cache
Simple cache.
|
private Map<String,Map<String,Object>> |
NimbusLookAndFeel.compiledDefaults |
| Modifier and Type | Method and Description |
|---|---|
Object |
NimbusLookAndFeel.LinkProperty.createValue(UIDefaults table) |
Object |
NimbusLookAndFeel.NimbusProperty.createValue(UIDefaults table)
Creates the value retrieved from the
UIDefaults table. |
Object |
NimbusDefaults.DerivedFont.createValue(UIDefaults defaults) |
Object |
NimbusDefaults.LazyPainter.createValue(UIDefaults table) |
Object |
NimbusStyle.get(SynthContext ctx,
Object key) |
protected Object[] |
ToggleButtonPainter.getExtendedCacheKeys(JComponent c) |
protected Object[] |
TextFieldPainter.getExtendedCacheKeys(JComponent c) |
protected Object[] |
TextAreaPainter.getExtendedCacheKeys(JComponent c) |
protected Object[] |
PasswordFieldPainter.getExtendedCacheKeys(JComponent c) |
protected Object[] |
LoweredBorder.getExtendedCacheKeys(JComponent c) |
protected Object[] |
FormattedTextFieldPainter.getExtendedCacheKeys(JComponent c) |
protected Object[] |
ComboBoxPainter.getExtendedCacheKeys(JComponent c) |
protected Object[] |
ButtonPainter.getExtendedCacheKeys(JComponent c) |
protected Object[] |
AbstractRegionPainter.getExtendedCacheKeys(JComponent c)
Get any extra attributes which the painter implementation would like
to include in the image cache lookups.
|
(package private) static Object |
NimbusLookAndFeel.resolveToolbarConstraint(JToolBar toolbar)
Package private method which returns either BorderLayout.NORTH,
BorderLayout.SOUTH, BorderLayout.EAST, or BorderLayout.WEST depending
on the location of the toolbar in its parent.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Map<String,Object> |
NimbusLookAndFeel.getDefaultsForPrefix(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
private void |
NimbusLookAndFeel.addDefault(String key,
Object value) |
protected void |
SpinnerPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SliderPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SplitPanePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TabbedPanePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
InternalFrameTitlePanePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
OptionPaneMessageAreaPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ScrollBarPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TreePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TreeCellPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TreeCellEditorPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ToolTipPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ToolBarToggleButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ToolBarSeparatorPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ToolBarPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ToolBarButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ToggleButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TextPanePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TextFieldPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TextAreaPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TableHeaderRendererPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TableHeaderPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TableEditorPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TabbedPaneTabPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
TabbedPaneTabAreaPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SplitPaneDividerPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SpinnerPreviousButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SpinnerPanelSpinnerFormattedTextFieldPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SpinnerNextButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SliderTrackPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SliderThumbPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
SeparatorPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ScrollPanePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ScrollBarTrackPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ScrollBarThumbPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ScrollBarButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
RadioButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
RadioButtonMenuItemPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ProgressBarPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
PopupMenuSeparatorPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
PopupMenuPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
PasswordFieldPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
OptionPanePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
OptionPaneMessageAreaOptionPaneLabelPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
MenuPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
MenuItemPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
MenuBarPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
MenuBarMenuPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
LoweredBorder.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys)
Actually performs the painting operation.
|
protected void |
InternalFrameTitlePaneMenuButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
InternalFrameTitlePaneMaximizeButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
InternalFrameTitlePaneIconifyButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
InternalFrameTitlePaneCloseButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
InternalFramePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
FormattedTextFieldPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
FileChooserPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
EditorPanePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
DesktopPanePainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
DesktopIconPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ComboBoxTextFieldPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ComboBoxPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ComboBoxArrowButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
CheckBoxPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
CheckBoxMenuItemPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected void |
ArrowButtonPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
protected abstract void |
AbstractRegionPainter.doPaint(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys)
Actually performs the painting operation.
|
boolean |
ImageCache.PixelCountSoftReference.equals(GraphicsConfiguration config,
int w,
int h,
Object[] args) |
boolean |
NimbusStyle.CacheKey.equals(Object obj) |
boolean |
DerivedColor.equals(Object o) |
boolean |
DerivedColor.UIResource.equals(Object o) |
Object |
NimbusStyle.get(SynthContext ctx,
Object key) |
Image |
ImageCache.getImage(GraphicsConfiguration config,
int w,
int h,
Object... args)
Get the cached image for given keys
|
private VolatileImage |
AbstractRegionPainter.getImage(GraphicsConfiguration config,
JComponent c,
int w,
int h,
Object[] extendedCacheKeys)
Gets the rendered image for this painter at the requested size, either from cache or create a new one
|
private int |
ImageCache.hash(GraphicsConfiguration config,
int w,
int h,
Object... args)
Create a unique hash from all the input
|
(package private) void |
NimbusStyle.CacheKey.init(Object key,
int xstate) |
private void |
AbstractRegionPainter.paint0(Graphics2D g,
JComponent c,
int width,
int height,
Object[] extendedCacheKeys) |
private void |
AbstractRegionPainter.paintWith9SquareCaching(Graphics2D g,
AbstractRegionPainter.PaintContext ctx,
JComponent c,
int w,
int h,
Object[] extendedCacheKeys) |
private void |
AbstractRegionPainter.paintWithFixedSizeCaching(Graphics2D g,
JComponent c,
int w,
int h,
Object[] extendedCacheKeys) |
boolean |
ImageCache.setImage(Image image,
GraphicsConfiguration config,
int w,
int h,
Object... args)
Sets the cached image for the specified constraints.
|
| Modifier and Type | Method and Description |
|---|---|
private Painter |
NimbusStyle.getPainter(Map<String,Object> defaults,
String key) |
| Constructor and Description |
|---|
ImageCache.PixelCountSoftReference(Image referent,
ReferenceQueue<? super Image> q,
int pixelCount,
int hash,
GraphicsConfiguration config,
int w,
int h,
Object[] args) |
NimbusStyle.CacheKey(Object key,
int xstate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorType
A typesafe enumeration of colors that can be fetched from a style.
|
(package private) class |
DefaultSynthStyleFactory
Factory used for obtaining styles.
|
(package private) class |
ImagePainter
ImagePainter fills in the specified region using an Image.
|
(package private) class |
ParsedSynthStyle
ParsedSynthStyle are the SynthStyle's that SynthParser creates.
|
private static class |
ParsedSynthStyle.AggregatePainter |
private static class |
ParsedSynthStyle.DelegatingPainter |
(package private) static class |
ParsedSynthStyle.PainterInfo |
(package private) static class |
ParsedSynthStyle.StateInfo |
class |
Region
A distinct rendering area of a Swing component.
|
(package private) class |
SynthArrowButton
JButton object that draws a scaled Arrow in one of the cardinal directions.
|
private static class |
SynthArrowButton.SynthArrowButtonUI |
(package private) class |
SynthBorder
SynthBorder is a border that delegates to a Painter.
|
class |
SynthButtonUI
Provides the Synth L&F UI delegate for
JButton. |
class |
SynthCheckBoxMenuItemUI
Provides the Synth L&F UI delegate for
JCheckBoxMenuItem. |
class |
SynthCheckBoxUI
Provides the Synth L&F UI delegate for
JCheckBox. |
class |
SynthColorChooserUI
Provides the Synth L&F UI delegate for
JColorChooser. |
class |
SynthComboBoxUI
Provides the Synth L&F UI delegate for
JComboBox. |
private class |
SynthComboBoxUI.ButtonHandler
Handles all the logic for treating the combo as a button when it is
not editable, and when shouldActLikeButton() is true.
|
private static class |
SynthComboBoxUI.EditorFocusHandler
Handler for repainting combo when editor component gains/looses focus
|
private static class |
SynthComboBoxUI.SynthComboBoxEditor |
private class |
SynthComboBoxUI.SynthComboBoxRenderer
From BasicComboBoxRenderer v 1.18.
|
(package private) class |
SynthComboPopup
Synth's ComboPopup.
|
class |
SynthContext
An immutable transient object containing contextual information about
a
Region. |
(package private) class |
SynthDefaultLookup
SynthDefaultLookup redirects all lookup calls to the SynthContext.
|
class |
SynthDesktopIconUI
Provides the Synth L&F UI delegate for a minimized internal frame on a desktop.
|
private class |
SynthDesktopIconUI.Handler |
class |
SynthDesktopPaneUI
Provides the Synth L&F UI delegate for
JDesktopPane. |
(package private) class |
SynthDesktopPaneUI.SynthDesktopManager |
(package private) static class |
SynthDesktopPaneUI.TaskBar |
class |
SynthEditorPaneUI
Provides the Synth L&F UI delegate for
JEditorPane. |
class |
SynthFormattedTextFieldUI
Provides the Synth L&F UI delegate for
JFormattedTextField. |
class |
SynthGraphicsUtils
Wrapper for primitive graphics calls.
|
private static class |
SynthGraphicsUtils.SynthIconWrapper
Wraps a SynthIcon around the Icon interface, forwarding calls to
the SynthIcon with a given SynthContext.
|
(package private) class |
SynthInternalFrameTitlePane
The class that manages a synth title bar
|
private static class |
SynthInternalFrameTitlePane.JPopupMenuUIResource |
(package private) class |
SynthInternalFrameTitlePane.SynthTitlePaneLayout |
class |
SynthInternalFrameUI
Provides the Synth L&F UI delegate for
JInternalFrame. |
class |
SynthLabelUI
Provides the Synth L&F UI delegate for
JLabel. |
class |
SynthListUI
Provides the Synth L&F UI delegate for
JList. |
private class |
SynthListUI.SynthListCellRenderer |
class |
SynthLookAndFeel
SynthLookAndFeel provides the basis for creating a customized look and
feel.
|
private static class |
SynthLookAndFeel.AATextListener |
private class |
SynthLookAndFeel.Handler |
class |
SynthMenuBarUI
Provides the Synth L&F UI delegate for
JMenuBar. |
(package private) class |
SynthMenuItemLayoutHelper
Calculates preferred size and layouts synth menu items.
|
class |
SynthMenuItemUI
Provides the Synth L&F UI delegate for
JMenuItem. |
(package private) class |
SynthMenuLayout |
class |
SynthMenuUI
Provides the Synth L&F UI delegate for
JMenu. |
class |
SynthOptionPaneUI
Provides the Synth L&F UI delegate for
JOptionPane. |
class |
SynthPainter
SynthPainter is used for painting portions of
JComponents. |
class |
SynthPanelUI
Provides the Synth L&F UI delegate for
JPanel. |
(package private) class |
SynthParser |
private static class |
SynthParser.LazyImageIcon
ImageIcon that lazily loads the image until needed.
|
class |
SynthPasswordFieldUI
Provides the Synth L&F UI delegate for
JPasswordField. |
class |
SynthPopupMenuUI
Provides the Synth L&F UI delegate for
JPopupMenu. |
class |
SynthProgressBarUI
Provides the Synth L&F UI delegate for
JProgressBar. |
class |
SynthRadioButtonMenuItemUI
Provides the Synth L&F UI delegate for
JRadioButtonMenuItem. |
class |
SynthRadioButtonUI
Provides the Synth L&F UI delegate for
JRadioButton. |
class |
SynthRootPaneUI
Provides the Synth L&F UI delegate for
JRootPane. |
class |
SynthScrollBarUI
Provides the Synth L&F UI delegate for
JScrollBar. |
class |
SynthScrollPaneUI
Provides the Synth L&F UI delegate for
JScrollPane. |
private class |
SynthScrollPaneUI.ViewportBorder |
private class |
SynthScrollPaneUI.ViewportViewFocusHandler
Handle keeping track of the viewport's view's focus
|
class |
SynthSeparatorUI
Provides the Synth L&F UI delegate for
JSeparator. |
class |
SynthSliderUI
Provides the Synth L&F UI delegate for
JSlider. |
private class |
SynthSliderUI.SynthTrackListener
Track mouse movements.
|
class |
SynthSpinnerUI
Provides the Synth L&F UI delegate for
JSpinner. |
private class |
SynthSpinnerUI.EditorFocusHandler
Listen to editor text field focus changes and repaint whole spinner
|
private static class |
SynthSpinnerUI.SpinnerLayout
A simple layout manager for the editor and the next/previous buttons.
|
(package private) class |
SynthSplitPaneDivider
Synth's SplitPaneDivider.
|
class |
SynthSplitPaneUI
Provides the Synth L&F UI delegate for
JSplitPane. |
class |
SynthStyle
SynthStyle is a set of style properties. |
class |
SynthStyleFactory
Factory used for obtaining
SynthStyles. |
class |
SynthTabbedPaneUI
Provides the Synth L&F UI delegate for
JTabbedPane. |
private class |
SynthTabbedPaneUI.SynthScrollableTabButton |
class |
SynthTableHeaderUI
Provides the Synth L&F UI delegate for
JTableHeader. |
private class |
SynthTableHeaderUI.HeaderRenderer |
class |
SynthTableUI
Provides the Synth L&F UI delegate for
JTable. |
private class |
SynthTableUI.SynthBooleanTableCellRenderer |
private class |
SynthTableUI.SynthTableCellRenderer |
class |
SynthTextAreaUI
Provides the look and feel for a plain text editor in the
Synth look and feel.
|
private class |
SynthTextAreaUI.Handler |
class |
SynthTextFieldUI
Provides the Synth L&F UI delegate for
JTextField. |
private class |
SynthTextFieldUI.Handler |
class |
SynthTextPaneUI
Provides the look and feel for a styled text editor in the
Synth look and feel.
|
class |
SynthToggleButtonUI
Provides the Synth L&F UI delegate for
JToggleButton. |
class |
SynthToolBarUI
Provides the Synth L&F UI delegate for
JToolBar. |
(package private) class |
SynthToolBarUI.SynthToolBarLayoutManager |
class |
SynthToolTipUI
Provides the Synth L&F UI delegate for
JToolTip. |
class |
SynthTreeUI
Provides the Synth L&F UI delegate for
JTree. |
private class |
SynthTreeUI.ExpandedIconWrapper |
private static class |
SynthTreeUI.SynthTreeCellEditor |
private class |
SynthTreeUI.SynthTreeCellRenderer |
class |
SynthViewportUI
Provides the Synth L&F UI delegate for
JViewport. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
SynthTableUI.SynthTableCellRenderer.dateFormat |
private Object |
SynthTreeUI.linesStyle |
private static Object |
Region.LOWER_CASE_NAME_MAP_KEY |
private Object |
SynthTableUI.SynthTableCellRenderer.numberFormat |
private static Object |
SynthLookAndFeel.SELECTED_UI_KEY
AppContext key to get selectedUI.
|
private static Object |
SynthLookAndFeel.SELECTED_UI_STATE_KEY
AppContext key to get selectedUIState.
|
private static Object |
SynthLookAndFeel.STYLE_FACTORY_KEY
AppContext key to get the current SynthStyleFactory.
|
private static Object |
Region.UI_TO_REGION_MAP_KEY |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
SynthParser._defaultsMap
defaultsPropertys are placed here.
|
private Map<String,Object> |
SynthParser._mapping
Object references outside the scope of persistance.
|
private static Map<Object,Object> |
SynthStyle.DEFAULT_VALUES
Contains the default values for certain properties.
|
private static Map<Object,Object> |
SynthStyle.DEFAULT_VALUES
Contains the default values for certain properties.
|
private Map<String,Object> |
SynthLookAndFeel.defaultsMap
Map of defaults table entries.
|
| Modifier and Type | Method and Description |
|---|---|
private Object |
SynthParser.checkCast(Object value,
Class type)
If
value is an instance of type it is
returned, otherwise a SAXException is thrown. |
Object |
ParsedSynthStyle.StateInfo.clone() |
Object |
SynthStyle.get(SynthContext context,
Object key)
Getter for a region specific style property.
|
private static Object |
SynthLookAndFeel.getAATextInfo()
Returns the antialiasing information as specified by the host desktop.
|
Object |
SynthDefaultLookup.getDefault(JComponent c,
ComponentUI ui,
String key) |
private static Object |
SynthStyle.getDefaultValue(Object key)
Returns the default value for the specified property, or null if there
is no default for the specified value.
|
(package private) static Object |
SynthLookAndFeel.getUIOfType(ComponentUI ui,
Class klass)
Returns the ui that is of type
klass, or null if
one can not be found. |
private Object |
SynthParser.lookup(String key,
Class type)
Returns an object created with id=key.
|
| Modifier and Type | Method and Description |
|---|---|
private Object |
SynthParser.checkCast(Object value,
Class type)
If
value is an instance of type it is
returned, otherwise a SAXException is thrown. |
private void |
SynthTableUI.SynthTableCellRenderer.configureValue(Object value,
Class columnClass) |
void |
SynthGraphicsUtils.drawLine(SynthContext context,
Object paintKey,
Graphics g,
int x1,
int y1,
int x2,
int y2)
Draws a line between the two end points.
|
void |
SynthGraphicsUtils.drawLine(SynthContext context,
Object paintKey,
Graphics g,
int x1,
int y1,
int x2,
int y2,
Object styleKey)
Draws a line between the two end points.
|
Object |
SynthStyle.get(SynthContext context,
Object key)
Getter for a region specific style property.
|
boolean |
SynthStyle.getBoolean(SynthContext context,
Object key,
boolean defaultValue)
Convenience method to get a specific style property whose value is
an Boolean.
|
private static Object |
SynthStyle.getDefaultValue(Object key)
Returns the default value for the specified property, or null if there
is no default for the specified value.
|
Icon |
SynthStyle.getIcon(SynthContext context,
Object key)
Convenience method to get a specific style property whose value is
an Icon.
|
int |
SynthStyle.getInt(SynthContext context,
Object key,
int defaultValue)
Convenience method to get a specific style property whose value is
a
Number. |
Component |
SynthListUI.SynthListCellRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Component |
SynthComboBoxUI.SynthComboBoxRenderer.getListCellRendererComponent(JList list,
Object value,
int index,
boolean isSelected,
boolean cellHasFocus) |
String |
SynthStyle.getString(SynthContext context,
Object key,
String defaultValue)
Convenience method to get a specific style property whose value is
a String.
|
Component |
SynthTableUI.SynthBooleanTableCellRenderer.getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
Component |
SynthTableUI.SynthTableCellRenderer.getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
Component |
SynthTableHeaderUI.HeaderRenderer.getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
Component |
SynthTreeUI.SynthTreeCellRenderer.getTreeCellRendererComponent(JTree tree,
Object value,
boolean sel,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus) |
private void |
SynthParser.register(String key,
Object value)
Registers an object by name.
|
private void |
SynthParser.startProperty(Attributes attributes,
Object property) |
| Modifier and Type | Method and Description |
|---|---|
void |
SynthParser.parse(InputStream inputStream,
DefaultSynthStyleFactory factory,
URL urlResourceBase,
Class<?> classResourceBase,
Map<String,Object> defaultsMap)
Parses a set of styles from
inputStream, adding the
resulting styles to the passed in DefaultSynthStyleFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableModel
This abstract class provides default implementations for most of
the methods in the
TableModel interface. |
class |
DefaultTableCellRenderer
The standard class for rendering (displaying) individual cells
in a
JTable. |
static class |
DefaultTableCellRenderer.UIResource
A subclass of
DefaultTableCellRenderer that
implements UIResource. |
class |
DefaultTableColumnModel
The standard column-handler for a
JTable. |
class |
DefaultTableModel
This is an implementation of
TableModel that
uses a Vector of Vectors to store the
cell value objects. |
class |
JTableHeader
This is the object which manages the header of the
JTable. |
protected class |
JTableHeader.AccessibleJTableHeader
This class implements accessibility support for the
JTableHeader class. |
protected class |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
This class provides an implementation of the Java Accessibility
API appropropriate for JTableHeader entries.
|
class |
TableColumn
A
TableColumn represents all the attributes of a column in a
JTable, such as width, resizibility, minimum and maximum width. |
class |
TableRowSorter<M extends TableModel>
An implementation of
RowSorter that provides sorting
and filtering using a TableModel. |
private static class |
TableRowSorter.ComparableComparator |
private class |
TableRowSorter.TableRowSorterModelWrapper
Implementation of DefaultRowSorter.ModelWrapper that delegates to a
TableModel.
|
class |
TableStringConverter
TableStringConverter is used to convert objects from the model into
strings.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
TableColumn.headerValue
The header value of the column.
|
protected Object |
TableColumn.identifier
This object is not used internally by the drawing machinery of
the
JTable; identifiers may be set in the
TableColumn as as an
optional way to tag and locate table columns. |
| Modifier and Type | Method and Description |
|---|---|
Object |
TableColumn.getHeaderValue()
Returns the
Object used as the value for the header
renderer. |
Object |
TableColumn.getIdentifier()
Returns the
identifier object for this column. |
Object |
TableRowSorter.TableRowSorterModelWrapper.getValueAt(int row,
int column) |
Object |
TableModel.getValueAt(int rowIndex,
int columnIndex)
Returns the value for the cell at
columnIndex and
rowIndex. |
Object |
DefaultTableModel.getValueAt(int row,
int column)
Returns an attribute value for the cell at
row
and column. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTableModel.addColumn(Object columnName)
Adds a column to the model.
|
void |
DefaultTableModel.addColumn(Object columnName,
Object[] columnData)
Adds a column to the model.
|
void |
DefaultTableModel.addColumn(Object columnName,
Object[] columnData)
Adds a column to the model.
|
void |
DefaultTableModel.addColumn(Object columnName,
Vector columnData)
Adds a column to the model.
|
void |
DefaultTableModel.addRow(Object[] rowData)
Adds a row to the end of the model.
|
int |
TableRowSorter.ComparableComparator.compare(Object o1,
Object o2) |
protected static Vector |
DefaultTableModel.convertToVector(Object[] anArray)
Returns a vector that contains the same objects as the array.
|
protected static Vector |
DefaultTableModel.convertToVector(Object[][] anArray)
Returns a vector of vectors that contains the same objects as the array.
|
private void |
TableColumn.firePropertyChange(String propertyName,
Object oldValue,
Object newValue) |
protected void |
DefaultTableCellRenderer.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Overridden for performance reasons.
|
int |
TableColumnModel.getColumnIndex(Object columnIdentifier)
Returns the index of the first column in the table
whose identifier is equal to
identifier,
when compared using equals. |
int |
DefaultTableColumnModel.getColumnIndex(Object identifier)
Returns the index of the first column in the
tableColumns
array whose identifier is equal to identifier,
when compared using equals. |
Component |
TableCellEditor.getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
Sets an initial
value for the editor. |
Component |
TableCellRenderer.getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
Returns the component used for drawing the cell.
|
Component |
DefaultTableCellRenderer.getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
Returns the default table cell renderer.
|
void |
DefaultTableModel.insertRow(int row,
Object[] rowData)
Inserts a row at
row in the model. |
void |
DefaultTableModel.setColumnIdentifiers(Object[] newIdentifiers)
Replaces the column identifiers in the model.
|
void |
DefaultTableModel.setDataVector(Object[][] dataVector,
Object[] columnIdentifiers)
Replaces the value in the
dataVector instance
variable with the values in the array dataVector. |
void |
DefaultTableModel.setDataVector(Object[][] dataVector,
Object[] columnIdentifiers)
Replaces the value in the
dataVector instance
variable with the values in the array dataVector. |
void |
TableColumn.setHeaderValue(Object headerValue)
Sets the
Object whose string representation will be
used as the value for the headerRenderer. |
void |
TableColumn.setIdentifier(Object identifier)
Sets the
TableColumn's identifier to
anIdentifier. |
protected void |
DefaultTableCellRenderer.setValue(Object value)
Sets the
String object for the cell being rendered to
value. |
void |
TableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex)
Sets the value in the cell at
columnIndex and
rowIndex to aValue. |
void |
DefaultTableModel.setValueAt(Object aValue,
int row,
int column)
Sets the object value for the cell at
column and
row. |
void |
AbstractTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex)
This empty implementation is provided so users don't have to implement
this method if their data model is not editable.
|
| Constructor and Description |
|---|
DefaultTableModel(Object[][] data,
Object[] columnNames)
Constructs a
DefaultTableModel and initializes the table
by passing data and columnNames
to the setDataVector
method. |
DefaultTableModel(Object[][] data,
Object[] columnNames)
Constructs a
DefaultTableModel and initializes the table
by passing data and columnNames
to the setDataVector
method. |
DefaultTableModel(Object[] columnNames,
int rowCount)
Constructs a
DefaultTableModel with as many
columns as there are elements in columnNames
and rowCount of null
object values. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocument
An implementation of the document interface to serve as a
basis for implementing various kinds of documents.
|
class |
AbstractDocument.AbstractElement
Implements the abstract part of an element.
|
(package private) class |
AbstractDocument.BidiElement
Represents an element of the bidirectional element structure.
|
(package private) class |
AbstractDocument.BidiRootElement
Represents the root element of the bidirectional element structure.
|
class |
AbstractDocument.BranchElement
Implements a composite element that contains other elements.
|
class |
AbstractDocument.DefaultDocumentEvent
Stores document changes as the document is being
modified.
|
private class |
AbstractDocument.DefaultFilterBypass |
static class |
AbstractDocument.ElementEdit
An implementation of ElementChange that can be added to the document
event.
|
class |
AbstractDocument.LeafElement
Implements an element that directly represents content of
some kind.
|
(package private) class |
AbstractDocument.UndoRedoDocumentEvent
This event used when firing document changes while Undo/Redo
operations.
|
class |
AbstractWriter
AbstractWriter is an abstract class that actually
does the work of writing out the element tree
including the attributes.
|
class |
AsyncBoxView
A box that does layout asynchronously.
|
class |
AsyncBoxView.ChildLocator
A class to manage the effective position of the
child views in a localized area while changes are
being made around the localized area.
|
class |
AsyncBoxView.ChildState
A record representing the layout state of a
child view.
|
(package private) class |
AsyncBoxView.FlushTask
Task to flush requirement changes upward
|
class |
BadLocationException
This exception is to report bad locations within a document model
(that is, attempts to reference a location that doesn't exist).
|
class |
BoxView
A view that arranges its children into a box shape by tiling
its children along an axis.
|
class |
ChangedCharSetException
ChangedCharSetException as the name indicates is an exception
thrown when the charset is changed.
|
class |
ComponentView
Component decorator that implements the view interface.
|
(package private) class |
ComponentView.Invalidator
This class feeds the invalidate back to the
hosting View.
|
class |
CompositeView
CompositeView is an abstract View
implementation which manages one or more child views. |
class |
DateFormatter
DateFormatter is an
InternationalFormatter that does its
formatting by way of an instance of java.text.DateFormat. |
class |
DefaultCaret
A default implementation of Caret.
|
private class |
DefaultCaret.DefaultFilterBypass |
(package private) class |
DefaultCaret.Handler |
(package private) class |
DefaultCaret.SafeScroller |
class |
DefaultEditorKit
This is the set of things needed by a text component
to be a reasonably functioning editor for some type
of text document.
|
static class |
DefaultEditorKit.BeepAction
Creates a beep.
|
(package private) static class |
DefaultEditorKit.BeginAction |
(package private) static class |
DefaultEditorKit.BeginLineAction |
(package private) static class |
DefaultEditorKit.BeginParagraphAction |
(package private) static class |
DefaultEditorKit.BeginWordAction |
static class |
DefaultEditorKit.CopyAction
Copies the selected region and place its contents
into the system clipboard.
|
static class |
DefaultEditorKit.CutAction
Cuts the selected region and place its contents
into the system clipboard.
|
static class |
DefaultEditorKit.DefaultKeyTypedAction
The action that is executed by default if
a key typed event is received and there
is no keymap entry.
|
(package private) static class |
DefaultEditorKit.DeleteNextCharAction |
(package private) static class |
DefaultEditorKit.DeletePrevCharAction |
(package private) static class |
DefaultEditorKit.DeleteWordAction |
(package private) static class |
DefaultEditorKit.DumpModelAction |
(package private) static class |
DefaultEditorKit.EndAction |
(package private) static class |
DefaultEditorKit.EndLineAction |
(package private) static class |
DefaultEditorKit.EndParagraphAction |
(package private) static class |
DefaultEditorKit.EndWordAction |
static class |
DefaultEditorKit.InsertBreakAction
Places a line/paragraph break into the document.
|
static class |
DefaultEditorKit.InsertContentAction
Places content into the associated document.
|
static class |
DefaultEditorKit.InsertTabAction
Places a tab character into the document.
|
(package private) static class |
DefaultEditorKit.NextVisualPositionAction |
(package private) static class |
DefaultEditorKit.NextWordAction |
(package private) static class |
DefaultEditorKit.PageAction
Pages one view to the left or right.
|
static class |
DefaultEditorKit.PasteAction
Pastes the contents of the system clipboard into the
selected region, or before the caret if nothing is
selected.
|
(package private) static class |
DefaultEditorKit.PreviousWordAction |
(package private) static class |
DefaultEditorKit.ReadOnlyAction |
(package private) static class |
DefaultEditorKit.SelectAllAction |
(package private) static class |
DefaultEditorKit.SelectLineAction |
(package private) static class |
DefaultEditorKit.SelectParagraphAction |
(package private) static class |
DefaultEditorKit.SelectWordAction |
(package private) static class |
DefaultEditorKit.ToggleComponentOrientationAction |
(package private) static class |
DefaultEditorKit.UnselectAction |
(package private) static class |
DefaultEditorKit.VerticalPageAction
Scrolls up/down vertically.
|
(package private) static class |
DefaultEditorKit.WritableAction |
class |
DefaultFormatter
DefaultFormatter formats aribtrary objects. |
private class |
DefaultFormatter.DefaultDocumentFilter
DocumentFilter implementation that calls back to the replace
method of DefaultFormatter.
|
private class |
DefaultFormatter.DefaultNavigationFilter
NavigationFilter implementation that calls back to methods with
same name in DefaultFormatter.
|
(package private) static class |
DefaultFormatter.ReplaceHolder
ReplaceHolder is used to track where insert/remove/replace is
going to happen.
|
class |
DefaultFormatterFactory
An implementation of
JFormattedTextField.AbstractFormatterFactory. |
class |
DefaultHighlighter
Implements the Highlighter interfaces.
|
static class |
DefaultHighlighter.DefaultHighlightPainter
Simple highlight painter that fills a highlighted area with
a solid color.
|
(package private) class |
DefaultHighlighter.HighlightInfo |
(package private) class |
DefaultHighlighter.LayeredHighlightInfo
LayeredHighlightPainter is used when a drawsLayeredHighlights is
true.
|
(package private) class |
DefaultHighlighter.SafeDamager
This class invokes
mapper.damageRange in
EventDispatchThread. |
class |
DefaultStyledDocument
A document that can be marked up with character and paragraph
styles in a manner similar to the Rich Text Format.
|
(package private) static class |
DefaultStyledDocument.AbstractChangeHandler
Base class for style change handlers with support for stale objects detection.
|
private class |
DefaultStyledDocument.AbstractChangeHandler.DocReference |
static class |
DefaultStyledDocument.AttributeUndoableEdit
An UndoableEdit used to remember AttributeSet changes to an
Element.
|
(package private) class |
DefaultStyledDocument.ChangeUpdateRunnable
When run this creates a change event for the complete document
and fires it.
|
class |
DefaultStyledDocument.ElementBuffer
Class to manage changes to the element
hierarchy.
|
(package private) class |
DefaultStyledDocument.ElementBuffer.ElemChanges |
static class |
DefaultStyledDocument.ElementSpec
Specification for building elements.
|
protected class |
DefaultStyledDocument.SectionElement
Default root element for a document...
|
(package private) static class |
DefaultStyledDocument.StyleChangeHandler
Added to all the Styles.
|
(package private) static class |
DefaultStyledDocument.StyleChangeUndoableEdit
UndoableEdit for changing the resolve parent of an Element.
|
(package private) static class |
DefaultStyledDocument.StyleContextChangeHandler
Added to the StyleContext.
|
class |
DefaultTextUI
Deprecated.
|
class |
DocumentFilter
DocumentFilter, as the name implies, is a filter for the
Document mutation methods. |
static class |
DocumentFilter.FilterBypass
Used as a way to circumvent calling back into the Document to
change it.
|
class |
EditorKit
Establishes the set of things needed by a text component
to be a reasonably functioning editor for some type
of text content.
|
class |
ElementIterator
ElementIterator, as the name suggests, iteratates over the Element
tree.
|
private class |
ElementIterator.StackItem
The StackItem class stores the element
as well as a child index.
|
class |
FieldView
Extends the multi-line plain text view to be suitable
for a single-line editor view.
|
class |
FlowView
A View that tries to flow it's children into some
partially constrained space.
|
static class |
FlowView.FlowStrategy
Strategy for maintaining the physical form
of the flow.
|
(package private) static class |
FlowView.LogicalView
This class can be used to represent a logical view for
a flow.
|
class |
GapContent
An implementation of the AbstractDocument.Content interface
implemented using a gapped buffer similar to that used by emacs.
|
(package private) class |
GapContent.InsertUndo
UnoableEdit created for inserts.
|
(package private) class |
GapContent.MarkData
Holds the data for a mark...
|
(package private) static class |
GapContent.MarkVector |
(package private) class |
GapContent.RemoveUndo
UndoableEdit created for removes.
|
(package private) class |
GapContent.StickyPosition |
(package private) class |
GapContent.UndoPosRef
Used to hold a reference to a Mark that is being reset as the
result of removing from the content.
|
(package private) class |
GapVector
An implementation of a gapped buffer similar to that used by
emacs.
|
(package private) class |
GlyphPainter1
A class to perform rendering of the glyphs.
|
(package private) class |
GlyphPainter2
A class to perform rendering of the glyphs.
|
class |
GlyphView
A GlyphView is a styled chunk of text that represents a view
mapped over an element in the text model.
|
static class |
GlyphView.GlyphPainter
A class to perform rendering of the glyphs.
|
(package private) static class |
GlyphView.JustificationInfo
Class to hold data needed to justify this GlyphView in a PargraphView.Row
|
class |
IconView
Icon decorator that implements the view interface.
|
class |
InternationalFormatter
InternationalFormatter extends DefaultFormatter,
using an instance of java.text.Format to handle the
conversion to a String, and the conversion from a String. |
(package private) static class |
InternationalFormatter.ExtendedReplaceHolder
As InternationalFormatter replaces the complete text on every edit,
ExtendedReplaceHolder keeps track of the offset and length passed
into canReplace.
|
private class |
InternationalFormatter.IncrementAction
IncrementAction is used to increment the value by a certain amount.
|
class |
JTextComponent
JTextComponent is the base class for swing text
components. |
class |
JTextComponent.AccessibleJTextComponent
This class implements accessibility support for the
JTextComponent class. |
private class |
JTextComponent.AccessibleJTextComponent.IndexedSegment
IndexedSegment extends Segment adding the offset into the
the model the
Segment was asked for. |
(package private) class |
JTextComponent.ComposedTextCaret |
(package private) static class |
JTextComponent.DefaultKeymap |
(package private) static class |
JTextComponent.DefaultTransferHandler
A Simple TransferHandler that exports the data as a String, and
imports the data from the String clipboard.
|
private class |
JTextComponent.DoSetCaretPosition |
static class |
JTextComponent.DropLocation
Represents a drop location for
JTextComponents. |
(package private) class |
JTextComponent.InputMethodRequestsHandler |
static class |
JTextComponent.KeyBinding
Binding record for creating key bindings.
|
(package private) static class |
JTextComponent.KeymapActionMap
Wraps a Keymap inside an ActionMap.
|
(package private) static class |
JTextComponent.KeymapWrapper
KeymapWrapper wraps a Keymap inside an InputMap.
|
(package private) static class |
JTextComponent.MutableCaretEvent
Event to use when firing a notification of change to caret
position.
|
class |
LabelView
A
LabelView is a styled chunk of text
that represents a view mapped over an element in the
text model. |
class |
LayeredHighlighter |
static class |
LayeredHighlighter.LayerPainter
Layered highlight renderer.
|
class |
LayoutQueue
A queue of text layout tasks.
|
(package private) class |
LayoutQueue.LayoutThread
low priority thread to perform layout work forever
|
class |
MaskFormatter
MaskFormatter is used to format and edit strings. |
private class |
MaskFormatter.AlphaNumericCharacter
Represents either a character or digit, uses
Character.isLetterOrDigit. |
private class |
MaskFormatter.CharCharacter
Represents a letter, uses
Character.isLetter. |
private class |
MaskFormatter.DigitMaskCharacter
Represents a number, uses
Character.isDigit. |
private class |
MaskFormatter.HexCharacter
Represents a hex character, 0-9a-fA-F.
|
private class |
MaskFormatter.LiteralCharacter
Used to represent a fixed character in the mask.
|
private class |
MaskFormatter.LowerCaseCharacter
Represents a character, upper case letters are mapped to lower case
using
Character.toLowerCase. |
private class |
MaskFormatter.MaskCharacter |
private class |
MaskFormatter.UpperCaseCharacter
Represents a character, lower case letters are mapped to upper case
using
Character.toUpperCase. |
class |
NavigationFilter
NavigationFilter can be used to restrict where the cursor can
be positioned. |
static class |
NavigationFilter.FilterBypass
Used as a way to circumvent calling back into the caret to
position the cursor.
|
class |
NumberFormatter
NumberFormatter subclasses InternationalFormatter
adding special behavior for numbers. |
class |
ParagraphView
View of a simple line-wrapping paragraph that supports
multiple fonts, colors, components, icons, etc.
|
(package private) class |
ParagraphView.Row
Internally created view that has the purpose of holding
the views that represent the children of the paragraph
that have been arranged in rows.
|
class |
PasswordView
Implements a View suitable for use in JPasswordField
UI implementations.
|
class |
PlainDocument
A plain document that maintains no character attributes.
|
class |
PlainView
Implements View interface for a simple multi-line text view
that has text in one font and color.
|
static class |
Position.Bias
A typesafe enumeration to indicate bias to a position
in the model.
|
class |
Segment
A segment of a character array representing a fragment
of text.
|
(package private) class |
SegmentCache
SegmentCache caches
Segments to avoid continually creating
and destroying of Segments. |
private static class |
SegmentCache.CachedSegment
CachedSegment is used as a tagging interface to determine if
a Segment can successfully be shared.
|
class |
SimpleAttributeSet
A straightforward implementation of MutableAttributeSet using a
hash table.
|
(package private) static class |
SimpleAttributeSet.EmptyAttributeSet
An AttributeSet that is always empty.
|
(package private) class |
StateInvariantError
This exception is to report the failure of state invarient
assertion that was made.
|
class |
StringContent
An implementation of the AbstractDocument.Content interface that is
a brute force implementation that is useful for relatively small
documents and/or debugging.
|
(package private) class |
StringContent.InsertUndo
UnoableEdit created for inserts.
|
(package private) class |
StringContent.PosRec
holds the data for a mark...
|
(package private) class |
StringContent.RemoveUndo
UndoableEdit created for removes.
|
(package private) class |
StringContent.StickyPosition
This really wants to be a weak reference but
in 1.1 we don't have a 100% pure solution for
this...
|
(package private) class |
StringContent.UndoPosRef
Used to hold a reference to a Position that is being reset as the
result of removing from the content.
|
class |
StyleConstants
A collection of well known or common attribute keys
and methods to apply to an AttributeSet or MutableAttributeSet
to get/set the properties in a typesafe manner.
|
static class |
StyleConstants.CharacterConstants
This is a typesafe enumeration of the well-known
attributes that contribute to a character style.
|
static class |
StyleConstants.ColorConstants
This is a typesafe enumeration of the well-known
attributes that contribute to a color.
|
static class |
StyleConstants.FontConstants
This is a typesafe enumeration of the well-known
attributes that contribute to a font.
|
static class |
StyleConstants.ParagraphConstants
This is a typesafe enumeration of the well-known
attributes that contribute to a paragraph style.
|
class |
StyleContext
A pool of styles and their associated resources.
|
(package private) static class |
StyleContext.FontKey
key for a font table
|
(package private) class |
StyleContext.KeyBuilder
Sorts the key strings so that they can be very quickly compared
in the attribute set searchs.
|
(package private) class |
StyleContext.KeyEnumeration
An enumeration of the keys in a SmallAttributeSet.
|
class |
StyleContext.NamedStyle
A collection of attributes, typically used to represent
character and paragraph styles.
|
class |
StyleContext.SmallAttributeSet
This class holds a small number of attributes in an array.
|
class |
StyledEditorKit
This is the set of things needed by a text component
to be a reasonably functioning editor for some type
of text document.
|
static class |
StyledEditorKit.AlignmentAction
An action to set paragraph alignment.
|
(package private) class |
StyledEditorKit.AttributeTracker
Tracks caret movement and keeps the input attributes set
to reflect the current set of attribute definitions at the
caret position.
|
static class |
StyledEditorKit.BoldAction
An action to toggle the bold attribute.
|
static class |
StyledEditorKit.FontFamilyAction
An action to set the font family in the associated
JEditorPane.
|
static class |
StyledEditorKit.FontSizeAction
An action to set the font size in the associated
JEditorPane.
|
static class |
StyledEditorKit.ForegroundAction
An action to set foreground color.
|
static class |
StyledEditorKit.ItalicAction
An action to toggle the italic attribute.
|
(package private) static class |
StyledEditorKit.StyledInsertBreakAction
StyledInsertBreakAction has similar behavior to that of
DefaultEditorKit.InsertBreakAction. |
static class |
StyledEditorKit.StyledTextAction
An action that assumes it's being fired on a JEditorPane
with a StyledEditorKit (or subclass) installed.
|
(package private) static class |
StyledEditorKit.StyledViewFactory |
static class |
StyledEditorKit.UnderlineAction
An action to toggle the underline attribute.
|
class |
TableView.TableCell
Deprecated.
A table cell can now be any View implementation.
|
class |
TableView.TableRow
View of a row in a row-centric table.
|
class |
TabSet
A TabSet is comprised of many TabStops.
|
class |
TabStop
This class encapsulates a single tab stop (basically as tab stops
are thought of by RTF).
|
class |
TextAction
An Action implementation useful for key bindings that are
shared across a number of different text components.
|
(package private) class |
TextLayoutStrategy
A flow strategy that uses java.awt.font.LineBreakMeasureer to
produce java.awt.font.TextLayout for i18n capable rendering.
|
(package private) static class |
TextLayoutStrategy.AttributedSegment
Implementation of AttributedCharacterIterator that supports
the GlyphView attributes for rendering the glyphs through a
TextLayout.
|
class |
Utilities
A collection of methods to deal with various text
related activities.
|
class |
View
A very important part of the text package is the
View class. |
(package private) class |
WhitespaceBasedBreakIterator
A simple whitespace-based BreakIterator implementation.
|
class |
WrappedPlainView
View of plain text (text with only one font and color)
that does line-wrapping.
|
(package private) class |
WrappedPlainView.WrappedLine
Simple view of a line that wraps if it doesn't
fit withing the horizontal space allocated.
|
class |
ZoneView
ZoneView is a View implementation that creates zones for which
the child views are not created or stored until they are needed
for display or model/view translations.
|
(package private) class |
ZoneView.Zone
Internally created view that has the purpose of holding
the views that represent the children of the ZoneView
that have been arranged in a zone.
|
| Modifier and Type | Field and Description |
|---|---|
static Object |
StyleConstants.Alignment
Alignment for the paragraph.
|
private Object |
GapVector.array
The array of items.
|
(package private) Object[] |
StyleContext.KeyEnumeration.attr |
(package private) Object[] |
StyleContext.SmallAttributeSet.attributes |
static Object |
StyleConstants.Background
Name of the background color attribute.
|
static Object |
StyleConstants.BidiLevel
Bidirectional level of a character as assigned by the Unicode bidi
algorithm.
|
static Object |
StyleConstants.Bold
Name of the bold attribute.
|
static Object |
StyleConstants.ComponentAttribute
Name of the component attribute.
|
static Object |
StyleConstants.ComposedTextAttribute
Name of the input method composed text attribute.
|
private static Object |
LayoutQueue.DEFAULT_QUEUE |
(package private) static Object |
JTextComponent.KeymapWrapper.DefaultActionKey |
static Object |
StyleConstants.Family
Name of the font family.
|
static Object |
StyleConstants.FirstLineIndent
The amount of space to indent the first
line of the paragraph.
|
private static Object |
JTextComponent.FOCUSED_COMPONENT |
static Object |
StyleConstants.FontFamily
Name of the font family.
|
static Object |
StyleConstants.FontSize
Name of the font size.
|
static Object |
StyleConstants.Foreground
Name of the foreground color attribute.
|
static Object |
StyleConstants.IconAttribute
Name of the icon attribute.
|
static Object |
StyleConstants.Italic
Name of the italic attribute.
|
private static Object |
JTextComponent.KEYMAP_TABLE |
(package private) static Object[] |
StyleConstants.keys |
static Object |
StyleConstants.LeftIndent
The amount to indent the left side
of the paragraph.
|
static Object |
StyleConstants.LineSpacing
The amount of space between lines
of the paragraph.
|
static Object |
StyleConstants.ModelAttribute
Attribute used to identify the model for embedded
objects that have a model view separation.
|
(package private) static Object |
AbstractDocument.MultiByteProperty
Document property that indicates if a character has been inserted
into the document that is more than one byte long.
|
static Object |
StyleConstants.NameAttribute
Attribute name used to name the collection of
attributes.
|
static Object |
AttributeSet.NameAttribute
Attribute name used to name the collection of
attributes.
|
static Object |
StyleConstants.Orientation
Orientation for a paragraph.
|
static Object |
StyleConstants.ResolveAttribute
Attribute name used to identifiy the resolving parent
set of attributes, if one is defined.
|
static Object |
AttributeSet.ResolveAttribute
Attribute name used to identify the resolving parent
set of attributes, if one is defined.
|
static Object |
StyleConstants.RightIndent
The amount to indent the right side
of the paragraph.
|
(package private) Object |
DefaultCaret.selectionTag |
private Object |
TextLayoutStrategy.AttributedSegment.shaper |
static Object |
StyleConstants.Size
Name of the font size.
|
static Object |
StyleConstants.SpaceAbove
The amount of space above the paragraph.
|
static Object |
StyleConstants.SpaceBelow
The amount of space below the paragraph.
|
static Object |
StyleConstants.StrikeThrough
Name of the Strikethrough attribute.
|
static Object |
StyleConstants.Subscript
Name of the Subscript attribute.
|
static Object |
StyleConstants.Superscript
Name of the Superscript attribute.
|
static Object |
StyleConstants.TabSet
TabSet for the paragraph, type is a TabSet containing
TabStops.
|
static Object |
StyleConstants.Underline
Name of the underline attribute.
|
(package private) Object |
DefaultFormatter.ReplaceHolder.value
The resulting value, this may never be set.
|
| Modifier and Type | Field and Description |
|---|---|
private Vector<Object> |
StyleContext.KeyBuilder.data |
private Dictionary<Object,Object> |
AbstractDocument.documentProperties
Storage for document-wide properties.
|
private Dictionary<Object,Object> |
AbstractDocument.documentProperties
Storage for document-wide properties.
|
private static Hashtable<Object,String> |
StyleContext.freezeKeyMap |
private Vector<Object> |
StyleContext.KeyBuilder.keys |
private Hashtable<Object,Object> |
SimpleAttributeSet.table |
private Hashtable<Object,Object> |
SimpleAttributeSet.table |
private static Hashtable<String,Object> |
StyleContext.thawKeyMap |
| Modifier and Type | Method and Description |
|---|---|
Object |
Highlighter.addHighlight(int p0,
int p1,
Highlighter.HighlightPainter p)
Adds a highlight to the view.
|
Object |
DefaultHighlighter.addHighlight(int p0,
int p1,
Highlighter.HighlightPainter p)
Adds a highlight to the view.
|
(package private) Object |
InternationalFormatter.adjustValue(Object value,
Map attributes,
Object field,
int direction)
Subclasses supporting incrementing must override this to handle
the actual incrementing.
|
(package private) Object |
DateFormatter.adjustValue(Object value,
Map attributes,
Object key,
int direction)
Adjusts the Date if FieldPosition identifies a known calendar
field.
|
protected abstract Object |
GapVector.allocateArray(int len)
Allocate an array to store items of the type
appropriate (which is determined by the subclass).
|
protected Object |
GapContent.allocateArray(int len)
Allocate an array to store items of the type
appropriate (which is determined by the subclass).
|
protected Object |
GapContent.MarkVector.allocateArray(int len)
Allocate an array to store items of the type
appropriate (which is determined by the subclass).
|
Object |
StyledEditorKit.clone()
Creates a copy of the editor kit.
|
Object |
StyleContext.SmallAttributeSet.clone()
Clones a set of attributes.
|
Object |
SimpleAttributeSet.clone()
Clones a set of attributes.
|
Object |
Segment.clone()
Creates a shallow copy.
|
Object |
InternationalFormatter.clone()
Creates a copy of the DefaultFormatter.
|
protected Object |
GlyphView.clone()
Creates a shallow copy.
|
Object |
ElementIterator.clone()
Clones the ElementIterator.
|
protected Object |
ElementIterator.StackItem.clone() |
Object |
EditorKit.clone()
Creates a copy of the editor kit.
|
Object |
DefaultFormatter.clone()
Creates a copy of the DefaultFormatter.
|
private Object |
NumberFormatter.convertValueToValueClass(Object value,
Class valueClass)
Converts the passed in value to the passed in class.
|
Object[] |
StyleContext.KeyBuilder.createTable()
Creates a table of sorted key/value entries
suitable for creation of an instance of
SmallAttributeSet.
|
Object |
JTextComponent.KeymapWrapper.get(KeyStroke keyStroke) |
(package private) Object |
InternationalFormatter.getAdjustField(int start,
Map attributes)
Returns the field that will be adjusted by adjustValue.
|
(package private) Object |
DateFormatter.getAdjustField(int start,
Map attributes)
Returns the field that will be adjusted by adjustValue.
|
protected Object |
GapVector.getArray()
Access to the array.
|
Object |
TextLayoutStrategy.AttributedSegment.getAttribute(AttributedCharacterIterator.Attribute attribute)
Returns the value of the named attribute for the current character.
|
Object |
StyleContext.SmallAttributeSet.getAttribute(Object key)
Gets the value of an attribute.
|
Object |
StyleContext.NamedStyle.getAttribute(Object attrName)
Gets the value of an attribute.
|
Object |
SimpleAttributeSet.getAttribute(Object name)
Gets the value of an attribute.
|
Object |
SimpleAttributeSet.EmptyAttributeSet.getAttribute(Object key) |
Object |
AttributeSet.getAttribute(Object key)
Fetches the value of the given attribute.
|
Object |
AbstractDocument.AbstractElement.getAttribute(Object attrName)
Gets the value of an attribute.
|
(package private) Object |
StyleContext.SmallAttributeSet.getLocalAttribute(Object nm) |
Object |
Document.getProperty(Object key)
Gets the properties associated with the document.
|
Object |
AbstractDocument.getProperty(Object key)
A convenience method for looking up a property value.
|
static Object |
StyleContext.getStaticAttribute(Object key)
Returns the object previously registered with
registerStaticAttributeKey. |
static Object |
StyleContext.getStaticAttributeKey(Object key)
Returns the String that
key will be registered with |
Object[] |
JTextComponent.KeymapActionMap.keys() |
Object |
StyleContext.KeyEnumeration.nextElement()
Returns the next element of this enumeration.
|
(package private) Object |
JTextComponent.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
Object |
MaskFormatter.stringToValue(String value)
Parses the text, returning the appropriate Object representation of
the String
value. |
Object |
InternationalFormatter.stringToValue(String text)
Returns the
Object representation of the
String text. |
Object |
DefaultFormatter.stringToValue(String string)
Converts the passed in String into an instance of
getValueClass by way of the constructor that
takes a String argument. |
private Object |
MaskFormatter.stringToValue(String value,
boolean completeMatch)
Actual
stringToValue implementation. |
(package private) Object |
NumberFormatter.stringToValue(String text,
Format f)
Invokes
parseObject on f, returning
its value. |
(package private) Object |
InternationalFormatter.stringToValue(String text,
Format f)
Invokes
parseObject on f, returning
its value. |
private Object |
NumberFormatter.toggleExponentSign(int offset,
char aChar)
Invoked to toggle the sign of the exponent (for scientific
numbers).
|
private Object |
NumberFormatter.toggleSign(boolean positive)
Invoked to toggle the sign.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AttributedCharacterIterator.Attribute,Object> |
TextLayoutStrategy.AttributedSegment.getAttributes()
Returns a map with the attributes defined on the current
character.
|
(package private) Map<AttributedCharacterIterator.Attribute,Object> |
InternationalFormatter.getAttributes(int index)
Returns a Set of the attribute identifiers at
index. |
Dictionary<Object,Object> |
AbstractDocument.getDocumentProperties()
Supports managing a set of properties.
|
Dictionary<Object,Object> |
AbstractDocument.getDocumentProperties()
Supports managing a set of properties.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
StyleContext.addAttribute(AttributeSet old,
Object name,
Object value)
Adds an attribute to the given set, and returns
the new representative set.
|
AttributeSet |
AbstractDocument.AttributeContext.addAttribute(AttributeSet old,
Object name,
Object value)
Adds an attribute to the given set, and returns
the new representative set.
|
void |
StyleContext.KeyBuilder.addAttribute(Object key,
Object value)
Adds a key/value to the set.
|
void |
StyleContext.NamedStyle.addAttribute(Object name,
Object value)
Adds an attribute.
|
void |
SimpleAttributeSet.addAttribute(Object name,
Object value)
Adds an attribute to the list.
|
void |
MutableAttributeSet.addAttribute(Object name,
Object value)
Creates a new attribute set similar to this one except that it contains
an attribute with the given name and value.
|
void |
AbstractDocument.AbstractElement.addAttribute(Object name,
Object value)
Adds an attribute to the element.
|
(package private) Object |
InternationalFormatter.adjustValue(Object value,
Map attributes,
Object field,
int direction)
Subclasses supporting incrementing must override this to handle
the actual incrementing.
|
(package private) Object |
DateFormatter.adjustValue(Object value,
Map attributes,
Object key,
int direction)
Adjusts the Date if FieldPosition identifies a known calendar
field.
|
(package private) boolean |
InternationalFormatter.canIncrement(Object field,
int cursorPosition)
Returns true if
field is non-null. |
void |
Highlighter.changeHighlight(Object tag,
int p0,
int p1)
Changes the given highlight to span a different portion of
the document.
|
void |
DefaultHighlighter.changeHighlight(Object tag,
int p0,
int p1)
Changes a highlight.
|
boolean |
StyleContext.SmallAttributeSet.containsAttribute(Object name,
Object value)
Checks whether a given attribute name/value is defined.
|
boolean |
StyleContext.NamedStyle.containsAttribute(Object name,
Object value)
Checks whether a given attribute name/value is defined.
|
boolean |
SimpleAttributeSet.containsAttribute(Object name,
Object value)
Checks whether the attribute list contains a
specified attribute name/value pair.
|
boolean |
SimpleAttributeSet.EmptyAttributeSet.containsAttribute(Object name,
Object value) |
boolean |
AttributeSet.containsAttribute(Object name,
Object value)
Returns
true if this set defines an attribute with the same
name and an equal value. |
boolean |
AbstractDocument.AbstractElement.containsAttribute(Object name,
Object value)
Checks whether a given attribute name/value is defined.
|
private Object |
NumberFormatter.convertValueToValueClass(Object value,
Class valueClass)
Converts the passed in value to the passed in class.
|
boolean |
TabStop.equals(Object other)
Returns true if the tabs are equal.
|
boolean |
TabSet.equals(Object o)
Indicates whether this
TabSet is equal to another one. |
boolean |
StyleContext.SmallAttributeSet.equals(Object obj)
Compares this object to the specifed object.
|
boolean |
StyleContext.FontKey.equals(Object obj)
Compares this object to the specifed object.
|
boolean |
SimpleAttributeSet.equals(Object obj)
Compares this object to the specified object.
|
boolean |
SimpleAttributeSet.EmptyAttributeSet.equals(Object obj) |
boolean |
DefaultCaret.equals(Object obj)
Compares this object to the specified object.
|
Action |
JTextComponent.KeymapActionMap.get(Object key) |
Object |
StyleContext.SmallAttributeSet.getAttribute(Object key)
Gets the value of an attribute.
|
Object |
StyleContext.NamedStyle.getAttribute(Object attrName)
Gets the value of an attribute.
|
Object |
SimpleAttributeSet.getAttribute(Object name)
Gets the value of an attribute.
|
Object |
SimpleAttributeSet.EmptyAttributeSet.getAttribute(Object key) |
Object |
AttributeSet.getAttribute(Object key)
Fetches the value of the given attribute.
|
Object |
AbstractDocument.AbstractElement.getAttribute(Object attrName)
Gets the value of an attribute.
|
private int |
InternationalFormatter.getFieldTypeCountTo(Object f,
int start)
Returns the number of occurences of
f before
the location start in the current
AttributedCharacterIterator. |
(package private) Object |
StyleContext.SmallAttributeSet.getLocalAttribute(Object nm) |
Object |
Document.getProperty(Object key)
Gets the properties associated with the document.
|
Object |
AbstractDocument.getProperty(Object key)
A convenience method for looking up a property value.
|
static Object |
StyleContext.getStaticAttribute(Object key)
Returns the object previously registered with
registerStaticAttributeKey. |
static Object |
StyleContext.getStaticAttributeKey(Object key)
Returns the String that
key will be registered with |
private void |
StyleContext.KeyBuilder.initialize(Object[] sorted)
Initialize with a set of already sorted
keys (data from an existing SmallAttributeSet).
|
boolean |
StyleContext.SmallAttributeSet.isDefined(Object key)
Checks whether a given attribute is defined.
|
boolean |
StyleContext.NamedStyle.isDefined(Object attrName)
Checks whether a given attribute is defined.
|
boolean |
SimpleAttributeSet.isDefined(Object attrName)
Tells whether a given attribute is defined.
|
boolean |
SimpleAttributeSet.EmptyAttributeSet.isDefined(Object attrName) |
boolean |
AttributeSet.isDefined(Object attrName)
Checks whether the named attribute has a value specified in
the set without resolving through another attribute
set.
|
boolean |
AbstractDocument.AbstractElement.isDefined(Object attrName)
Checks whether a given attribute is defined.
|
(package private) boolean |
InternationalFormatter.isValidValue(Object value,
boolean wantsCCE)
Returns true if
value is between the min/max. |
void |
Document.putProperty(Object key,
Object value)
Associates a property with the document.
|
void |
AbstractDocument.putProperty(Object key,
Object value)
A convenience method for storing up a property value.
|
void |
JTextComponent.read(Reader in,
Object desc)
Initializes from a stream.
|
static void |
StyleContext.registerStaticAttributeKey(Object key)
Registers an object as a static object that is being
used as a key in attribute sets.
|
AttributeSet |
StyleContext.removeAttribute(AttributeSet old,
Object name)
Removes an attribute from the set.
|
AttributeSet |
AbstractDocument.AttributeContext.removeAttribute(AttributeSet old,
Object name)
Removes an attribute from the set.
|
void |
StyleContext.KeyBuilder.removeAttribute(Object key)
Removes the given name from the set.
|
void |
StyleContext.NamedStyle.removeAttribute(Object name)
Removes an attribute from the set.
|
void |
SimpleAttributeSet.removeAttribute(Object name)
Removes an attribute from the list.
|
void |
MutableAttributeSet.removeAttribute(Object name)
Removes an attribute with the given
name. |
void |
AbstractDocument.AbstractElement.removeAttribute(Object name)
Removes an attribute from the set.
|
void |
Highlighter.removeHighlight(Object tag)
Removes a highlight from the view.
|
void |
DefaultHighlighter.removeHighlight(Object tag)
Removes a highlight from the view.
|
private void |
StyleContext.KeyBuilder.removeSearchAttribute(Object ikey,
Object value) |
protected void |
GapVector.replace(int position,
int rmSize,
Object addItems,
int addSize)
Replace the given logical position in the storage with
the given new items.
|
protected void |
GapContent.MarkVector.replaceRange(int start,
int end,
Object[] marks)
Replaces the elements in the specified range with the passed
in objects.
|
(package private) void |
InternationalFormatter.resetValue(Object value)
Resets the value of the JFormattedTextField to be
value. |
(package private) void |
InternationalFormatter.selectField(Object f,
int count)
Selects the fields identified by
attributes. |
(package private) Object |
JTextComponent.setDropLocation(TransferHandler.DropLocation location,
Object state,
boolean forDrop)
Called to set or clear the drop location during a DnD operation.
|
private void |
TextLayoutStrategy.AttributedSegment.setShaper(Object shaper) |
(package private) void |
InternationalFormatter.updateValue(Object value)
Overriden to update the mask after invoking supers implementation.
|
(package private) void |
DefaultFormatter.updateValue(Object value)
Pushes the
value to the editor if we are to
commit on edits. |
String |
MaskFormatter.valueToString(Object value)
Returns a String representation of the Object
value
based on the mask. |
String |
InternationalFormatter.valueToString(Object value)
Returns a String representation of the Object
value. |
String |
DefaultFormatter.valueToString(Object value)
Converts the passed in Object into a String by way of the
toString method. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDocument.setDocumentProperties(Dictionary<Object,Object> x)
Replaces the document properties dictionary for this document.
|
void |
AbstractDocument.setDocumentProperties(Dictionary<Object,Object> x)
Replaces the document properties dictionary for this document.
|
| Constructor and Description |
|---|
StyleContext.KeyEnumeration(Object[] attr) |
StyleContext.SmallAttributeSet(Object[] attributes) |
| Constructor and Description |
|---|
SimpleAttributeSet(Hashtable<Object,Object> table) |
SimpleAttributeSet(Hashtable<Object,Object> table) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AccessibleHTML |
private class |
AccessibleHTML.DocumentHandler
DocumentListener installed on the current Document.
|
private class |
AccessibleHTML.ElementInfo
ElementInfo provides a slim down view of an Element.
|
protected class |
AccessibleHTML.HTMLAccessibleContext |
private class |
AccessibleHTML.IconElementInfo |
protected class |
AccessibleHTML.IconElementInfo.IconAccessibleContext |
private class |
AccessibleHTML.PropertyChangeHandler |
private class |
AccessibleHTML.RootHTMLAccessibleContext |
private class |
AccessibleHTML.TableElementInfo
TableElementInfo encapsulates information about a HTML.Tag.TABLE.
|
class |
AccessibleHTML.TableElementInfo.TableAccessibleContext |
protected class |
AccessibleHTML.TableElementInfo.TableAccessibleContext.AccessibleHeadersTable |
private class |
AccessibleHTML.TableElementInfo.TableCellElementInfo
TableCellElementInfo is used to represents the cells of
the table.
|
private class |
AccessibleHTML.TableElementInfo.TableRowElementInfo |
(package private) class |
AccessibleHTML.TextElementInfo |
class |
AccessibleHTML.TextElementInfo.TextAccessibleContext |
private class |
AccessibleHTML.TextElementInfo.TextAccessibleContext.IndexedSegment
IndexedSegment extends Segment adding the offset into the
the model the
Segment was asked for. |
class |
BlockView
A view implementation to display a block (as a box)
with CSS specifications.
|
(package private) class |
BRView
Processes the <BR> tag.
|
(package private) class |
CommentView
CommentView subclasses HiddenTagView to contain a JTextArea showing
a comment.
|
(package private) static class |
CommentView.CommentBorder |
class |
CSS
Defines a set of
CSS attributes
as a typesafe enumeration.
|
static class |
CSS.Attribute
Definitions to be used as a key on AttributeSet's
that might hold CSS attributes.
|
(package private) static class |
CSS.BackgroundImage
Used for BackgroundImages.
|
(package private) static class |
CSS.BackgroundPosition
Used for background images, to represent the position.
|
(package private) static class |
CSS.BorderStyle |
(package private) static class |
CSS.BorderWidthValue
BorderWidthValue is used to model BORDER_XXX_WIDTH and adds support
for the thin/medium/thick values.
|
(package private) static class |
CSS.ColorValue |
(package private) static class |
CSS.CssValue
Base class to CSS values in the attribute sets.
|
(package private) static class |
CSS.CssValueMapper
Handles uniquing of CSS values, like lists, and background image
repeating.
|
(package private) static class |
CSS.FontFamily |
(package private) class |
CSS.FontSize
Represents a value for the CSS.FONT_SIZE attribute.
|
(package private) static class |
CSS.FontWeight |
(package private) static class |
CSS.LengthUnit
Parses a length value, this is used internally, and never added
to an AttributeSet or returned to the developer.
|
(package private) static class |
CSS.LengthValue |
(package private) static class |
CSS.ShorthandBackgroundParser
Parses the background property into its intrinsic values.
|
(package private) static class |
CSS.ShorthandBorderParser |
(package private) static class |
CSS.ShorthandFontParser
Class used to parse font property.
|
(package private) static class |
CSS.ShorthandMarginParser
Used to parser margin and padding.
|
(package private) static class |
CSS.StringValue
By default CSS attributes are represented as simple
strings.
|
(package private) static class |
CSS.Value |
(package private) class |
CSSBorder
CSS-style borders for HTML elements.
|
(package private) static class |
CSSBorder.DottedDashedPainter
Painter for the "dotted" and "dashed" CSS border styles.
|
(package private) static class |
CSSBorder.DoublePainter
Painter for the "double" CSS border style.
|
(package private) static class |
CSSBorder.GrooveRidgePainter
Painter for the "groove" and "ridge" CSS border styles.
|
(package private) static class |
CSSBorder.InsetOutsetPainter
Painter for the "inset" and "outset" CSS border styles.
|
(package private) static class |
CSSBorder.NullPainter
Painter for the "none" and "hidden" CSS border styles.
|
(package private) static class |
CSSBorder.ShadowLightPainter
Painter that defines colors for "shadow" and "light" border sides.
|
(package private) static class |
CSSBorder.SolidPainter
Painter for the "solid" CSS border style.
|
(package private) static class |
CSSBorder.StrokePainter
Defines a method for painting strokes in the specified direction using
the given length and color patterns.
|
(package private) class |
CSSParser
A CSS parser.
|
(package private) class |
EditableView
EditableView sets the view it contains to be visible only when the
JTextComponent the view is contained in is editable.
|
class |
FormSubmitEvent
FormSubmitEvent is used to notify interested
parties that a form was submited.
|
class |
FormView
Component decorator that implements the view interface
for form elements, <input>, <textarea>,
and <select>.
|
private class |
FormView.BrowseFileAction
BrowseFileAction is used for input type == file.
|
protected class |
FormView.MouseEventListener
MouseEventListener class to handle form submissions when
an input with type equal to image is clicked on.
|
(package private) class |
FrameSetView
Implements a FrameSetView, intended to support the HTML
<FRAMESET> tag.
|
(package private) class |
FrameView
Implements a FrameView, intended to support the HTML
<FRAME> tag.
|
(package private) class |
FrameView.FrameEditorPane
Editor pane rendering frame of HTML document
It uses the same editor kits classes as outermost JEditorPane
|
(package private) class |
HiddenTagView
HiddenTagView subclasses EditableView to contain a JTextField showing
the element name.
|
(package private) static class |
HiddenTagView.EndTagBorder |
(package private) static class |
HiddenTagView.StartTagBorder |
(package private) class |
HRuleView
A view implementation to display an html horizontal
rule.
|
class |
HTML
Constants used in the
HTMLDocument. |
static class |
HTML.Attribute
Typesafe enumeration representing an HTML
attribute.
|
static class |
HTML.Tag
Typesafe enumeration for an HTML tag.
|
static class |
HTML.UnknownTag |
class |
HTMLDocument
A document that models HTML.
|
class |
HTMLDocument.BlockElement
An element that represents a structural block of
HTML.
|
private static class |
HTMLDocument.FixedLengthDocument
Document that allows you to set the maximum length of the text.
|
class |
HTMLDocument.HTMLReader
An HTML reader to load an HTML document with an HTML
element structure.
|
(package private) class |
HTMLDocument.HTMLReader.AnchorAction |
(package private) class |
HTMLDocument.HTMLReader.AreaAction |
(package private) class |
HTMLDocument.HTMLReader.BaseAction |
class |
HTMLDocument.HTMLReader.BlockAction |
class |
HTMLDocument.HTMLReader.CharacterAction |
(package private) class |
HTMLDocument.HTMLReader.ConvertAction
Provides conversion of HTML tag/attribute
mappings that have a corresponding StyleConstants
and CSS mapping.
|
class |
HTMLDocument.HTMLReader.FormAction
Action to support forms by building all of the elements
used to represent form controls.
|
private class |
HTMLDocument.HTMLReader.FormTagAction
Action used for the actual element form tag.
|
(package private) class |
HTMLDocument.HTMLReader.HeadAction
End if overridden to create the necessary stylesheets that
are referenced via the link tag.
|
class |
HTMLDocument.HTMLReader.HiddenAction |
class |
HTMLDocument.HTMLReader.IsindexAction |
(package private) class |
HTMLDocument.HTMLReader.LinkAction
A subclass to add the AttributeSet to styles if the
attributes contains an attribute for 'rel' with value
'stylesheet' or 'alternate stylesheet'.
|
(package private) class |
HTMLDocument.HTMLReader.MapAction |
(package private) class |
HTMLDocument.HTMLReader.MetaAction
Subclass of HiddenAction to set the content type for style sheets,
and to set the name of the default style sheet.
|
(package private) class |
HTMLDocument.HTMLReader.ObjectAction |
class |
HTMLDocument.HTMLReader.ParagraphAction |
class |
HTMLDocument.HTMLReader.PreAction |
class |
HTMLDocument.HTMLReader.SpecialAction |
(package private) class |
HTMLDocument.HTMLReader.StyleAction |
class |
HTMLDocument.HTMLReader.TagAction
An action to be performed in response
to parsing a tag.
|
(package private) class |
HTMLDocument.HTMLReader.TitleAction |
static class |
HTMLDocument.Iterator
An iterator to iterate over a particular type of
tag.
|
(package private) static class |
HTMLDocument.LeafIterator
An iterator to iterate over a particular type of tag.
|
class |
HTMLDocument.RunElement
An element that represents a chunk of text that has
a set of HTML character level attributes assigned to
it.
|
(package private) static class |
HTMLDocument.TaggedAttributeSet
Used by StyleSheet to determine when to avoid removing HTML.Tags
matching StyleConstants.
|
class |
HTMLEditorKit
The Swing JEditorPane text component supports different kinds
of content via a plug-in mechanism called an EditorKit.
|
(package private) static class |
HTMLEditorKit.ActivateLinkAction |
(package private) static class |
HTMLEditorKit.BeginAction |
static class |
HTMLEditorKit.HTMLFactory
A factory to build views for HTML.
|
(package private) static class |
HTMLEditorKit.HTMLFactory.BodyBlockView |
static class |
HTMLEditorKit.HTMLTextAction
An abstract Action providing some convenience methods that may
be useful in inserting HTML into an existing document.
|
(package private) static class |
HTMLEditorKit.InsertHRAction
InsertHRAction is special, at actionPerformed time it will determine
the parent HTML.Tag based on the paragraph element at the selection
start.
|
static class |
HTMLEditorKit.InsertHTMLTextAction
InsertHTMLTextAction can be used to insert an arbitrary string of HTML
into an existing HTML document.
|
static class |
HTMLEditorKit.LinkController
Class to watch the associated component and fire
hyperlink events on it when appropriate.
|
(package private) static class |
HTMLEditorKit.NavigateLinkAction |
(package private) static class |
HTMLEditorKit.NavigateLinkAction.FocusHighlightPainter
A highlight painter that draws a one-pixel border around
the highlighted area.
|
static class |
HTMLEditorKit.Parser
Interface to be supported by the parser.
|
static class |
HTMLEditorKit.ParserCallback
The result of parsing drives these callback methods.
|
class |
HTMLFrameHyperlinkEvent
HTMLFrameHyperlinkEvent is used to notify interested
parties that link was activated in a frame.
|
class |
HTMLWriter
This is a writer for HTMLDocuments.
|
class |
ImageView
View of an Image, intended to support the HTML <IMG> tag.
|
private class |
ImageView.ImageHandler
ImageHandler implements the ImageObserver to correctly update the
display as new parts of the image become available.
|
private class |
ImageView.ImageLabelView
ImageLabelView is used if the image can't be loaded, and
the attribute specified an alt attribute.
|
class |
InlineView
Displays the inline element styles
based upon css attributes.
|
(package private) class |
IsindexView
A view that supports the <ISINDEX< tag.
|
(package private) class |
LineView
A view implementation to display an unwrapped
preformatted line.
|
class |
ListView
A view implementation to display an html list
|
(package private) class |
Map
Map is used to represent a map element that is part of an HTML document.
|
(package private) static class |
Map.CircleRegionContainment
Used to test for containment in a circular region.
|
(package private) static class |
Map.DefaultRegionContainment
An implementation that will return true if the x, y location is
inside a rectangle defined by origin 0, 0, and width equal to
width passed in, and height equal to height passed in.
|
(package private) static class |
Map.PolygonRegionContainment
Used to test for containment in a polygon region.
|
(package private) static class |
Map.RectangleRegionContainment
Used to test for containment in a rectangular region.
|
class |
MinimalHTMLWriter
MinimalHTMLWriter is a fallback writer used by the
HTMLEditorKit to write out HTML for a document that
is a not produced by the EditorKit.
|
(package private) class |
MuxingAttributeSet
An implementation of
AttributeSet that can multiplex
across a set of AttributeSets. |
private class |
MuxingAttributeSet.MuxingAttributeNameEnumeration
An Enumeration of the Attribute names in a MuxingAttributeSet.
|
(package private) class |
NoFramesView
This is the view associated with the html tag NOFRAMES.
|
class |
ObjectView
Component decorator that implements the view interface
for <object> elements.
|
class |
Option
Value for the ListModel used to represent
<option> elements.
|
(package private) class |
OptionComboBoxModel
OptionComboBoxModel extends the capabilities of the DefaultComboBoxModel,
to store the Option that is initially marked as selected.
|
(package private) class |
OptionListModel
This class extends DefaultListModel, and also implements
the ListSelectionModel interface, allowing for it to store state
relevant to a SELECT form element which is implemented as a List.
|
(package private) class |
ResourceLoader
Simple class to load resources using the 1.2
security model.
|
class |
StyleSheet
Support for defining the visual characteristics of
HTML views being rendered.
|
(package private) static class |
StyleSheet.BackgroundImagePainter
Paints the background image.
|
static class |
StyleSheet.BoxPainter
Class to carry out some of the duties of
CSS formatting.
|
(package private) class |
StyleSheet.CssParser
Default parser for CSS specifications that get loaded into
the StyleSheet.
|
(package private) class |
StyleSheet.LargeConversionSet
Large set of attributes that does conversion of requests
for attributes of type StyleConstants.
|
static class |
StyleSheet.ListPainter
Class to carry out some of the duties of CSS list
formatting.
|
(package private) static class |
StyleSheet.ResolvedStyle
A subclass of MuxingAttributeSet that implements Style.
|
private static class |
StyleSheet.SearchBuffer
A temporary class used to hold a Vector, a StringBuffer and a
Hashtable.
|
(package private) static class |
StyleSheet.SelectorMapping
SelectorMapping contains a specifitiy, as an integer, and an associated
Style.
|
(package private) class |
StyleSheet.SmallConversionSet
Small set of attributes that does conversion of requests
for attributes of type StyleConstants.
|
(package private) class |
StyleSheet.ViewAttributeSet
A subclass of MuxingAttributeSet that translates between
CSS and HTML and StyleConstants.
|
(package private) class |
TableView
HTML table view.
|
(package private) class |
TableView.CellView
Default view of an html table cell.
|
(package private) class |
TableView.ColumnIterator |
(package private) class |
TableView.RowIterator |
class |
TableView.RowView
View of a row in a row-centric table.
|
(package private) class |
TextAreaDocument
TextAreaDocument extends the capabilities of the PlainDocument
to store the data that is initially set in the Document.
|
| Modifier and Type | Field and Description |
|---|---|
private static Object |
HTMLEditorKit.DEFAULT_STYLES_KEY |
(package private) static Object[] |
CSSBorder.DEFAULTS
Default values for the border properties.
|
static Object |
HTMLEditorKit.ParserCallback.IMPLIED
This is passed as an attribute in the attributeset to indicate
the element is implied eg, the string '<>foo<\t>'
contains an implied html element and an implied body element.
|
private Object |
HTMLEditorKit.linkNavigationTag |
(package private) Object |
HTMLDocument.HTMLReader.FormAction.selectModel
If a <SELECT> tag is being processed, this
model will be a reference to the model being filled
with the <OPTION> elements (which produce
objects of type
Option. |
| Modifier and Type | Field and Description |
|---|---|
private static Hashtable<Object,HTML.Tag> |
HTML.scMapping
Maps from StyleConstant key to HTML.Tag.
|
private static Hashtable<Object,CSS.Attribute> |
CSS.styleConstantToCssMap
The hashtable and static initialization that follows sets
up a translation from StyleConstants (i.e.
|
(package private) Vector<Object> |
HTMLDocument.HTMLReader.styles
Vector describing styles that should be include.
|
private Vector<Object> |
HTMLWriter.tagValues
Values for the tags.
|
private Hashtable<Object,Object> |
CSS.valueConvertor
Maps from CSS key to CssValue.
|
private Hashtable<Object,Object> |
CSS.valueConvertor
Maps from CSS key to CssValue.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
OptionListModel.clone()
Returns a clone of the receiver with the same selection.
|
Object |
HTMLEditorKit.clone()
Creates a copy of the editor kit.
|
(package private) Object |
CSS.cssValueToStyleConstantsValue(StyleConstants key,
Object value)
Converts the passed in CSS value to a StyleConstants value.
|
(package private) Object |
StyleSheet.ViewAttributeSet.doGetAttribute(Object key) |
(package private) Object |
CSS.CssValue.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.StringValue.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.FontSize.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.FontFamily.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.FontWeight.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.ColorValue.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.LengthValue.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
Object |
StyleSheet.LargeConversionSet.getAttribute(Object key)
Gets the value of an attribute.
|
Object |
StyleSheet.SmallConversionSet.getAttribute(Object key)
Gets the value of an attribute.
|
Object |
StyleSheet.ViewAttributeSet.getAttribute(Object key)
Gets the value of an attribute.
|
Object |
MuxingAttributeSet.getAttribute(Object key)
Gets the value of an attribute.
|
private static Object |
HTMLEditorKit.getAttrValue(AttributeSet attr,
HTML.Attribute key) |
(package private) Object |
CSS.getCssValue(CSS.Attribute cssAttr,
String htmlAttrValue)
Given a CSS.Attribute object and its corresponding HTML.Attribute's
value, this method returns a CssValue object to associate with the
CSS attribute.
|
(package private) Object |
CSS.getInternalCSSValue(CSS.Attribute key,
String value)
Gets the internal CSS representation of
value which is
a CSS value of the CSS attribute named key. |
private Object |
AccessibleHTML.lock()
If possible acquires a lock on the Document.
|
private Object |
HTMLEditorKit.ActivateLinkAction.lock(JEditorPane editor) |
private Object |
FrameView.movePostData(JEditorPane targetPane,
String frameName)
Move POST data from temporary storage into the target document property.
|
Object |
MuxingAttributeSet.MuxingAttributeNameEnumeration.nextElement() |
(package private) Object |
CSS.CssValue.parseCssValue(String value)
Convert a CSS value string to the internal format
(for fast processing) used in the attribute sets.
|
(package private) Object |
CSS.StringValue.parseCssValue(String value)
Convert a CSS value string to the internal format
(for fast processing) used in the attribute sets.
|
(package private) Object |
CSS.FontSize.parseCssValue(String value) |
(package private) Object |
CSS.FontFamily.parseCssValue(String value) |
(package private) Object |
CSS.FontWeight.parseCssValue(String value) |
(package private) Object |
CSS.ColorValue.parseCssValue(String value) |
(package private) Object |
CSS.BorderStyle.parseCssValue(String value) |
(package private) Object |
CSS.LengthValue.parseCssValue(String value) |
(package private) Object |
CSS.BorderWidthValue.parseCssValue(String value) |
(package private) Object |
CSS.CssValueMapper.parseCssValue(String value) |
(package private) Object |
CSS.BackgroundPosition.parseCssValue(String value) |
(package private) Object |
CSS.BackgroundImage.parseCssValue(String value) |
(package private) Object |
CSS.CssValue.parseHtmlValue(String value)
Convert an HTML attribute value to a CSS attribute
value.
|
(package private) Object |
CSS.FontSize.parseHtmlValue(String value) |
(package private) Object |
CSS.FontFamily.parseHtmlValue(String value) |
(package private) Object |
CSS.ColorValue.parseHtmlValue(String value) |
(package private) Object |
CSS.LengthValue.parseHtmlValue(String value) |
(package private) Object |
CSS.BorderWidthValue.parseHtmlValue(String value) |
(package private) Object |
CSS.CssValueMapper.parseHtmlValue(String value) |
(package private) Object |
CSS.BackgroundImage.parseHtmlValue(String value) |
Object |
ResourceLoader.run() |
(package private) Object |
CSS.styleConstantsValueToCSSValue(StyleConstants sc,
Object styleValue)
Maps from a StyleConstants value to a CSS value.
|
(package private) Object |
CSS.CssValue.toStyleConstants(StyleConstants key,
View v)
Converts a CSS attribute value to a
StyleConstants
value. |
(package private) Object |
CSS.StringValue.toStyleConstants(StyleConstants key,
View v)
Converts a CSS attribute value to a
StyleConstants value. |
(package private) Object |
CSS.FontSize.toStyleConstants(StyleConstants key,
View v)
Converts a CSS attribute value to a
StyleConstants
value. |
(package private) Object |
CSS.FontFamily.toStyleConstants(StyleConstants key,
View v)
Converts a CSS attribute value to a
StyleConstants
value. |
(package private) Object |
CSS.FontWeight.toStyleConstants(StyleConstants key,
View v)
Converts a CSS attribute value to a
StyleConstants
value. |
(package private) Object |
CSS.ColorValue.toStyleConstants(StyleConstants key,
View v)
Converts a CSS attribute value to a
StyleConstants
value. |
(package private) Object |
CSS.LengthValue.toStyleConstants(StyleConstants key,
View v)
Converts a CSS attribute value to a
StyleConstants
value. |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
StyleSheet.addAttribute(AttributeSet old,
Object key,
Object value)
Adds an attribute to the given set, and returns
the new representative set.
|
private static void |
HTMLWriter.addAttribute(MutableAttributeSet to,
Object key,
Object value)
Add an attribute only if it doesn't exist so that we don't
loose information replacing it with SimpleAttributeSet.EMPTY
|
void |
StyleSheet.ResolvedStyle.addAttribute(Object name,
Object value) |
boolean |
MuxingAttributeSet.containsAttribute(Object name,
Object value)
Checks whether a given attribute name/value is defined.
|
private JComponent |
FormView.createInputComponent(AttributeSet attr,
Object model)
Creates a component for an <INPUT> element based on the
value of the "type" attribute.
|
(package private) Object |
CSS.cssValueToStyleConstantsValue(StyleConstants key,
Object value)
Converts the passed in CSS value to a StyleConstants value.
|
(package private) Object |
StyleSheet.ViewAttributeSet.doGetAttribute(Object key) |
boolean |
HTML.UnknownTag.equals(Object obj)
Compares this object to the specifed object.
|
protected static int[] |
Map.extractCoords(Object stringCoords)
Creates and returns an array of integers from the String
stringCoords. |
(package private) Object |
CSS.CssValue.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.StringValue.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.FontSize.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.FontFamily.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.FontWeight.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.ColorValue.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
(package private) Object |
CSS.LengthValue.fromStyleConstants(StyleConstants key,
Object value)
Converts a
StyleConstants attribute value to
a CSS attribute value. |
Object |
StyleSheet.LargeConversionSet.getAttribute(Object key)
Gets the value of an attribute.
|
Object |
StyleSheet.SmallConversionSet.getAttribute(Object key)
Gets the value of an attribute.
|
Object |
StyleSheet.ViewAttributeSet.getAttribute(Object key)
Gets the value of an attribute.
|
Object |
MuxingAttributeSet.getAttribute(Object key)
Gets the value of an attribute.
|
Element |
HTMLDocument.getElement(Element e,
Object attribute,
Object value)
Returns the child element of
e that contains the
attribute, attribute with value value, or
null if one isn't found. |
private Element |
HTMLDocument.getElement(Element e,
Object attribute,
Object value,
boolean searchLeafAttributes)
Returns the child element of
e that contains the
attribute, attribute with value value, or
null if one isn't found. |
private int |
AccessibleHTML.IconElementInfo.getImageSize(Object key) |
protected int |
AccessibleHTML.ElementInfo.getIntAttr(AttributeSet attrs,
Object key,
int deflt)
Convenience method for getting an integer attribute from the passed
in AttributeSet.
|
private int |
HTMLDocument.HTMLReader.heightToElementWithName(Object name,
int offset) |
boolean |
StyleSheet.LargeConversionSet.isDefined(Object key)
Checks whether a given attribute is defined.
|
boolean |
StyleSheet.SmallConversionSet.isDefined(Object key)
Checks whether a given attribute is defined.
|
boolean |
StyleSheet.ViewAttributeSet.isDefined(Object key)
Checks whether a given attribute is defined.
|
boolean |
MuxingAttributeSet.isDefined(Object key)
Checks whether a given attribute is defined.
|
private boolean |
HTMLWriter.noMatchForTagInAttributes(AttributeSet attr,
HTML.Tag t,
Object tagValue)
Searches the attribute set for a tag, both of which
are passed in as a parameter.
|
AttributeSet |
StyleSheet.removeAttribute(AttributeSet old,
Object key)
Removes an attribute from the set.
|
void |
StyleSheet.ResolvedStyle.removeAttribute(Object name) |
private void |
FormView.removeStaleListenerForModel(Object model) |
(package private) Object |
CSS.styleConstantsValueToCSSValue(StyleConstants sc,
Object styleValue)
Maps from a StyleConstants value to a CSS value.
|
private void |
HTMLEditorKit.ActivateLinkAction.unlock(Object key) |
private void |
AccessibleHTML.unlock(Object key)
Releases a lock previously obtained via
lock. |
| Constructor and Description |
|---|
FormSubmitEvent(Object source,
HyperlinkEvent.EventType type,
URL targetURL,
Element sourceElement,
String targetFrame,
FormSubmitEvent.MethodType method,
String data)
Creates a new object representing an html form submit event.
|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL targetURL,
Element sourceElement,
String targetFrame)
Creates a new object representing a hypertext link event.
|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL targetURL,
String targetFrame)
Creates a new object representing a html frame
hypertext link event.
|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL targetURL,
String desc,
Element sourceElement,
InputEvent inputEvent,
String targetFrame)
Creates a new object representing a hypertext link event.
|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL targetURL,
String desc,
Element sourceElement,
String targetFrame)
Creates a new object representing a hypertext link event.
|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL targetURL,
String desc,
String targetFrame)
Creates a new object representing a hypertext link event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeList
This class defines the attributes of an SGML element
as described in a DTD using the ATTLIST construct.
|
class |
ContentModel
A representation of a content model.
|
(package private) class |
ContentModelState
A content model state.
|
class |
DocumentParser
A Parser for HTML Documents (actually, you can specify a DTD, but
you should really only use this class with the html dtd in swing).
|
class |
DTD
The representation of an SGML DTD.
|
class |
Element
An element as described in a DTD using the ELEMENT construct.
|
class |
Entity
An entity is described in a DTD using the ENTITY construct.
|
(package private) class |
NPrintWriter |
class |
Parser
A simple DTD-driven HTML parser.
|
class |
ParserDelegator
Responsible for starting up a new DocumentParser
each time its parse method is invoked.
|
class |
TagElement
A generic HTML TagElement class.
|
(package private) class |
TagStack
A stack of tags.
|
| Modifier and Type | Field and Description |
|---|---|
Object |
ContentModel.content
The content.
|
Object |
Element.data
A field to store user data.
|
private static Object |
DTD.DTD_HASH_KEY
The hashtable key of DTDs in AppContext.
|
private static Object |
ParserDelegator.DTD_KEY |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Hashtable<Object,Object> |
AttributeList.attributeTypes
Create a hashtable of attribute types.
|
(package private) static Hashtable<Object,Object> |
AttributeList.attributeTypes
Create a hashtable of attribute types.
|
Hashtable<Object,Entity> |
DTD.entityHash |
| Modifier and Type | Method and Description |
|---|---|
Object |
ResourceLoader.run() |
| Modifier and Type | Method and Description |
|---|---|
ContentModelState |
ContentModelState.advance(Object token)
Advance this state to a new state.
|
protected ContentModel |
DTD.defContentModel(int type,
Object obj,
ContentModel next)
Creates and returns a new content model.
|
boolean |
ContentModel.first(Object token)
Return true if the token could potentially be the
first token in the input stream.
|
| Constructor and Description |
|---|
ContentModel(int type,
Object content,
ContentModel next)
Create a content model of a particular type.
|
ContentModelState(Object content,
ContentModelState next)
Create a content model state for a content model given the
remaining state that needs to be reduce.
|
ContentModelState(Object content,
ContentModelState next,
long value)
Create a content model state for a content model given the
remaining state that needs to be reduce.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractFilter
A generic superclass for streams which read and parse text
consisting of runs of characters interspersed with occasional
``specials'' (formatting characters).
|
(package private) class |
Constants
Class to hold dictionary keys used by the RTF reader/writer.
|
(package private) class |
MockAttributeSet |
(package private) class |
RTFAttributes |
(package private) static class |
RTFAttributes.AssertiveAttribute |
(package private) static class |
RTFAttributes.BooleanAttribute |
(package private) static class |
RTFAttributes.GenericAttribute |
(package private) static class |
RTFAttributes.NumericAttribute |
class |
RTFEditorKit
This is the default implementation of RTF editing
functionality.
|
(package private) class |
RTFGenerator
Generates an RTF output stream (java.io.OutputStream) from rich text
(handed off through a series of LTTextAcceptor calls).
|
(package private) static class |
RTFGenerator.CharacterKeywordPair |
(package private) class |
RTFParser
RTFParser is a subclass of AbstractFilter which understands basic RTF syntax
and passes a stream of control words, text, and begin/end group
indications to its subclass.
|
(package private) class |
RTFReader
Takes a sequence of RTF tokens and text and appends the text
described by the RTF to a
StyledDocument (the target). |
(package private) class |
RTFReader.AttributeTrackingDestination
RTFReader.TextHandlingDestination is an abstract RTF destination
which simply tracks the attributes specified by the RTF control words
in internal form and can produce acceptable AttributeSets for the
current character, paragraph, and section attributes.
|
(package private) class |
RTFReader.ColortblDestination
Reads the colortbl group.
|
(package private) class |
RTFReader.DiscardingDestination
This data-sink class is used to implement ignored destinations
(e.g.
|
(package private) class |
RTFReader.DocumentDestination
RTFReader.DocumentDestination is a concrete subclass of
TextHandlingDestination which appends the text to the
StyledDocument given by the
target ivar of the
containing RTFReader. |
(package private) class |
RTFReader.FonttblDestination
Reads the fonttbl group, inserting fonts into the RTFReader's
fontTable dictionary.
|
(package private) class |
RTFReader.InfoDestination
Handles the info group.
|
(package private) class |
RTFReader.StylesheetDestination
Handles the stylesheet keyword.
|
(package private) class |
RTFReader.StylesheetDestination.StyleDefiningDestination
This subclass handles an individual style
|
(package private) class |
RTFReader.TextHandlingDestination
RTFReader.TextHandlingDestination provides basic text handling
functionality.
|
| Modifier and Type | Field and Description |
|---|---|
private static Object |
RTFGenerator.MagicToken |
(package private) Object |
RTFAttributes.GenericAttribute.swingName |
(package private) Object |
RTFAttributes.AssertiveAttribute.swingValue |
| Modifier and Type | Field and Description |
|---|---|
Dictionary<Object,Object> |
MockAttributeSet.backing |
Dictionary<Object,Object> |
MockAttributeSet.backing |
(package private) Dictionary<Object,Integer> |
RTFGenerator.colorTable |
(package private) Dictionary<Object,Object> |
RTFReader.parserState
Miscellaneous information about the parser's state.
|
(package private) Dictionary<Object,Object> |
RTFReader.parserState
Miscellaneous information about the parser's state.
|
| Modifier and Type | Method and Description |
|---|---|
private static Object |
RTFGenerator.attrDiff(MutableAttributeSet oldAttrs,
AttributeSet newAttrs,
Object key,
Object dfl) |
Object |
MockAttributeSet.getAttribute(Object name) |
static Object |
RTFReader.getCharacterSet(String name)
Looks up a named character set.
|
Object |
RTFAttributes.GenericAttribute.swingName() |
Object |
RTFAttribute.swingName() |
| Modifier and Type | Method and Description |
|---|---|
void |
MockAttributeSet.addAttribute(Object name,
Object value) |
private static Object |
RTFGenerator.attrDiff(MutableAttributeSet oldAttrs,
AttributeSet newAttrs,
Object key,
Object dfl) |
protected void |
RTFGenerator.checkNumericControlWord(MutableAttributeSet currentAttributes,
AttributeSet newAttributes,
Object attrName,
String controlWord,
float dflt,
float scale) |
boolean |
MockAttributeSet.containsAttribute(Object name,
Object value) |
private static boolean |
RTFGenerator.equalArraysOK(Object a,
Object b) |
Object |
MockAttributeSet.getAttribute(Object name) |
boolean |
MockAttributeSet.isDefined(Object name) |
static RTFAttributes.NumericAttribute |
RTFAttributes.NumericAttribute.NewTwips(int d,
Object s,
String r,
float ds,
int dr) |
static RTFAttributes.NumericAttribute |
RTFAttributes.NumericAttribute.NewTwips(int d,
Object s,
String r,
int dr) |
void |
MockAttributeSet.removeAttribute(Object name) |
private void |
RTFReader.setTargetAttribute(String name,
Object value) |
boolean |
RTFAttributes.GenericAttribute.writeValue(Object value,
RTFGenerator target,
boolean force) |
boolean |
RTFAttributes.BooleanAttribute.writeValue(Object o_value,
RTFGenerator target,
boolean force) |
boolean |
RTFAttributes.AssertiveAttribute.writeValue(Object value,
RTFGenerator target,
boolean force) |
boolean |
RTFAttributes.NumericAttribute.writeValue(Object o_value,
RTFGenerator target,
boolean force) |
boolean |
RTFAttribute.writeValue(Object value,
RTFGenerator target,
boolean force) |
| Constructor and Description |
|---|
RTFAttributes.AssertiveAttribute(int d,
Object s,
String r) |
RTFAttributes.AssertiveAttribute(int d,
Object s,
String r,
int v) |
RTFAttributes.AssertiveAttribute(int d,
Object s,
String r,
Object v) |
RTFAttributes.BooleanAttribute(int d,
Object s,
String r) |
RTFAttributes.BooleanAttribute(int d,
Object s,
String r,
boolean ds,
boolean dr) |
RTFAttributes.GenericAttribute(int d,
Object s,
String r) |
RTFAttributes.NumericAttribute(int d,
Object s,
String r) |
RTFAttributes.NumericAttribute(int d,
Object s,
String r,
int ds,
int dr) |
RTFAttributes.NumericAttribute(int d,
Object s,
String r,
Number ds,
int dr,
float sc) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLayoutCache
Warning:
Serialized objects of this class will not be compatible with
future Swing releases.
|
static class |
AbstractLayoutCache.NodeDimensions
Used by
AbstractLayoutCache to determine the size
and x origin of a particular node. |
class |
DefaultMutableTreeNode
A
DefaultMutableTreeNode is a general-purpose node in a tree data
structure. |
(package private) class |
DefaultMutableTreeNode.BreadthFirstEnumeration |
(package private) class |
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue |
(package private) class |
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode |
(package private) class |
DefaultMutableTreeNode.PathBetweenNodesEnumeration |
(package private) class |
DefaultMutableTreeNode.PostorderEnumeration |
private class |
DefaultMutableTreeNode.PreorderEnumeration |
class |
DefaultTreeCellEditor
A
TreeCellEditor. |
class |
DefaultTreeCellEditor.DefaultTextField
TextField used when no editor is supplied. |
class |
DefaultTreeCellEditor.EditorContainer
Container responsible for placing the
editingComponent. |
class |
DefaultTreeCellRenderer
Displays an entry in a tree.
|
class |
DefaultTreeModel
A simple tree data model that uses TreeNodes.
|
class |
DefaultTreeSelectionModel
Default implementation of TreeSelectionModel.
|
class |
ExpandVetoException
Exception used to stop and expand/collapse from happening.
|
class |
FixedHeightLayoutCache
NOTE: This will become more open in a future release.
|
private class |
FixedHeightLayoutCache.FHTreeStateNode
FHTreeStateNode is used to track what has been expanded.
|
private class |
FixedHeightLayoutCache.SearchInfo
Used as a placeholder when getting the path in FHTreeStateNodes.
|
private class |
FixedHeightLayoutCache.VisibleFHTreeStateNodeEnumeration
An enumerator to iterate through visible nodes.
|
(package private) class |
PathPlaceHolder
Holds a path and whether or not it is new.
|
class |
TreePath
TreePath represents an array of objects that uniquely
identify the path to a node in a tree. |
class |
VariableHeightLayoutCache
NOTE: This will become more open in a future release.
|
private class |
VariableHeightLayoutCache.TreeStateNode
TreeStateNode is used to keep track of each of
the nodes that have been expanded.
|
private class |
VariableHeightLayoutCache.VisibleTreeStateNodeEnumeration
An enumerator to iterate through visible nodes.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
TreePath.lastPathComponent
Last path component.
|
Object |
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode.object |
protected Object |
DefaultMutableTreeNode.userObject
optional user object
|
| Modifier and Type | Field and Description |
|---|---|
private Vector<Object> |
VariableHeightLayoutCache.visibleNodes
The array of nodes that are currently visible, in the order they
are displayed.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultTreeSelectionModel.clone()
Returns a clone of this object with the same selection.
|
Object |
DefaultMutableTreeNode.clone()
Overridden to make clone public.
|
Object |
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.dequeue() |
Object |
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.firstObject() |
Object |
DefaultTreeCellEditor.getCellEditorValue()
Returns the value currently being edited.
|
Object |
TreeModel.getChild(Object parent,
int index)
Returns the child of
parent at index index
in the parent's
child array. |
Object |
DefaultTreeModel.getChild(Object parent,
int index)
Returns the child of parent at index index in the parent's
child array.
|
Object |
TreePath.getLastPathComponent()
Returns the last element of this path.
|
Object[] |
TreePath.getPath()
Returns an ordered array of the elements of this
TreePath. |
Object |
TreePath.getPathComponent(int index)
Returns the path element at the specified index.
|
Object |
TreeModel.getRoot()
Returns the root of the tree.
|
Object |
DefaultTreeModel.getRoot()
Returns the root of the tree.
|
Object |
DefaultMutableTreeNode.getUserObject()
Returns this node's user object.
|
Object[] |
DefaultMutableTreeNode.getUserObjectPath()
Returns the user object path, from the root, to get to this node.
|
Object |
VariableHeightLayoutCache.TreeStateNode.getValue()
Returns the value the receiver is representing.
|
| Modifier and Type | Method and Description |
|---|---|
protected FixedHeightLayoutCache.FHTreeStateNode |
FixedHeightLayoutCache.FHTreeStateNode.createChildFor(Object userObject)
Creates a new node to represent
userObject. |
private VariableHeightLayoutCache.TreeStateNode |
VariableHeightLayoutCache.createNodeForValue(Object value)
Responsible for creating a TreeStateNode that will be used
to track display information about value.
|
private FixedHeightLayoutCache.FHTreeStateNode |
FixedHeightLayoutCache.createNodeForValue(Object value,
int childIndex)
Creates and returns an instance of FHTreeStateNode.
|
protected void |
DefaultTreeCellEditor.determineOffset(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row) |
void |
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.enqueue(Object anObject) |
boolean |
TreePath.equals(Object o)
Compares this
TreePath to the specified object. |
protected void |
DefaultTreeCellRenderer.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Overridden for performance reasons.
|
protected void |
DefaultTreeModel.fireTreeNodesChanged(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeNodesChanged(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeNodesChanged(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeNodesInserted(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeNodesInserted(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeNodesInserted(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeNodesRemoved(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeNodesRemoved(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeNodesRemoved(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeStructureChanged(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeStructureChanged(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
protected void |
DefaultTreeModel.fireTreeStructureChanged(Object source,
Object[] path,
int[] childIndices,
Object[] children)
Notifies all listeners that have registered interest for
notification on this event type.
|
private void |
DefaultTreeModel.fireTreeStructureChanged(Object source,
TreePath path)
Notifies all listeners that have registered interest for
notification on this event type.
|
Object |
TreeModel.getChild(Object parent,
int index)
Returns the child of
parent at index index
in the parent's
child array. |
Object |
DefaultTreeModel.getChild(Object parent,
int index)
Returns the child of parent at index index in the parent's
child array.
|
int |
TreeModel.getChildCount(Object parent)
Returns the number of children of
parent. |
int |
DefaultTreeModel.getChildCount(Object parent)
Returns the number of children of parent.
|
int |
TreeModel.getIndexOfChild(Object parent,
Object child)
Returns the index of child in parent.
|
int |
DefaultTreeModel.getIndexOfChild(Object parent,
Object child)
Returns the index of child in parent.
|
protected Rectangle |
AbstractLayoutCache.getNodeDimensions(Object value,
int row,
int depth,
boolean expanded,
Rectangle placeIn)
Returns, by reference in
placeIn,
the size needed to represent value. |
abstract Rectangle |
AbstractLayoutCache.NodeDimensions.getNodeDimensions(Object value,
int row,
int depth,
boolean expanded,
Rectangle bounds)
Returns, by reference in bounds, the size and x origin to
place value at.
|
Component |
TreeCellEditor.getTreeCellEditorComponent(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row)
Sets an initial value for the editor.
|
Component |
DefaultTreeCellEditor.getTreeCellEditorComponent(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row)
Configures the editor.
|
Component |
TreeCellRenderer.getTreeCellRendererComponent(JTree tree,
Object value,
boolean selected,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus)
Sets the value of the current tree cell to
value. |
Component |
DefaultTreeCellRenderer.getTreeCellRendererComponent(JTree tree,
Object value,
boolean sel,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus)
Configures the renderer based on the passed in components.
|
boolean |
TreeModel.isLeaf(Object node)
Returns
true if node is a leaf. |
boolean |
DefaultTreeModel.isLeaf(Object node)
Returns whether the specified node is a leaf node.
|
void |
DefaultTreeModel.nodesWereRemoved(TreeNode node,
int[] childIndices,
Object[] removedChildren)
Invoke this method after you've removed some TreeNodes from
node.
|
TreePath |
TreePath.pathByAddingChild(Object child)
Returns a new path containing all the elements of this path
plus
child. |
void |
VariableHeightLayoutCache.TreeStateNode.setUserObject(Object o)
Messaged to set the user object.
|
void |
MutableTreeNode.setUserObject(Object object)
Resets the user object of the receiver to
object. |
void |
FixedHeightLayoutCache.FHTreeStateNode.setUserObject(Object o)
Messaged to set the user object.
|
void |
DefaultMutableTreeNode.setUserObject(Object userObject)
Sets the user object for this node to
userObject. |
void |
TreeModel.valueForPathChanged(TreePath path,
Object newValue)
Messaged when the user has altered the value for the item identified
by
path to newValue. |
void |
DefaultTreeModel.valueForPathChanged(TreePath path,
Object newValue)
This sets the user object of the TreeNode identified by path
and posts a node changed.
|
| Constructor and Description |
|---|
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode(Object object,
DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode next) |
DefaultMutableTreeNode(Object userObject)
Creates a tree node with no parent, no children, but which allows
children, and initializes it with the specified user object.
|
DefaultMutableTreeNode(Object userObject,
boolean allowsChildren)
Creates a tree node with no parent, no children, initialized with
the specified user object, and that allows children only if
specified.
|
FixedHeightLayoutCache.FHTreeStateNode(Object userObject,
int childIndex,
int row) |
TreePath(Object lastPathComponent)
Creates a
TreePath containing a single element. |
TreePath(Object[] path)
Creates a
TreePath from an array. |
TreePath(Object[] path,
int length)
Creates a
TreePath from an array. |
TreePath(TreePath parent,
Object lastPathComponent)
Creates a
TreePath with the specified parent and element. |
VariableHeightLayoutCache.TreeStateNode(Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUndoableEdit
An abstract implementation of
UndoableEdit,
implementing simple responses to all boolean methods in
that interface. |
class |
CannotRedoException
Thrown when an UndoableEdit is told to
redo() and can't. |
class |
CannotUndoException
Thrown when an UndoableEdit is told to
undo() and can't. |
class |
CompoundEdit
A concrete subclass of AbstractUndoableEdit, used to assemble little
UndoableEdits into great big ones.
|
class |
StateEdit
StateEdit is a general edit for objects that change state.
|
class |
UndoableEditSupport
A support class used for managing
UndoableEdit listeners. |
class |
UndoManager
UndoManager manages a list of UndoableEdits,
providing a way to undo or redo the appropriate edits. |
| Modifier and Type | Field and Description |
|---|---|
protected Object |
UndoableEditSupport.realSource |
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<Object,Object> |
StateEdit.postState
The state information after the edit
|
protected Hashtable<Object,Object> |
StateEdit.postState
The state information after the edit
|
protected Hashtable<Object,Object> |
StateEdit.preState
The state information prior to the edit
|
protected Hashtable<Object,Object> |
StateEdit.preState
The state information prior to the edit
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateEditable.storeState(Hashtable<Object,Object> state)
Upon receiving this message the receiver should place any relevant
state into state.
|
void |
StateEditable.storeState(Hashtable<Object,Object> state)
Upon receiving this message the receiver should place any relevant
state into state.
|
| Constructor and Description |
|---|
UndoableEditSupport(Object r)
Constructs an
UndoableEditSupport object. |
| Modifier and Type | Class and Description |
|---|---|
class |
DiagnosticCollector<S>
Provides an easy way to collect diagnostics in a list.
|
class |
ForwardingFileObject<F extends FileObject>
Forwards calls to a given file object.
|
class |
ForwardingJavaFileManager<M extends JavaFileManager>
Forwards calls to a given file manager.
|
class |
ForwardingJavaFileObject<F extends JavaFileObject>
Forwards calls to a given file object.
|
class |
SimpleJavaFileObject
Provides simple implementations for most methods in JavaFileObject.
|
class |
ToolProvider
Provides methods for locating tool providers, for example,
providers of compilers.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> T |
ToolProvider.trace(Level level,
Object reason) |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLConstants
Utility class to contain basic XML values as constants.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Binder<XmlNode>
Enable synchronization between XML infoset nodes and JAXB objects
representing same XML document.
|
(package private) class |
ContextFinder
This class is package private and therefore is not exposed as part of the
JAXB API.
|
class |
DataBindingException
Exception that represents a failure in a JAXB operation.
|
class |
DatatypeConverter
The javaType binding declaration can be used to customize the binding of
an XML schema datatype to a Java datatype.
|
(package private) class |
DatatypeConverterImpl
This class is the JAXB RI's default implementation of the
DatatypeConverterInterface. |
private static class |
DatatypeConverterImpl.CalendarFormatter |
(package private) class |
GetPropertyAction
PrivilegedAction that gets the system property value. |
class |
JAXB
Class that defines convenience methods for common, simple use of JAXB.
|
private static class |
JAXB.Cache
To improve the performance, we'll cache the last
JAXBContext used. |
class |
JAXBContext
The JAXBContext class provides the client's entry point to the
JAXB API.
|
class |
JAXBElement<T>
JAXB representation of an Xml Element.
|
static class |
JAXBElement.GlobalScope
Designates global scope for an xml element.
|
class |
JAXBException
This is the root exception class for all JAXB exceptions.
|
class |
JAXBIntrospector
Provide access to JAXB xml binding data for a JAXB object.
|
class |
JAXBPermission
This class is for JAXB permissions.
|
static class |
Marshaller.Listener
Register an instance of an implementation of this class with a
Marshaller to externally listen
for marshal events. |
class |
PropertyException
This exception indicates that an error was encountered while getting or
setting a property.
|
class |
SchemaOutputResolver
Controls where a JAXB implementation puts the generates
schema files.
|
class |
TypeConstraintException
This exception indicates that a violation of a dynamically checked type
constraint was detected.
|
static class |
Unmarshaller.Listener
Register an instance of an implementation of this class with
Unmarshaller to externally listen
for unmarshal events. |
class |
ValidationException
This exception indicates that an error has occurred while performing
a validate operation.
|
(package private) class |
WhiteSpaceProcessor
Processes white space normalization.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
JAXBElement.value
xml element value.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
Binder.getJAXBNode(XmlNode xmlNode)
Gets the JAXB object associated with the given XML element.
|
Object |
ValidationEventLocator.getObject()
Return a reference to the object in the Java content tree if available
|
Object |
Validator.getProperty(String name)
Deprecated.
since JAXB2.0
|
Object |
Unmarshaller.getProperty(String name)
Get the particular property in the underlying implementation of
Unmarshaller.
|
Object |
Marshaller.getProperty(String name)
Get the particular property in the underlying implementation of
Marshaller.
|
abstract Object |
Binder.getProperty(String name)
Get the particular property in the underlying implementation of
Binder.
|
Object |
UnmarshallerHandler.getResult()
Obtains the unmarshalled result.
|
static Object |
JAXBIntrospector.getValue(Object jaxbElement)
Get the element value of a JAXB element.
|
Object |
Unmarshaller.unmarshal(File f)
Unmarshal XML data from the specified file and return the resulting
content tree.
|
Object |
Unmarshaller.unmarshal(InputSource source)
Unmarshal XML data from the specified SAX InputSource and return the
resulting content tree.
|
Object |
Unmarshaller.unmarshal(InputStream is)
Unmarshal XML data from the specified InputStream and return the
resulting content tree.
|
Object |
Unmarshaller.unmarshal(Node node)
Unmarshal global XML data from the specified DOM tree and return the resulting
content tree.
|
Object |
Unmarshaller.unmarshal(Reader reader)
Unmarshal XML data from the specified Reader and return the
resulting content tree.
|
Object |
Unmarshaller.unmarshal(Source source)
Unmarshal XML data from the specified XML Source and return the
resulting content tree.
|
Object |
Unmarshaller.unmarshal(URL url)
Unmarshal XML data from the specified URL and return the resulting
content tree.
|
Object |
Unmarshaller.unmarshal(XMLEventReader reader)
Unmarshal XML data from the specified pull parser and return the
resulting content tree.
|
abstract Object |
Binder.unmarshal(XmlNode xmlNode)
Unmarshal XML infoset view to a JAXB object tree.
|
Object |
Unmarshaller.unmarshal(XMLStreamReader reader)
Unmarshal XML data from the specified pull parser and return the
resulting content tree.
|
abstract Object |
Binder.updateJAXB(XmlNode xmlNode)
Takes an XML node and updates its associated JAXB object and its descendants.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
JAXB._marshal(Object jaxbObject,
Object xml)
Writes a Java object tree to XML and store it to the specified location.
|
void |
Marshaller.Listener.afterMarshal(Object source)
Callback method invoked after marshalling source to XML.
|
void |
Unmarshaller.Listener.afterUnmarshal(Object target,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
Marshaller.Listener.beforeMarshal(Object source)
Callback method invoked before marshalling from source to XML.
|
void |
Unmarshaller.Listener.beforeUnmarshal(Object target,
Object parent)
Callback method invoked before unmarshalling into target.
|
(package private) static String |
Messages.format(String property,
Object arg1) |
(package private) static String |
Messages.format(String property,
Object[] args)
Loads a string resource and formats it with specified arguments.
|
(package private) static String |
Messages.format(String property,
Object arg1,
Object arg2) |
(package private) static String |
Messages.format(String property,
Object arg1,
Object arg2,
Object arg3) |
abstract QName |
JAXBIntrospector.getElementName(Object jaxbElement)
Get xml element qname for
jaxbElement. |
Node |
Marshaller.getNode(Object contentTree)
Get a DOM tree view of the content tree(Optional).
|
static Object |
JAXBIntrospector.getValue(Object jaxbElement)
Get the element value of a JAXB element.
|
abstract XmlNode |
Binder.getXMLNode(Object jaxbObject)
Gets the XML element associated with the given JAXB object.
|
abstract boolean |
JAXBIntrospector.isElement(Object object)
Return true iff
object represents a JAXB element. |
void |
Marshaller.marshal(Object jaxbElement,
ContentHandler handler)
Marshal the content tree rooted at jaxbElement into SAX2 events.
|
void |
Marshaller.marshal(Object jaxbElement,
File output)
Marshal the content tree rooted at jaxbElement into a file.
|
static void |
JAXB.marshal(Object jaxbObject,
File xml)
Writes a Java object tree to XML and store it to the specified location.
|
void |
Marshaller.marshal(Object jaxbElement,
Node node)
Marshal the content tree rooted at jaxbElement into a DOM tree.
|
void |
Marshaller.marshal(Object jaxbElement,
OutputStream os)
Marshal the content tree rooted at jaxbElement into an output stream.
|
static void |
JAXB.marshal(Object jaxbObject,
OutputStream xml)
Writes a Java object tree to XML and store it to the specified location.
|
void |
Marshaller.marshal(Object jaxbElement,
Result result)
Marshal the content tree rooted at jaxbElement into the specified
javax.xml.transform.Result.
|
static void |
JAXB.marshal(Object jaxbObject,
Result xml)
Writes a Java object tree to XML and store it to the specified location.
|
static void |
JAXB.marshal(Object jaxbObject,
String xml)
Writes a Java object tree to XML and store it to the specified location.
|
static void |
JAXB.marshal(Object jaxbObject,
URI xml)
Writes a Java object tree to XML and store it to the specified location.
|
static void |
JAXB.marshal(Object jaxbObject,
URL xml)
Writes a Java object tree to XML and store it to the specified location.
|
void |
Marshaller.marshal(Object jaxbElement,
Writer writer)
Marshal the content tree rooted at jaxbElement into a Writer.
|
static void |
JAXB.marshal(Object jaxbObject,
Writer xml)
Writes a Java object tree to XML and store it to the specified location.
|
void |
Marshaller.marshal(Object jaxbElement,
XMLEventWriter writer)
Marshal the content tree rooted at jaxbElement into a
XMLEventWriter. |
abstract void |
Binder.marshal(Object jaxbObject,
XmlNode xmlNode)
Marshal a JAXB object tree to a new XML document.
|
void |
Marshaller.marshal(Object jaxbElement,
XMLStreamWriter writer)
Marshal the content tree rooted at jaxbElement into a
XMLStreamWriter. |
void |
Validator.setProperty(String name,
Object value)
Deprecated.
since JAXB2.0
|
void |
Unmarshaller.setProperty(String name,
Object value)
Set the particular property in the underlying implementation of
Unmarshaller.
|
void |
Marshaller.setProperty(String name,
Object value)
Set the particular property in the underlying implementation of
Marshaller.
|
abstract void |
Binder.setProperty(String name,
Object value)
Set the particular property in the underlying implementation of
Binder.
|
private static Result |
JAXB.toResult(Object xml)
Creates
Result from various XML representation. |
private static Source |
JAXB.toSource(Object xml)
Creates
Source from various XML representation. |
abstract XmlNode |
Binder.updateXML(Object jaxbObject)
Takes an JAXB object and updates
its associated XML node and its descendants.
|
abstract XmlNode |
Binder.updateXML(Object jaxbObject,
XmlNode xmlNode)
Changes in JAXB object tree are updated in its associated XML parse tree.
|
boolean |
Validator.validate(Object subrootObj)
Deprecated.
since JAXB2.0
|
boolean |
Validator.validateRoot(Object rootObj)
Deprecated.
since JAXB2.0
|
| Constructor and Description |
|---|
PropertyException(String name,
Object value)
Construct a PropertyException whose message field is set based on the
name of the property and value.toString().
|
| Modifier and Type | Class and Description |
|---|---|
class |
W3CDomHandler
DomHandler implementation for W3C DOM (org.w3c.dom package.) |
static class |
XmlElement.DEFAULT
Used in
XmlElement.type() to
signal that the type be inferred from the signature
of the property. |
static class |
XmlElementDecl.GLOBAL
Used in
XmlElementDecl.scope() to
signal that the declaration is in the global scope. |
static class |
XmlElementRef.DEFAULT
Used in
XmlElementRef.type() to
signal that the type be inferred from the signature
of the property. |
static class |
XmlSchemaType.DEFAULT
Used in
XmlSchemaType.type() to
signal that the type be inferred from the signature
of the property. |
static class |
XmlType.DEFAULT
Used in
XmlType.factoryClass() to
signal that either factory mehod is not used or
that it's in the class with this XmlType itself. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollapsedStringAdapter
Built-in
XmlAdapter to handle xs:token and its derived types. |
class |
HexBinaryAdapter
XmlAdapter for xs:hexBinary. |
class |
NormalizedStringAdapter
XmlAdapter to handle xs:normalizedString. |
class |
XmlAdapter<ValueType,BoundType>
Adapts a Java type for custom marshaling.
|
static class |
XmlJavaTypeAdapter.DEFAULT
Used in
XmlJavaTypeAdapter.type() to
signal that the type be inferred from the signature
of the field, property, parameter or the class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentMarshaller
Enable JAXB marshalling to optimize storage of binary data.
|
class |
AttachmentUnmarshaller
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMarshallerImpl
Partial default Marshaller implementation.
|
class |
AbstractUnmarshallerImpl
Partial default Unmarshaller implementation.
|
class |
DefaultValidationEventHandler
JAXB 1.0 only default validation event handler.
|
class |
NotIdentifiableEventImpl
Default implementation of the NotIdentifiableEvent interface.
|
class |
ParseConversionEventImpl
Default implementation of the ParseConversionEvent interface.
|
class |
PrintConversionEventImpl
Default implementation of the PrintConversionEvent interface.
|
class |
ValidationEventImpl
Default implementation of the ValidationEvent interface.
|
class |
ValidationEventLocatorImpl
Default implementation of the ValidationEventLocator interface.
|
| Modifier and Type | Field and Description |
|---|---|
private Object |
ValidationEventLocatorImpl.object |
| Modifier and Type | Method and Description |
|---|---|
Object |
ValidationEventLocatorImpl.getObject() |
Object |
AbstractUnmarshallerImpl.getProperty(String name)
Default implementation of the getProperty method always
throws PropertyException since there are no required
properties.
|
Object |
AbstractMarshallerImpl.getProperty(String name)
Default implementation of the getProperty method handles
the four defined properties in Marshaller.
|
Object |
AbstractUnmarshallerImpl.unmarshal(File f) |
Object |
AbstractUnmarshallerImpl.unmarshal(InputSource source) |
Object |
AbstractUnmarshallerImpl.unmarshal(InputStream is) |
Object |
AbstractUnmarshallerImpl.unmarshal(Reader reader) |
private Object |
AbstractUnmarshallerImpl.unmarshal(SAXSource source) |
Object |
AbstractUnmarshallerImpl.unmarshal(Source source) |
private Object |
AbstractUnmarshallerImpl.unmarshal(String url) |
Object |
AbstractUnmarshallerImpl.unmarshal(URL url) |
Object |
AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader) |
protected abstract Object |
AbstractUnmarshallerImpl.unmarshal(XMLReader reader,
InputSource source)
Unmarshals an object by using the specified XMLReader and the InputSource.
|
Object |
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader) |
| Modifier and Type | Method and Description |
|---|---|
private void |
AbstractMarshallerImpl.checkBoolean(String name,
Object value) |
private void |
AbstractMarshallerImpl.checkNotNull(Object o1,
String o1Name,
Object o2,
String o2Name) |
private void |
AbstractMarshallerImpl.checkString(String name,
Object value) |
(package private) static String |
Messages.format(String property,
Object arg1) |
(package private) static String |
Messages.format(String property,
Object[] args)
Loads a string resource and formats it with specified arguments.
|
(package private) static String |
Messages.format(String property,
Object arg1,
Object arg2) |
(package private) static String |
Messages.format(String property,
Object arg1,
Object arg2,
Object arg3) |
Node |
AbstractMarshallerImpl.getNode(Object obj)
By default, the getNode method is unsupported and throw
an
UnsupportedOperationException. |
void |
AbstractMarshallerImpl.marshal(Object obj,
ContentHandler handler) |
void |
AbstractMarshallerImpl.marshal(Object jaxbElement,
File output) |
void |
AbstractMarshallerImpl.marshal(Object obj,
Node node) |
void |
AbstractMarshallerImpl.marshal(Object obj,
OutputStream os) |
void |
AbstractMarshallerImpl.marshal(Object obj,
Writer w) |
void |
AbstractMarshallerImpl.marshal(Object obj,
XMLEventWriter writer) |
void |
AbstractMarshallerImpl.marshal(Object obj,
XMLStreamWriter writer) |
void |
ValidationEventLocatorImpl.setObject(Object _object)
Set the Object field on this event locator.
|
void |
AbstractUnmarshallerImpl.setProperty(String name,
Object value)
Default implementation of the setProperty method always
throws PropertyException since there are no required
properties.
|
void |
AbstractMarshallerImpl.setProperty(String name,
Object value)
Default implementation of the setProperty method handles
the four defined properties in Marshaller.
|
| Constructor and Description |
|---|
ValidationEventLocatorImpl(Object _object)
Constructs an object that points to a JAXB content object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JAXBResult
JAXP
Result implementation
that unmarshals a JAXB object. |
class |
JAXBSource
JAXP
Source implementation
that marshals a JAXB-generated object. |
(package private) class |
Messages
Formats error messages.
|
class |
ValidationEventCollector
ValidationEventHandler
implementation that collects all events. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
JAXBSource.contentObject |
| Modifier and Type | Method and Description |
|---|---|
Object |
JAXBResult.getResult()
Gets the unmarshalled object created by the transformation.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static String |
Messages.format(String property,
Object arg1) |
(package private) static String |
Messages.format(String property,
Object[] args)
Loads a string resource and formats it with specified arguments.
|
(package private) static String |
Messages.format(String property,
Object arg1,
Object arg2) |
(package private) static String |
Messages.format(String property,
Object arg1,
Object arg2,
Object arg3) |
| Constructor and Description |
|---|
JAXBSource(JAXBContext context,
Object contentObject)
Creates a new
Source for the given content object. |
JAXBSource(Marshaller marshaller,
Object contentObject)
Creates a new
Source for the given content object. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeySelector
A selector that finds and returns a key using the data contained in a
KeyInfo object. |
static class |
KeySelector.Purpose
The purpose of the key that is to be selected.
|
private static class |
KeySelector.SingletonKeySelector |
class |
KeySelectorException
Indicates an exceptional condition thrown by a
KeySelector. |
class |
MarshalException
Indicates an exceptional condition that occured during the XML
marshalling or unmarshalling process.
|
class |
NoSuchMechanismException
This exception is thrown when a particular XML mechanism is requested but
is not available in the environment.
|
class |
OctetStreamData
A representation of a
Data type containing an octet stream. |
class |
URIReferenceException
Indicates an exceptional condition thrown while dereferencing a
URIReference. |
| Modifier and Type | Method and Description |
|---|---|
Object |
XMLCryptoContext.get(Object key)
Returns the value to which this context maps the specified key.
|
Object |
XMLCryptoContext.getProperty(String name)
Returns the value of the specified property.
|
Object |
XMLCryptoContext.put(Object key,
Object value)
Associates the specified value with the specified key in this context.
|
Object |
XMLCryptoContext.setProperty(String name,
Object value)
Sets the specified property.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
XMLCryptoContext.get(Object key)
Returns the value to which this context maps the specified key.
|
Object |
XMLCryptoContext.put(Object key,
Object value)
Associates the specified value with the specified key in this context.
|
Object |
XMLCryptoContext.setProperty(String name,
Object value)
Sets the specified property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMCryptoContext
This class provides a DOM-specific implementation of the
XMLCryptoContext interface. |
class |
DOMStructure
A DOM-specific
XMLStructure. |
| Modifier and Type | Method and Description |
|---|---|
Object |
DOMCryptoContext.get(Object key)
This implementation uses an internal
HashMap to get the object
that the specified key maps to. |
Object |
DOMCryptoContext.getProperty(String name)
This implementation uses an internal
HashMap to get the object
that the specified name maps to. |
Object |
DOMCryptoContext.put(Object key,
Object value)
This implementation uses an internal
HashMap to map the key
to the specified object. |
Object |
DOMCryptoContext.setProperty(String name,
Object value)
This implementation uses an internal
HashMap to map the name
to the specified object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
DOMCryptoContext.get(Object key)
This implementation uses an internal
HashMap to get the object
that the specified key maps to. |
Object |
DOMCryptoContext.put(Object key,
Object value)
This implementation uses an internal
HashMap to map the key
to the specified object. |
Object |
DOMCryptoContext.setProperty(String name,
Object value)
This implementation uses an internal
HashMap to map the name
to the specified object. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformException
Indicates an exceptional condition that occured while executing a
transform algorithm.
|
class |
TransformService
A Service Provider Interface for transform and canonicalization algorithms.
|
private static class |
TransformService.MechanismMapEntry |
class |
XMLSignatureException
Indicates an exceptional condition that occured during the XML
signature generation or validation process.
|
class |
XMLSignatureFactory
A factory for creating
XMLSignature objects from scratch or
for unmarshalling an XMLSignature object from a corresponding
XML representation. |
| Modifier and Type | Method and Description |
|---|---|
Object |
TransformService.MechanismMapEntry.getKey() |
Object |
TransformService.MechanismMapEntry.getValue() |
Object |
TransformService.MechanismMapEntry.setValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransformService.MechanismMapEntry.equals(Object o) |
Object |
TransformService.MechanismMapEntry.setValue(Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMSignContext
A DOM-specific
XMLSignContext. |
class |
DOMValidateContext
A DOM-specific
XMLValidateContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyInfoFactory
A factory for creating
KeyInfo objects from scratch or for
unmarshalling a KeyInfo object from a corresponding XML
representation. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcC14NParameterSpec
Parameters for the W3C Recommendation:
Exclusive XML Canonicalization (C14N) algorithm.
|
class |
HMACParameterSpec
Parameters for the
XML Signature HMAC Algorithm.
|
class |
XPathFilter2ParameterSpec
Parameters for the W3C Recommendation
XPath Filter 2.0 Transform Algorithm.
|
class |
XPathFilterParameterSpec
Parameters for the
XPath Filtering Transform Algorithm.
|
class |
XPathType
The XML Schema Definition of the
XPath element as defined in the
W3C Recommendation for XML-Signature XPath Filter 2.0: |
static class |
XPathType.Filter
Represents the filter set operation.
|
class |
XSLTTransformParameterSpec
Parameters for the
XSLT Transform Algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatatypeConfigurationException
Indicates a serious configuration error.
|
class |
DatatypeConstants
Utility class to contain basic Datatype values as constants.
|
static class |
DatatypeConstants.Field
Type-safe enum class that represents six fields
of the
Duration class. |
class |
DatatypeFactory
Factory that creates new
javax.xml.datatype Objects that map XML to/from Java Objects. |
class |
Duration
Immutable representation of a time span as defined in
the W3C XML Schema 1.0 specification.
|
class |
XMLGregorianCalendar
Representation for W3C XML Schema 1.0 date/time datatypes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
XMLGregorianCalendar.clone()
Creates and returns a copy of this object.
|
(package private) static Object |
FactoryFinder.find(String factoryId,
String fallbackClassName)
Finds the implementation Class object in the specified order.
|
private static Object |
FactoryFinder.findJarServiceProvider(String factoryId) |
(package private) static Object |
FactoryFinder.newInstance(String className,
ClassLoader cl,
boolean doFallback)
Create an instance of a class.
|
(package private) static Object |
FactoryFinder.newInstance(String className,
ClassLoader cl,
boolean doFallback,
boolean useBSClsLoader)
Create an instance of a class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XMLGregorianCalendar.equals(Object obj)
Compares this calendar to the specified object.
|
boolean |
Duration.equals(Object duration)
Checks if this duration object has the same duration
as another
Duration object. |
| Modifier and Type | Class and Description |
|---|---|
class |
QName
QName represents a qualified name
as defined in the XML specifications: XML Schema Part2:
Datatypes specification, Namespaces
in XML, Namespaces
in XML Errata. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QName.equals(Object objectToTest)
Test this
QName for equality with another
Object. |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentBuilder
Defines the API to obtain DOM Document instances from an XML
document.
|
class |
DocumentBuilderFactory
Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
|
class |
ParserConfigurationException
Indicates a serious configuration error.
|
class |
SAXParser
Defines the API that wraps an
XMLReader
implementation class. |
class |
SAXParserFactory
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static Object |
FactoryFinder.find(String factoryId,
String fallbackClassName)
Finds the implementation Class object in the specified order.
|
private static Object |
FactoryFinder.findJarServiceProvider(String factoryId) |
abstract Object |
DocumentBuilderFactory.getAttribute(String name)
Allows the user to retrieve specific attributes on the underlying
implementation.
|
abstract Object |
SAXParser.getProperty(String name)
Returns the particular property requested for in the underlying
implementation of
XMLReader. |
(package private) static Object |
FactoryFinder.newInstance(String className,
ClassLoader cl,
boolean doFallback)
Create an instance of a class.
|
(package private) static Object |
FactoryFinder.newInstance(String className,
ClassLoader cl,
boolean doFallback,
boolean useBSClsLoader)
Create an instance of a class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DocumentBuilderFactory.setAttribute(String name,
Object value)
Allows the user to set specific attributes on the underlying
implementation.
|
abstract void |
SAXParser.setProperty(String name,
Object value)
Sets the particular property in the underlying implementation of
XMLReader. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentPart
A single attachment to a
SOAPMessage object. |
class |
MessageFactory
A factory for creating
SOAPMessage objects. |
class |
MimeHeader
An object that stores a MIME header name and its value.
|
class |
MimeHeaders
A container for
MimeHeader objects, which represent
the MIME headers present in a MIME part of a message. |
(package private) class |
MimeHeaders.MatchingIterator |
class |
SAAJMetaFactory
The access point for the implementation classes of the factories defined in the
SAAJ API.
|
class |
SAAJResult
Acts as a holder for the results of a JAXP transformation or a JAXB
marshalling, in the form of a SAAJ tree.
|
class |
SOAPConnection
A point-to-point connection that a client can use for sending messages
directly to a remote party (represented by a URL, for instance).
|
class |
SOAPConnectionFactory
A factory for creating
SOAPConnection objects. |
class |
SOAPElementFactory
Deprecated.
- Use
javax.xml.soap.SOAPFactory for creating SOAPElements. |
class |
SOAPException
An exception that signals that a SOAP exception has occurred.
|
class |
SOAPFactory
SOAPFactory is a factory for creating various objects
that exist in the SOAP XML tree. |
class |
SOAPMessage
The root class for all SOAP messages.
|
class |
SOAPPart
The container for the SOAP-specific portion of a
SOAPMessage
object. |
| Modifier and Type | Field and Description |
|---|---|
private Object |
MimeHeaders.MatchingIterator.nextHeader |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Object |
FactoryFinder.find(String factoryId)
Finds the implementation
Class object for the given
factory name, or null if that fails. |
(package private) static Object |
FactoryFinder.find(String factoryId,
String fallbackClassName)
Finds the implementation
Class object for the given
factory name, or if that fails, finds the Class object
for the given fallback class name. |
(package private) static Object |
FactoryFinder.find(String factoryId,
String defaultClassName,
boolean tryFallback)
Finds the implementation
Class object for the given
factory name, or if that fails, finds the Class object
for the given default class name, but only if tryFallback
is true. |
abstract Object |
AttachmentPart.getContent()
Gets the content of this
AttachmentPart object as a Java
object. |
Object |
SOAPMessage.getProperty(String property)
Retrieves value of the specified property.
|
private static Object |
FactoryFinder.newInstance(String className,
ClassLoader classLoader)
Creates an instance of the specified class using the specified
ClassLoader object. |
Object |
MimeHeaders.MatchingIterator.next() |
private Object |
MimeHeaders.MatchingIterator.nextMatch() |
| Modifier and Type | Method and Description |
|---|---|
abstract SOAPMessage |
SOAPConnection.call(SOAPMessage request,
Object to)
Sends the given message to the specified endpoint and blocks until
it has returned the response.
|
AttachmentPart |
SOAPMessage.createAttachmentPart(Object content,
String contentType)
Creates an
AttachmentPart object and populates it with
the specified data of the specified content type. |
SOAPMessage |
SOAPConnection.get(Object to)
Gets a message from a specific endpoint and blocks until it receives,
|
abstract void |
AttachmentPart.setContent(Object object,
String contentType)
Sets the content of this attachment part to that of the given
Object and sets the value of the Content-Type
header to the given type. |
void |
SOAPMessage.setProperty(String property,
Object value)
Associates the specified value with the specified property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryConfigurationError
An error class for reporting factory configuration errors.
|
(package private) static class |
FactoryFinder.ConfigurationError |
class |
XMLEventFactory
This interface defines a utility class for creating instances of
XMLEvents
|
class |
XMLInputFactory
Defines an abstract implementation of a factory for getting streams.
|
class |
XMLOutputFactory
Defines an abstract implementation of a factory for
getting XMLEventWriters and XMLStreamWriters.
|
class |
XMLStreamException
The base exception for unexpected processing errors.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static Object |
FactoryFinder.find(String factoryId,
ClassLoader cl,
String fallbackClassName,
boolean standardId)
Finds the implementation Class object in the specified order.
|
(package private) static Object |
FactoryFinder.find(String factoryId,
String fallbackClassName,
boolean standardId)
Finds the implementation Class object in the specified order.
|
private static Object |
FactoryFinder.findJarServiceProvider(String factoryId) |
Object |
XMLStreamWriter.getProperty(String name)
Get the value of a feature/property from the underlying implementation
|
Object |
XMLStreamReader.getProperty(String name)
Get the value of a feature/property from the underlying implementation
|
abstract Object |
XMLOutputFactory.getProperty(String name)
Get a feature/property on the underlying implementation
|
abstract Object |
XMLInputFactory.getProperty(String name)
Get the value of a feature/property from the underlying implementation
|
Object |
XMLEventReader.getProperty(String name)
Get the value of a feature/property from the underlying implementation
|
(package private) static Object |
FactoryFinder.newInstance(String className,
ClassLoader cl,
boolean doFallback)
Create an instance of a class.
|
(package private) static Object |
FactoryFinder.newInstance(String className,
ClassLoader cl,
boolean doFallback,
boolean useBSClsLoader)
Create an instance of a class.
|
Object |
XMLResolver.resolveEntity(String publicID,
String systemID,
String baseURI,
String namespace)
Retrieves a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLReporter.report(String message,
String errorType,
Object relatedInformation,
Location location)
Report the desired message in an application specific format.
|
abstract void |
XMLOutputFactory.setProperty(String name,
Object value)
Allows the user to set specific features/properties on the underlying implementation.
|
abstract void |
XMLInputFactory.setProperty(String name,
Object value)
Allows the user to set specific feature/property on the underlying
implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DTD.getProcessedDTD()
Returns an implementation defined representation of the DTD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventReaderDelegate
This is the base class for deriving an XMLEventReader
filter.
|
class |
StreamReaderDelegate
This is the base class for deriving an XMLStreamReader filter
This class is designed to sit between an XMLStreamReader and an
application's XMLStreamReader.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
StreamReaderDelegate.getProperty(String name) |
Object |
EventReaderDelegate.getProperty(String name) |
Object |
EventReaderDelegate.next() |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputKeys
Provides string constants that can be used to set
output properties for a Transformer, or to retrieve
output properties from a Transformer or Templates object.
|
class |
Transformer
An instance of this abstract class can transform a
source tree into a result tree.
|
class |
TransformerConfigurationException
Indicates a serious configuration error.
|
class |
TransformerException
This class specifies an exceptional condition that occured
during the transformation process.
|
class |
TransformerFactory
A TransformerFactory instance can be used to create
Transformer and
Templates objects. |
class |
TransformerFactoryConfigurationError
Thrown when a problem with configuration with the Transformer Factories
exists.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static Object |
FactoryFinder.find(String factoryId,
String fallbackClassName)
Finds the implementation Class object in the specified order.
|
private static Object |
FactoryFinder.findJarServiceProvider(String factoryId) |
abstract Object |
TransformerFactory.getAttribute(String name)
Allows the user to retrieve specific attributes on the underlying
implementation.
|
abstract Object |
Transformer.getParameter(String name)
Get a parameter that was explicitly set with setParameter.
|
(package private) static Object |
FactoryFinder.newInstance(String className,
ClassLoader cl,
boolean doFallback)
Create an instance of a class.
|
(package private) static Object |
FactoryFinder.newInstance(String className,
ClassLoader cl,
boolean doFallback,
boolean useBSClsLoader,
boolean useServicesMechanism)
Create an instance of a class.
|
private static Object |
FactoryFinder.newInstanceNoServiceLoader(Class<?> providerClass)
Try to construct using newTransformerFactoryNoServiceLoader
method if available.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TransformerFactory.setAttribute(String name,
Object value)
Allows the user to set specific attributes on the underlying
implementation.
|
abstract void |
Transformer.setParameter(String name,
Object value)
Add a parameter for the transformation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMResult
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
|
class |
DOMSource
Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAXResult
Acts as an holder for a transformation Result.
|
class |
SAXSource
Acts as an holder for SAX-style Source.
|
class |
SAXTransformerFactory
This class extends TransformerFactory to provide SAX-specific
factory methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StAXResult
Acts as a holder for an XML
Result in the
form of a StAX writer,i.e. |
class |
StAXSource
Acts as a holder for an XML
Source in the
form of a StAX reader,i.e. |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamResult
Acts as an holder for a transformation result,
which may be XML, plain Text, HTML, or some other form of markup.
|
class |
StreamSource
Acts as an holder for a transformation Source in the form
of a stream of XML markup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Schema
Immutable in-memory representation of grammar.
|
class |
SchemaFactory
Factory that creates
Schema objects. Entry-point to
the validation API. |
(package private) class |
SchemaFactoryFinder
Implementation of
SchemaFactory.newInstance(String). |
private static class |
SchemaFactoryFinder.SingleIterator
Iterator that lazily computes one value and returns it.
|
class |
SchemaFactoryLoader
Factory that creates
SchemaFactory. |
(package private) class |
SecuritySupport
This class is duplicated for each JAXP subpackage so keep it in sync.
|
class |
TypeInfoProvider
This class provides access to the type information determined
by
ValidatorHandler. |
class |
Validator
A processor that checks an XML document against
Schema. |
class |
ValidatorHandler
Streaming validator that works on SAX stream.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ValidatorHandler.getProperty(String name)
Look up the value of a property.
|
Object |
Validator.getProperty(String name)
Look up the value of a property.
|
Object |
SchemaFactory.getProperty(String name)
Look up the value of a property.
|
private static Object |
SchemaFactoryFinder.newInstanceNoServiceLoader(Class<?> providerClass)
Try to construct using newTransformerFactoryNoServiceLoader
method if available.
|
Object |
SchemaFactoryFinder.SingleIterator.next() |
protected abstract Object |
SchemaFactoryFinder.SingleIterator.value() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatorHandler.setProperty(String name,
Object object)
Set the value of a property.
|
void |
Validator.setProperty(String name,
Object object)
Set the value of a property.
|
void |
SchemaFactory.setProperty(String name,
Object object)
Set the value of a property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Endpoint
A Web service endpoint.
|
class |
EndpointContext
EndpointContext allows multiple endpoints in an application
to share any information. |
class |
EndpointReference
This class represents an WS-Addressing EndpointReference
which is a remote reference to a web service endpoint.
|
class |
Holder<T>
Holds a value of type
T. |
class |
RespectBindingFeature
This feature clarifies the use of the
wsdl:binding
in a JAX-WS runtime. |
class |
Service
Service objects provide the client view of a Web service. |
class |
WebServiceException
The
WebServiceException class is the base
exception class for all JAX-WS API runtime exceptions. |
class |
WebServiceFeature
A WebServiceFeature is used to represent a feature that can be
enabled or disabled for a web service.
|
class |
WebServicePermission
This class defines web service permissions.
|
| Modifier and Type | Field and Description |
|---|---|
T |
Holder.value
The value contained in the holder.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
Endpoint.getImplementor()
Returns the implementation object for this endpoint.
|
Object |
LogicalMessage.getPayload(JAXBContext context)
Gets the message payload as a JAXB object.
|
| Modifier and Type | Method and Description |
|---|---|
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode)
Creates a
Dispatch instance for use with JAXB
generated objects. |
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
Map<String,Object> |
Response.getContext()
Gets the contained response context.
|
abstract Map<String,Object> |
Endpoint.getProperties()
Returns the property bag for this
Endpoint instance. |
Map<String,Object> |
BindingProvider.getRequestContext()
Get the context that is used to initialize the message context
for request messages.
|
Map<String,Object> |
BindingProvider.getResponseContext()
Get the context that resulted from processing a response message.
|
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
Endpoint.create(Object implementor)
Creates an endpoint with the specified implementor object.
|
static Endpoint |
Endpoint.create(Object implementor,
WebServiceFeature... features)
Creates an endpoint with the specified implementor object and web
service features.
|
static Endpoint |
Endpoint.create(String bindingId,
Object implementor)
Creates an endpoint with the specified binding type and
implementor object.
|
static Endpoint |
Endpoint.create(String bindingId,
Object implementor,
WebServiceFeature... features)
Creates an endpoint with the specified binding type,
implementor object, and web service features.
|
abstract void |
Endpoint.publish(Object serverContext)
Publishes this endpoint at the provided server context.
|
static Endpoint |
Endpoint.publish(String address,
Object implementor)
Creates and publishes an endpoint for the specified implementor
object at the given address.
|
static Endpoint |
Endpoint.publish(String address,
Object implementor,
WebServiceFeature... features)
Creates and publishes an endpoint for the specified implementor
object at the given address.
|
void |
LogicalMessage.setPayload(Object payload,
JAXBContext context)
Sets the message payload
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Endpoint.setProperties(Map<String,Object> properties)
Sets the property bag for this
Endpoint instance. |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
SOAPMessageContext.getHeaders(QName header,
JAXBContext context,
boolean allRoles)
Gets headers that have a particular qualified name from the message in the
message context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPException
The
HTTPException exception represents a
XML/HTTP fault. |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressingFeature
AddressingFeature represents the use of WS-Addressing with either
the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
|
class |
MTOMFeature
This feature represents the use of MTOM with a
web service.
|
class |
SOAPFaultException
The
SOAPFaultException exception represents a
SOAP 1.1 or 1.2 fault. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FactoryFinder |
class |
Invoker
Invoker hides the detail of calling into application endpoint
implementation.
|
class |
Provider
Service provider for
ServiceDelegate and
Endpoint objects. |
class |
ServiceDelegate
Service delegates are used internally by
Service objects
to allow pluggability of JAX-WS implementations. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Object |
FactoryFinder.find(String factoryId,
String fallbackClassName)
Finds the implementation
Class object for the given
factory name, or if that fails, finds the Class object
for the given fallback class name. |
abstract Object |
Invoker.invoke(Method m,
Object... args)
JAX-WS runtime calls this method to do the actual web service
invocation on endpoint instance.
|
private static Object |
FactoryFinder.newInstance(String className,
ClassLoader classLoader)
Creates an instance of the specified class using the specified
ClassLoader object. |
| Modifier and Type | Method and Description |
|---|---|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode)
Creates a
Dispatch instance for use with JAXB
generated objects. |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
| Modifier and Type | Method and Description |
|---|---|
abstract Endpoint |
Provider.createAndPublishEndpoint(String address,
Object implementor)
Creates and publishes an endpoint object with the specified
address and implementation object.
|
Endpoint |
Provider.createAndPublishEndpoint(String address,
Object implementor,
WebServiceFeature... features)
Creates and publishes an endpoint object with the specified
address, implementation object and web service features.
|
abstract Endpoint |
Provider.createEndpoint(String bindingId,
Object implementor)
Creates an endpoint object with the provided binding and implementation
object.
|
Endpoint |
Provider.createEndpoint(String bindingId,
Object implementor,
WebServiceFeature... features)
Creates an endpoint object with the provided binding, implementation
object and web service features.
|
abstract Object |
Invoker.invoke(Method m,
Object... args)
JAX-WS runtime calls this method to do the actual web service
invocation on endpoint instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpContext
HttpContext represents a mapping between the root URI path of a web
service to a
HttpHandler which is invoked to handle requests
destined for that path on the associated container. |
class |
HttpExchange
This class encapsulates a HTTP request received and a
response to be generated in one exchange.
|
class |
HttpHandler
A handler which is invoked to process HTTP requests.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
HttpExchange.getAttribute(String name)
Returns an attribute that is associated with this
HttpExchange. |
abstract Object |
HttpContext.getAttribute(String name)
Returns an attribute value for container's configuration
and other data that can be used by jax-ws runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
W3CEndpointReference
This class represents a W3C Addressing EndpointReferece which is
a remote reference to a web service endpoint that supports the
W3C WS-Addressing 1.0 - Core Recommendation.
|
private static class |
W3CEndpointReference.Address |
private static class |
W3CEndpointReference.Elements |
class |
W3CEndpointReferenceBuilder
This class is used to build
W3CEndpointReference
instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
XPathConstants
XPath constants.
|
class |
XPathException
XPathException represents a generic XPath exception. |
class |
XPathExpressionException
XPathExpressionException represents an error in an XPath expression. |
class |
XPathFactory
An
XPathFactory instance can be used to create
XPath objects. |
class |
XPathFactoryConfigurationException
XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment. |
(package private) class |
XPathFactoryFinder
Implementation of
XPathFactory.newInstance(String). |
private static class |
XPathFactoryFinder.SingleIterator
Iterator that lazily computes one value and returns it.
|
class |
XPathFunctionException
XPathFunctionException represents an error with an XPath function. |
| Modifier and Type | Method and Description |
|---|---|
Object |
XPathExpression.evaluate(InputSource source,
QName returnType)
Evaluate the compiled XPath expression in the context of the specified
InputSource and return the result as the
specified type. |
Object |
XPathFunction.evaluate(List args)
Evaluate the function with the specified arguments.
|
Object |
XPathExpression.evaluate(Object item,
QName returnType)
Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
|
Object |
XPath.evaluate(String expression,
InputSource source,
QName returnType)
Evaluate an XPath expression in the context of the specified
InputSource
and return the result as the specified type. |
Object |
XPath.evaluate(String expression,
Object item,
QName returnType)
Evaluate an
XPath expression in the specified context and return the result as the specified type. |
private static Object |
XPathFactoryFinder.newInstanceNoServiceLoader(Class<?> providerClass)
Try to construct using newXPathFactoryNoServiceLoader
method if available.
|
Object |
XPathFactoryFinder.SingleIterator.next() |
Object |
XPathVariableResolver.resolveVariable(QName variableName)
Find a variable in the set of available variables.
|
protected abstract Object |
XPathFactoryFinder.SingleIterator.value() |
| Modifier and Type | Method and Description |
|---|---|
String |
XPathExpression.evaluate(Object item)
Evaluate the compiled XPath expression in the specified context and return the result as a
String. |
Object |
XPathExpression.evaluate(Object item,
QName returnType)
Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
|
String |
XPath.evaluate(String expression,
Object item)
Evaluate an XPath expression in the specified context and return the result as a
String. |
Object |
XPath.evaluate(String expression,
Object item,
QName returnType)
Evaluate an
XPath expression in the specified context and return the result as the specified type. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMException |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
sun.awt.PaintEventDispatcher |
class |
sun.awt.SunGraphicsCallback |
| Modifier and Type | Class and Description |
|---|---|
static class |
sun.awt.datatransfer.DataTransferer.DataFlavorComparator |
static class |
sun.awt.datatransfer.DataTransferer.IndexedComparator |
| Modifier and Type | Class and Description |
|---|---|
class |
sun.font.FontAccess |
| Modifier and Type | Class and Description |
|---|---|
class |
sun.rmi.server.MarshalInputStream |
class |
sun.rmi.server.MarshalOutputStream |
class |
sun.rmi.server.WeakClassHashMap<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
sun.security.provider.certpath.CertPathHelper |
| Modifier and Type | Class and Description |
|---|---|
class |
sun.swing.AccumulativeRunnable<T> |
class |
sun.swing.CachedPainter |
class |
sun.swing.DefaultLayoutStyle |
class |
sun.swing.DefaultLookup |
class |
sun.swing.MenuItemLayoutHelper |
class |
sun.swing.UIAction |
| Modifier and Type | Class and Description |
|---|---|
class |
sun.swing.plaf.synth.DefaultSynthStyle |
static class |
sun.swing.plaf.synth.DefaultSynthStyle.StateInfo |
class |
sun.swing.plaf.synth.SynthIcon |
| Modifier and Type | Class and Description |
|---|---|
class |
sun.util.locale.LocaleObjectCache<K,V> |